| Age | Commit message (Collapse) | Author |
|
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
|
|
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
|
|
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
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
|
|
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
|
|
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
|
|
Notes:
svn path=/head/; revision=133861
|
|
Notes:
svn path=/head/; revision=133860
|
|
sys/modules/{pc,}cbb/Makefile to remove.
Notes:
svn path=/head/; revision=102490
|
|
Not objected to by: -current
Notes:
svn path=/head/; revision=89260
|
|
not clear enough, will require additional analysis, or will
require some input from their maintainers.
Notes:
svn path=/head/; revision=89245
|
|
Notes:
svn path=/head/; revision=70711
|
|
encoding the relative path.
Notes:
svn path=/head/; revision=60966
|
|
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
|
|
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
|
|
to build these to be committed next.
Again, not added to sys/modules/Makefile
Notes:
svn path=/head/; revision=53340
|