aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/de
Commit message (Collapse)AuthorAgeFilesLines
* FCP-101: Remove de(4).Brooks Davis2019-05-171-16/+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=347910
* 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
* Move de from pci to dev/deWarner Losh2006-02-261-1/+1
| | | | Notes: svn path=/head/; revision=156033
* 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
* Unbreak stand-alone build of the de(4) module.Yaroslav Tykhiy2005-08-291-1/+1
| | | | Notes: svn path=/head/; revision=149580
* Remove conditional code that has largely rotted that is also not on byJohn Baldwin2005-07-211-4/+0
| | | | | | | | | | | | 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
* Document compile-time switches here as I'm going to yank them fromBruce M Simpson2004-07-091-0/+12
| | | | | | | if_de.c. Notes: svn path=/head/; revision=131850
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-3/+4
| | | | Notes: svn path=/head/; revision=70711
* Convert the de driver into a loadable module. Still missing is anMark Murray2000-10-311-0/+7
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