imp
fb8672b32e
Move wb driver from sys/pci to sys/dev/wb.
2008-08-14 21:26:29 +00:00
mlaier
a42af632d8
Remove bridge(4) from the tree. if_bridge(4) is a full functional
...
replacement and has additional features which make it superior.
Discussed on: -arch
Reviewed by: thompsa
X-MFC-after: never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
obrien
c269c9fb36
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
peter
ea11d3cf1c
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
...
encoding the relative path.
2000-05-27 01:14:33 +00:00
peter
1b38e19179
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
...
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.
2000-05-04 12:08:52 +00:00
peter
52abed47e4
Zap KMODDEPS line
2000-05-01 18:58:48 +00:00
bde
17f54b4408
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
...
makefiles. Bad examples in fxp/Makefile keep getting copied to new
makefiles.
2000-01-28 11:26:46 +00:00
bde
d7156780d3
Removed special rules for building and cleaning device interface files
...
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
1999-11-28 18:53:47 +00:00
peter
a07bbbb511
Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.
1999-09-27 01:04:44 +00:00
peter
3b7b04fccc
Don't generate 'bpf.h' since it's not used.
1999-09-27 00:34:02 +00:00
obrien
0b061e57c0
Change the name of the installed KLM to contain a leading "if_".
...
Except for miibus which is now installed as miibus.ko.
Discussed by: msmith, peter, and wpaul
1999-09-20 06:11:48 +00:00
wpaul
67e37159de
Convert the Adaptec and Winbond drivers to miibus.
1999-08-30 23:08:32 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
wpaul
6a22079622
Convert the Winbond driver to newbus and have it compiled as a module.
1999-08-10 21:09:12 +00:00