aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/de
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2005-07-21 16:40:08 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2005-07-21 16:40:08 +0000
commitfe0c8544ff3f6e7ae349f76cb3e34227534fe453 (patch)
tree8d48a49e8281db96c7843aba957f31ee0d7051a9 /sys/modules/de
parent885adbfa81979e598b14eeabae3f006ac92cf60e (diff)
Notes
Diffstat (limited to 'sys/modules/de')
-rw-r--r--sys/modules/de/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/de/Makefile b/sys/modules/de/Makefile
index f625252152d07..c8eeb5cab5f0b 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>