aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tx
Commit message (Collapse)AuthorAgeFilesLines
* FCP-101: Remove tx(4).Brooks Davis2019-05-171-9/+0
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347919
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | 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
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-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) Notes: svn path=/head/; revision=150636
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-191-1/+1
| | | | | | | The devlist2h.awk tool to do this has been repocopied to sys/tools/. Notes: svn path=/head/; revision=109514
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantsSemen Ustimenko2002-04-191-1/+1
| | | | | | | | | into if_txreg.h. MFC after: 1 week Notes: svn path=/head/; revision=95075
* Update tx(4) to always enable vlan(4) support.Brooks Davis2001-09-051-5/+1
| | | | | | | Approved by: semenu Notes: svn path=/head/; revision=83122
* Add support for 802.1Q VLAN and oversized ethernet frames.Semen Ustimenko2001-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 Notes: svn path=/head/; revision=81593
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-4/+5
| | | | Notes: svn path=/head/; revision=70711
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-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. Notes: svn path=/head/; revision=59951
* Zap KMODDEPS linePeter Wemm2000-05-011-1/+0
| | | | Notes: svn path=/head/; revision=59865
* Premier version of Makefile to build tx driver as KLDSemen Ustimenko2000-04-111-0/+9
Notes: svn path=/head/; revision=59155