diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-10-20 08:56:26 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-10-20 08:56:26 +0000 |
| commit | c276283866f993db02e78adecedce4ee79d4b2dd (patch) | |
| tree | 95989ace95cafef72c2861d5eb7e928af6bfdc53 | |
| parent | 16f50bcd80c1b76c7cf663f264f9030c82da814e (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/NOTES | 5 | ||||
| -rw-r--r-- | sys/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 3 | ||||
| -rw-r--r-- | 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 |
