summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-12-19 20:53:54 +0000
committerphk <phk@FreeBSD.org>2001-12-19 20:53:54 +0000
commit158bdd6afb54949bab82b2a3d402dbfccd19ac01 (patch)
treebe016c155cb51d0f525fab692c52ddf89d3762e4 /sys
parent6b7199c1d962d65948d8445ac6f35d5918ca6b79 (diff)
downloadFreeBSD-src-158bdd6afb54949bab82b2a3d402dbfccd19ac01.zip
FreeBSD-src-158bdd6afb54949bab82b2a3d402dbfccd19ac01.tar.gz
Comment out DEVICE_POLLING so that LINT compiles again.
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 ab4b756..4274216 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 ab4b756..4274216 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
#####################################################################
OpenPOWER on IntegriCloud