aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/de
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2004-07-09 02:38:25 +0000
committerBruce M Simpson <bms@FreeBSD.org>2004-07-09 02:38:25 +0000
commit28e23873bcebec2f83a77f2423ea1bf34d6c6cce (patch)
tree818a4ef873ea4ba8c57adb29ed9054f56d1807a7 /sys/modules/de
parente263a4b46ec6f6e0b814e68a3779c674e233eeea (diff)
Notes
Diffstat (limited to 'sys/modules/de')
-rw-r--r--sys/modules/de/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/de/Makefile b/sys/modules/de/Makefile
index e8424b10f9e4..f625252152d0 100644
--- a/sys/modules/de/Makefile
+++ b/sys/modules/de/Makefile
@@ -5,4 +5,16 @@
KMOD= if_de
SRCS= if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
+# Compile-time options.
+
+# Enable debugging:
+#CFLAGS+= -DTULIP_DEBUG
+
+# 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>