Enji Cooper
193d9e768b
sys/modules: normalize .CURDIR-relative paths to SRCTOP
...
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
2017-03-04 10:10:17 +00:00
Warner Losh
acb2d038a7
Move de from pci to dev/de
2006-02-26 17:51:22 +00:00
Max Laier
b6de9e91bd
Remove bridge(4) from the tree. if_bridge(4) is a full functional
...
replacement and has additional features which make it superior.
Discussed on: -arch
Reviewed by: thompsa
X-MFC-after: never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
Yaroslav Tykhiy
e0d020b3c4
Unbreak stand-alone build of the de(4) module.
2005-08-29 15:18:04 +00:00
John Baldwin
fe0c8544ff
Remove conditional code that has largely rotted that is also not on by
...
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
2005-07-21 16:40:08 +00:00
Bruce M Simpson
28e23873bc
Document compile-time switches here as I'm going to yank them from
...
if_de.c.
2004-07-09 02:38:25 +00:00
David E. O'Brien
c68159a6d8
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
Mark Murray
f7261d9c5f
Convert the de driver into a loadable module. Still missing is an
...
unload method. Lots of old cruft is removed.
Thanks to WPaul for large clue-injection and debugging services.
Reviewed by: wpaul
2000-10-31 01:25:10 +00:00