mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
The VGA_DEBUG option only exists on {amd64,i386,ia64}.
Also remove 'device io' from amd64 NOTES; DEFAULTS takes care of it.
This commit is contained in:
parent
16f50bcd80
commit
c276283866
4 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue