diff options
author | jhb <jhb@FreeBSD.org> | 2005-07-21 16:40:08 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-07-21 16:40:08 +0000 |
commit | 5825347531c0674a75366d1022c325242713bf59 (patch) | |
tree | 8d48a49e8281db96c7843aba957f31ee0d7051a9 /sys/modules/de | |
parent | 5960d35adee19b10a49567b65b0b57a4adc077bd (diff) | |
download | FreeBSD-src-5825347531c0674a75366d1022c325242713bf59.zip FreeBSD-src-5825347531c0674a75366d1022c325242713bf59.tar.gz |
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
Diffstat (limited to 'sys/modules/de')
-rw-r--r-- | sys/modules/de/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/de/Makefile b/sys/modules/de/Makefile index f625252..c8eeb5c 100644 --- a/sys/modules/de/Makefile +++ b/sys/modules/de/Makefile @@ -13,8 +13,4 @@ SRCS= if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h # Enable performance statistics: #CFLAGS+= -DTULIP_PERFSTATS -# Enable the use of a software interrupt to alleviate the occurrence of -# interrupt livelock when under heavy load: -#CFLAGS+= -DTULIP_USE_SOFTINTR - .include <bsd.kmod.mk> |