aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2001-12-19 20:53:54 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2001-12-19 20:53:54 +0000
commit96efd94a01c43b9cab031d755913df7f94cd63cc (patch)
treebe016c155cb51d0f525fab692c52ddf89d3762e4 /sys
parentd7e53105ec7ae1c6bcaf0ed630e5895f17cd57b3 (diff)
downloadsrc-96efd94a01c43b9cab031d755913df7f94cd63cc.tar.gz
src-96efd94a01c43b9cab031d755913df7f94cd63cc.zip
Comment out DEVICE_POLLING so that LINT compiles again.
Notes
Notes: svn path=/head/; revision=88224
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ab4b75677ec8..427421679cd5 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -695,7 +695,8 @@ device hfa #FORE PCA-200E ATM PCI
# Only the "dc" "fxp" and "sis" devices support this mode of operation at
# the time of this writing.
-options DEVICE_POLLING
+# disabled because it conflicts with SMP making LINT uncompilable.
+#options DEVICE_POLLING
#####################################################################
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index ab4b75677ec8..427421679cd5 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -695,7 +695,8 @@ device hfa #FORE PCA-200E ATM PCI
# Only the "dc" "fxp" and "sis" devices support this mode of operation at
# the time of this writing.
-options DEVICE_POLLING
+# disabled because it conflicts with SMP making LINT uncompilable.
+#options DEVICE_POLLING
#####################################################################