summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-10-04 04:40:21 +0000
committerscottl <scottl@FreeBSD.org>2005-10-04 04:40:21 +0000
commit18dd39f419d07d5a1622a56da480985c41f78d0e (patch)
treee2e9637ecd2fcbb447d0f5e9c163e10fee0027f2
parent3b657afbab69a51e3f78c40764cb2074765700cb (diff)
downloadFreeBSD-src-18dd39f419d07d5a1622a56da480985c41f78d0e.zip
FreeBSD-src-18dd39f419d07d5a1622a56da480985c41f78d0e.tar.gz
Oops, left a compile option enabled that should not be enabled.
-rw-r--r--sys/modules/lmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/lmc/Makefile b/sys/modules/lmc/Makefile
index fa56579..cdeaa6b 100644
--- a/sys/modules/lmc/Makefile
+++ b/sys/modules/lmc/Makefile
@@ -18,7 +18,7 @@ opt_netgraph.h:
echo "#define NETGRAPH 1" > ${.TARGET}
opt_global.h:
echo "#define ALTQ 1" > ${.TARGET}
- echo "#define DEVICE_POLLING 1" >> ${.TARGET}
+ echo "#define DEVICE_POLLING 0" >> ${.TARGET}
opt_bpf.h: # FreeBSD-5:
echo "#define DEV_BPF 1" > ${.TARGET}
OpenPOWER on IntegriCloud