summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/conf/NOTES5
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
-rw-r--r--sys/ia64/conf/NOTES3
4 files changed, 8 insertions, 6 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index e1c5f9a..775bbae 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -610,6 +610,5 @@ options VM_KMEM_SIZE_SCALE
options NDISAPI
device ndis
-
-# The I/O device
-device io
+# Yet more undocumented options for linting.
+options VGA_DEBUG
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 55ed156..5bf05f0 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2608,6 +2608,3 @@ options AAC_DEBUG # Debugging levels:
##options BKTR_ALLOC_PAGES=(217*4+1)
options BROOKTREE_ALLOC_PAGES=(217*4+1)
options MAXFILES=999
-
-# Yet more undocumented options for linting.
-options VGA_DEBUG
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index c84ae7c..770c6fb 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1161,3 +1161,6 @@ device io
# asr old ioctls support, needed by raidutils
options ASR_COMPAT
+
+# Yet more undocumented options for linting.
+options VGA_DEBUG
diff --git a/sys/ia64/conf/NOTES b/sys/ia64/conf/NOTES
index 8a4b8e1..9f861d1 100644
--- a/sys/ia64/conf/NOTES
+++ b/sys/ia64/conf/NOTES
@@ -49,3 +49,6 @@ device pci
# The following devices are not supported.
nodevice fdc
nooption FDC_DEBUG
+
+# Yet more undocumented options for linting.
+options VGA_DEBUG
OpenPOWER on IntegriCloud