From c276283866f993db02e78adecedce4ee79d4b2dd Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Fri, 20 Oct 2006 08:56:26 +0000 Subject: The VGA_DEBUG option only exists on {amd64,i386,ia64}. Also remove 'device io' from amd64 NOTES; DEFAULTS takes care of it. --- sys/amd64/conf/NOTES | 5 ++--- sys/conf/NOTES | 3 --- sys/i386/conf/NOTES | 3 +++ sys/ia64/conf/NOTES | 3 +++ 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index e1c5f9a950bb..775bbaecdcfe 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 55ed15642471..5bf05f0ac362 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 c84ae7c2a888..770c6fbba02b 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 8a4b8e1178d3..9f861d1129c5 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 -- cgit v1.3