aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2002-03-09 08:04:58 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2002-03-09 08:04:58 +0000
commitc445626ad37d4c677aebcc76cdd265c4830fbf0d (patch)
tree8f8acb0fa4eb6d3cda1b505337da902862cd56e8
parent2dbd9d5bc311751e996315557c4a171dee13cdc9 (diff)
downloadsrc-c445626ad37d4c677aebcc76cdd265c4830fbf0d.tar.gz
src-c445626ad37d4c677aebcc76cdd265c4830fbf0d.zip
Enable DEVICE_POLLING in LINT now that it is safe to compile it there.
Notes
Notes: svn path=/head/; revision=91937
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1e57ae869052..2887c8b2ac5b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -714,8 +714,7 @@ 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.
-# disabled because it conflicts with SMP making LINT uncompilable.
-#options DEVICE_POLLING
+options DEVICE_POLLING
#####################################################################
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1e57ae869052..2887c8b2ac5b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -714,8 +714,7 @@ 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.
-# disabled because it conflicts with SMP making LINT uncompilable.
-#options DEVICE_POLLING
+options DEVICE_POLLING
#####################################################################