summaryrefslogtreecommitdiffstats
path: root/sys/modules/tx
Commit message (Collapse)AuthorAgeFilesLines
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-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 constantssemenu2002-04-191-1/+1
| | | | | | into if_txreg.h. MFC after: 1 week
* Update tx(4) to always enable vlan(4) support.brooks2001-09-051-5/+1
| | | | Approved by: semenu
* Add support for 802.1Q VLAN and oversized ethernet frames.semenu2001-08-131-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/srcobrien2001-01-061-4/+5
|
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-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 linepeter2000-05-011-1/+0
|
* Premier version of Makefile to build tx driver as KLDsemenu2000-04-111-0/+9
OpenPOWER on IntegriCloud