sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Move de from pci to dev/de
Remove bridge(4) from the tree. if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on: -archReviewed by: thompsaX-MFC-after: never (RELENG
Remove bridge(4) from the tree. if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on: -archReviewed by: thompsaX-MFC-after: never (RELENG_6 as transition period)
show more ...
Unbreak stand-alone build of the de(4) module.
Remove conditional code that has largely rotted that is also not on bydefault:- TULIP_NEED_FASTTIMEOUT - tulip_fasttimeout() wasn't called anywhere- BIG_PACKET - only worked on i386 anyway- TULIP
Remove conditional code that has largely rotted that is also not on bydefault:- 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
Document compile-time switches here as I'm going to yank them fromif_de.c.
Use a consistent style and one much closer to the rest of /usr/src
Convert the de driver into a loadable module. Still missing is anunload method. Lots of old cruft is removed.Thanks to WPaul for large clue-injection and debugging services.Reviewed by: wpaul