diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-10-04 04:40:21 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-10-04 04:40:21 +0000 |
| commit | b9aaa6961b9edc0133ec087228aabdfc59f2d7b1 (patch) | |
| tree | e2e9637ecd2fcbb447d0f5e9c163e10fee0027f2 /sys/modules/lmc | |
| parent | 34ea500beaaf29802a68d207612cc9a50b6b49f7 (diff) | |
Notes
Diffstat (limited to 'sys/modules/lmc')
| -rw-r--r-- | sys/modules/lmc/Makefile | 2 |
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} |
