Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -1/+1 |
| | | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period) | ||||
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 1 | -4/+5 |
| | |||||
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | peter | 2000-05-27 | 1 | -1/+1 |
| | | | | encoding the relative path. | ||||
* | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | peter | 2000-05-04 | 1 | -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. | ||||
* | Zap KMODDEPS line | peter | 2000-05-01 | 1 | -1/+0 |
| | |||||
* | Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module | bde | 2000-01-28 | 1 | -1/+0 |
| | | | | | makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles. | ||||
* | Removed special rules for building and cleaning device interface files | bde | 1999-11-28 | 1 | -19/+1 |
| | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). | ||||
* | Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff. | peter | 1999-09-27 | 1 | -5/+2 |
| | |||||
* | Don't generate 'bpf.h' since it's not used. | peter | 1999-09-27 | 1 | -5/+2 |
| | |||||
* | Change the name of the installed KLM to contain a leading "if_". | obrien | 1999-09-20 | 1 | -1/+2 |
| | | | | | | Except for miibus which is now installed as miibus.ko. Discussed by: msmith, peter, and wpaul | ||||
* | Convert the Adaptec and Winbond drivers to miibus. | wpaul | 1999-08-30 | 1 | -2/+7 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Convert the Winbond driver to newbus and have it compiled as a module. | wpaul | 1999-08-10 | 1 | -0/+28 |