aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cbb
Commit message (Collapse)AuthorAgeFilesLines
* On x86 force NEW_PCIB, since that's the default. While this optionWarner Losh2015-01-141-0/+4
| | | | | | | | | would be picked up for kernel builds, it isn't picked up for old-fashioned builds. Without this option, PCI bus numbers are busted for modules build iteratively. Notes: svn path=/head/; revision=277162
* And isa_if.hWarner Losh2004-08-161-1/+1
| | | | Notes: svn path=/head/; revision=133861
* Add pccbb_isa.c and pccbb_pci.cWarner Losh2004-08-161-1/+1
| | | | Notes: svn path=/head/; revision=133860
* Fix this pending the decision of which of the redundantWarner Losh2002-08-271-4/+2
| | | | | | | sys/modules/{pc,}cbb/Makefile to remove. Notes: svn path=/head/; revision=102490
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Turn on unconditional symbol export for modules whose API isMike Smith2002-01-111-0/+2
| | | | | | | | not clear enough, will require additional analysis, or will require some input from their maintainers. Notes: svn path=/head/; revision=89245
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-3/+4
| | | | Notes: svn path=/head/; revision=70711
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
| | | | | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated. Notes: svn path=/head/; revision=59951
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-8/+0
| | | | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). Notes: svn path=/head/; revision=53846
* Add modules for cardbus and the cardbus bridge driver. Files neededWarner Losh1999-11-181-0/+17
to build these to be committed next. Again, not added to sys/modules/Makefile Notes: svn path=/head/; revision=53340