summaryrefslogtreecommitdiff
path: root/sys/modules/de
AgeCommit message (Collapse)Author
2019-05-17FCP-101: Remove de(4).Brooks Davis
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=347910
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
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
2006-02-26Move de from pci to dev/deWarner Losh
Notes: svn path=/head/; revision=156033
2005-09-27Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier
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
2005-08-29Unbreak stand-alone build of the de(4) module.Yaroslav Tykhiy
Notes: svn path=/head/; revision=149580
2005-07-21Remove conditional code that has largely rotted that is also not on byJohn Baldwin
default: - TULIP_NEED_FASTTIMEOUT - tulip_fasttimeout() wasn't called anywhere - BIG_PACKET - only worked on i386 anyway - TULIP_USE_SOFTINTR - doesn't compile and was never updated to handle new netisr registration - non-FreeBSD code Notes: svn path=/head/; revision=148252
2004-07-09Document compile-time switches here as I'm going to yank them fromBruce M Simpson
if_de.c. Notes: svn path=/head/; revision=131850
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
Notes: svn path=/head/; revision=70711
2000-10-31Convert the de driver into a loadable module. Still missing is anMark Murray
unload method. Lots of old cruft is removed. Thanks to WPaul for large clue-injection and debugging services. Reviewed by: wpaul Notes: svn path=/head/; revision=68021