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) | ||||
* | Remove miidevs.h and generate it from miidevs at compile time. | obrien | 2003-01-19 | 1 | -1/+1 |
| | | | | The devlist2h.awk tool to do this has been repocopied to sys/tools/. | ||||
* | Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constants | semenu | 2002-04-19 | 1 | -1/+1 |
| | | | | | | into if_txreg.h. MFC after: 1 week | ||||
* | Update tx(4) to always enable vlan(4) support. | brooks | 2001-09-05 | 1 | -5/+1 |
| | | | | Approved by: semenu | ||||
* | Add support for 802.1Q VLAN and oversized ethernet frames. | semenu | 2001-08-13 | 1 | -1/+5 |
| | | | | | | | PR: kern/29235 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Reviewed by: Yar Tikhiy <yar@FreeBSD.org> MFC after: 1 week | ||||
* | 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 |
| | |||||
* | Premier version of Makefile to build tx driver as KLD | semenu | 2000-04-11 | 1 | -0/+9 |