summaryrefslogtreecommitdiff
path: root/sys/modules/lmc
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-10-04 04:40:21 +0000
committerScott Long <scottl@FreeBSD.org>2005-10-04 04:40:21 +0000
commitb9aaa6961b9edc0133ec087228aabdfc59f2d7b1 (patch)
treee2e9637ecd2fcbb447d0f5e9c163e10fee0027f2 /sys/modules/lmc
parent34ea500beaaf29802a68d207612cc9a50b6b49f7 (diff)
Notes
Diffstat (limited to 'sys/modules/lmc')
-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 fa565794e9f4..cdeaa6b9b024 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}