summaryrefslogtreecommitdiff
path: root/sys/modules/cbb
AgeCommit message (Collapse)Author
2024-07-18Retire non-NEW_PCIB code and remove config optionJessica Clarke
All architectures enable NEW_PCIB in DEFAULTS (arm being the most recent to do so in 121be555997b (arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configs")), so it's time we removed the legacy code that no longer sees much testing and has a significant maintenance burden. Reviewed by: jhb, andrew, emaste Differential Revision: https://reviews.freebsd.org/D32954
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2019-12-16We'll never have multiple slots a cardbus bridge. So, replace excaWarner Losh
array with a singleton. Also, pccbb isa attachment is never going to happen, do disconnect it from the build (will delete this in future commit). It would need to be updated as well, but since this code is effectively dead code, remove it from the build instead. Notes: svn path=/head/; revision=355822
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
2015-01-14On x86 force NEW_PCIB, since that's the default. While this optionWarner Losh
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
2004-08-16And isa_if.hWarner Losh
Notes: svn path=/head/; revision=133861
2004-08-16Add pccbb_isa.c and pccbb_pci.cWarner Losh
Notes: svn path=/head/; revision=133860
2002-08-27Fix this pending the decision of which of the redundantWarner Losh
sys/modules/{pc,}cbb/Makefile to remove. Notes: svn path=/head/; revision=102490
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
Not objected to by: -current Notes: svn path=/head/; revision=89260
2002-01-11Turn on unconditional symbol export for modules whose API isMike Smith
not clear enough, will require additional analysis, or will require some input from their maintainers. Notes: svn path=/head/; revision=89245
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
Notes: svn path=/head/; revision=70711
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
encoding the relative path. Notes: svn path=/head/; revision=60966
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
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
1999-11-28Removed special rules for building and cleaning device interface filesBruce Evans
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
1999-11-18Add modules for cardbus and the cardbus bridge driver. Files neededWarner Losh
to build these to be committed next. Again, not added to sys/modules/Makefile Notes: svn path=/head/; revision=53340