Options cleanup.
* GC unused options * Move options that exist on all architectures to conf/options * Add missing options to LINT * Sort undocumented options list in LINT Reviewed by: green
This commit is contained in:
parent
47de024332
commit
6d7bd82cc0
@ -48,10 +48,6 @@ PSM_HOOKAPM opt_psm.h
|
||||
PSM_RESETAFTERSUSPEND opt_psm.h
|
||||
PSM_DEBUG opt_psm.h
|
||||
|
||||
# Fb options
|
||||
FB_DEBUG opt_fb.h
|
||||
FB_INSTALL_CDEV opt_fb.h
|
||||
|
||||
# Atkbd options
|
||||
ATKBD_DFLT_KEYMAP opt_atkbd.h
|
||||
|
||||
@ -62,5 +58,3 @@ KBD_MAXRETRY opt_kbd.h
|
||||
KBD_MAXWAIT opt_kbd.h
|
||||
KBD_RESETDELAY opt_kbd.h
|
||||
KBDIO_DEBUG opt_kbd.h
|
||||
|
||||
BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
|
@ -75,6 +75,8 @@ options BLKDEV_IOSIZE=8192
|
||||
#options PQ_NOOPT # No coloring
|
||||
options PQ_LARGECACHE # color for 512k/16k cache
|
||||
#options PQ_HUGECACHE # color for 1024k/16k cache
|
||||
#options PQ_MEDIUMCACHE # color for 64k/16k cache
|
||||
#options PQ_NORMALCACHE # color for 256k/16k cache
|
||||
|
||||
# This allows you to actually store this configuration file into
|
||||
# the kernel binary itself, where it may be later read by saying:
|
||||
@ -627,13 +629,6 @@ options NSWAPDEV=20
|
||||
# Disk quotas are supported when this option is enabled.
|
||||
options QUOTA #enable disk quotas
|
||||
|
||||
# In particular multi-session CD-Rs might require a huge amount of
|
||||
# time in order to "settle". If we are about mounting them as the
|
||||
# root f/s, we gotta wait a little.
|
||||
#
|
||||
# The number is supposed to be in seconds.
|
||||
options CD9660_ROOTDELAY=20
|
||||
|
||||
# If you are running a machine just as a fileserver for PC and MAC
|
||||
# users, using SAMBA or Netatalk, you may consider setting this option
|
||||
# and keeping all those users' directories on a filesystem that is
|
||||
@ -759,8 +754,6 @@ device pt0 at scbus? # SCSI processor type
|
||||
# CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds
|
||||
# SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions
|
||||
# SCSI_NO_OP_STRINGS: When defined disables opcode descriptions
|
||||
# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
|
||||
# of only when booting verbosely.
|
||||
# SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter)
|
||||
# queue after a bus reset, and the number of milliseconds to
|
||||
# freeze the device queue after a bus device reset.
|
||||
@ -772,7 +765,6 @@ options CAM_DEBUG_FLAGS="CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB"
|
||||
options CAM_MAX_HIGHPOWER=4
|
||||
options SCSI_NO_SENSE_STRINGS
|
||||
options SCSI_NO_OP_STRINGS
|
||||
options SCSI_REPORT_GEOMETRY
|
||||
options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device
|
||||
|
||||
# Options for the CAM CDROM driver:
|
||||
@ -1559,6 +1551,10 @@ device fea0
|
||||
# default.
|
||||
options AHC_ALLOW_MEMIO
|
||||
|
||||
# The adw driver will attempt to use memory mapped I/O for all PCI
|
||||
# controllers that have it configured only if this option is set.
|
||||
options ADW_ALLOW_MEMIO
|
||||
|
||||
# By default, only 10 EISA slots are probed, since the slot numbers
|
||||
# above clash with the configuration address space of the PCI subsystem,
|
||||
# and the EISA probe is not very smart about this. This is sufficient
|
||||
@ -2131,27 +2127,40 @@ options NSFBUFS=1024
|
||||
options DEBUG_LOCKS
|
||||
|
||||
# More undocumented options for linting.
|
||||
# Note that documenting these are not considered an affront.
|
||||
|
||||
options AHC_DUMP_EEPROM
|
||||
options AHC_TMODE_ENABLE
|
||||
options ATA_16BIT_ONLY
|
||||
options ATA_STATIC_ID
|
||||
options BUS_DEBUG
|
||||
options CAM_DEBUG_DELAY
|
||||
options CLK_CALIBRATION_LOOP
|
||||
options CLK_USE_I8254_CALIBRATION
|
||||
options CLK_USE_TSC_CALIBRATION
|
||||
options TIMER_FREQ="((14318182+6)/12)"
|
||||
options CLUSTERDEBUG
|
||||
options COMPAT_LINUX
|
||||
options CPU_UPGRADE_HW_CACHE
|
||||
options DEBUG
|
||||
options DEBUG_LINUX
|
||||
options DEBUG_VFS_LOCKS
|
||||
#options DISABLE_PSE
|
||||
options ENABLE_ALART
|
||||
options ENABLE_VFS_IOOPT
|
||||
options FB_DEBUG
|
||||
options FB_INSTALL_CDEV
|
||||
options FE_8BIT_SUPPORT
|
||||
options I4B_SMP_WORKAROUND
|
||||
options I586_PMC_GUPROF=0x70000
|
||||
options IBCS2
|
||||
options KBDIO_DEBUG=2
|
||||
options KBD_MAXRETRY=4
|
||||
options KBD_MAXWAIT=6
|
||||
options KBD_RESETDELAY=201
|
||||
options KEY
|
||||
options KEY_DEBUG
|
||||
options LOCKF_DEBUG
|
||||
options LOUTB
|
||||
options KBD_MAXRETRY=4
|
||||
options KBD_MAXWAIT=6
|
||||
options KBD_RESETDELAY=201
|
||||
options KBDIO_DEBUG=2
|
||||
options MSGMNB=2049
|
||||
options MSGMNI=41
|
||||
options MSGSEG=2049
|
||||
@ -2161,13 +2170,18 @@ options NBUF=512
|
||||
options NETATALKDEBUG
|
||||
options NMBCLUSTERS=1024
|
||||
options NPX_DEBUG
|
||||
#options OLTR_NO_BULLSEYE_MAC
|
||||
#options OLTR_NO_HAWKEYE_MAC
|
||||
#options OLTR_NO_TMS_MAC
|
||||
options PANIC_REBOOT_WAIT_TIME=16
|
||||
options PNPBIOS
|
||||
options PSM_DEBUG=1
|
||||
options SCSI_NCR_DEBUG
|
||||
options SCSI_NCR_DFLT_TAGS=4
|
||||
options SCSI_NCR_MAX_SYNC=10000
|
||||
options SCSI_NCR_MAX_WIDE=1
|
||||
options SCSI_NCR_MYADDR=7
|
||||
options SC_DEBUG_LEVEL
|
||||
options SC_RENDER_DEBUG
|
||||
options SEMMAP=31
|
||||
options SEMMNI=11
|
||||
options SEMMNS=61
|
||||
@ -2175,18 +2189,26 @@ options SEMMNU=31
|
||||
options SEMMSL=61
|
||||
options SEMOPM=101
|
||||
options SEMUME=11
|
||||
options SHOW_BUSYBUFS # List buffers that prevent root unmount
|
||||
options SHMALL=1025
|
||||
options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
|
||||
options SHMMAXPGS=1025
|
||||
options SHMMIN=2
|
||||
options SHMMNI=33
|
||||
options SHMSEG=9
|
||||
options SI_DEBUG
|
||||
options SHOW_BUSYBUFS # List buffers that prevent root unmount
|
||||
options SIMPLELOCK_DEBUG
|
||||
options SI_DEBUG
|
||||
options SLIP_IFF_OPTS
|
||||
options SPX_HACK
|
||||
options TIMER_FREQ="((14318182+6)/12)"
|
||||
options VFS_BIO_DEBUG
|
||||
options ENABLE_ALART
|
||||
options VM_KMEM_SIZE
|
||||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
# Undocumented options covering presently broken code
|
||||
#options ASUSCOM_IPAC
|
||||
#options SC_VIDEO_DEBUG
|
||||
|
||||
# The 'dpt' driver provides support for DPT controllers (http://www.dpt.com/).
|
||||
# These have hardware RAID-{0,1,5} support, and do multi-initiator I/O.
|
||||
@ -2195,19 +2217,9 @@ options ENABLE_ALART
|
||||
# Compaq are actually DPT controllers.
|
||||
#
|
||||
# See sys/dev/dpt for debugging and other subtle options.
|
||||
# DPT_VERIFY_HINTR Performs some strict hardware interrupts testing.
|
||||
# Only use if you suspect PCI bus corruption problems
|
||||
# DPT_RESTRICTED_FREELIST Normally, the freelist used by the DPT for queue
|
||||
# will grow to accommodate increased use. This growth
|
||||
# will NOT shrink. To restrict the number of queue
|
||||
# slots to exactly what the DPT can hold at one time,
|
||||
# enable this option.
|
||||
# DPT_MEASURE_PERFORMANCE Enables a set of (semi)invasive metrics. Various
|
||||
# instruments are enabled. The tools in
|
||||
# /usr/sbin/dpt_* assume these to be enabled.
|
||||
# DPT_FREELIST_IS_STACK For optimal L{1,2} CPU cache utilization, enable
|
||||
# this option. Otherwise, the transaction queue is
|
||||
# a LIFO. I cannot measure the performance gain.
|
||||
# DPT_HANDLE_TIMEOUTS Normally device timeouts are handled by the DPT.
|
||||
# If you ant the driver to handle timeouts, enable
|
||||
# this option. If your system is very busy, this
|
||||
@ -2222,29 +2234,16 @@ options ENABLE_ALART
|
||||
# DPT_RESET_HBA Make "reset" actually reset the controller
|
||||
# instead of fudging it. Only enable this if you
|
||||
# are 100% certain you need it.
|
||||
# DPT_SHUTDOWN_SLEEP Reset controller if a request take more than
|
||||
# this number of seconds. Do NOT enable this
|
||||
# unless you are really, really, really certain
|
||||
# you need it. You are advised to call Simon (the
|
||||
# driver author) before setting it, and NEVER,
|
||||
# EVER set it to less than 300s (5 minutes).
|
||||
|
||||
controller dpt0
|
||||
|
||||
# DPT options
|
||||
options DPT_VERIFY_HINTR
|
||||
options DPT_RESTRICTED_FREELIST
|
||||
#!CAM# options DPT_MEASURE_PERFORMANCE
|
||||
options DPT_FREELIST_IS_STACK
|
||||
#!CAM# options DPT_HANDLE_TIMEOUTS
|
||||
options DPT_TIMEOUT_FACTOR=4
|
||||
options DPT_INTR_DELAY=200 # Some motherboards need that
|
||||
options DPT_LOST_IRQ
|
||||
options DPT_RESET_HBA
|
||||
|
||||
# Don't EVER set this without having talked to Simon Shapiro on the phone
|
||||
# first.
|
||||
options DPT_SHUTDOWN_SLEEP=500
|
||||
options DPT_ALLOW_MEMIO
|
||||
|
||||
# USB support
|
||||
# UHCI controller
|
||||
|
@ -117,11 +117,6 @@ CD9660_ROOT opt_cd9660.h
|
||||
FFS_ROOT opt_ffs.h
|
||||
NFS_ROOT opt_nfsroot.h
|
||||
|
||||
# Multi-session CD-Rs might require a huge amount of time in order to
|
||||
# "settle". If we are about mounting them as the root f/s, we gotta
|
||||
# wait a little.
|
||||
CD9660_ROOTDELAY opt_cd9660.h
|
||||
|
||||
# The union static file system has bogus static dependencies, so it isn't
|
||||
# hidden yet.
|
||||
UNION
|
||||
@ -161,7 +156,6 @@ CAM_DEBUG_TARGET opt_cam.h
|
||||
CAM_DEBUG_LUN opt_cam.h
|
||||
CAM_DEBUG_FLAGS opt_cam.h
|
||||
SCSI_DELAY opt_scsi.h
|
||||
SCSI_REPORT_GEOMETRY opt_scsi.h
|
||||
SCSI_NO_SENSE_STRINGS opt_scsi.h
|
||||
SCSI_NO_OP_STRINGS opt_scsi.h
|
||||
|
||||
@ -180,7 +174,6 @@ SCSI_PT_DEFAULT_TIMEOUT opt_pt.h
|
||||
|
||||
# Options used only in pci/ncr.c
|
||||
SCSI_NCR_DEBUG opt_ncr.h
|
||||
SCSI_NCR_DFLT_TAGS opt_ncr.h
|
||||
SCSI_NCR_MAX_SYNC opt_ncr.h
|
||||
SCSI_NCR_MAX_WIDE opt_ncr.h
|
||||
SCSI_NCR_MYADDR opt_ncr.h
|
||||
@ -274,16 +267,10 @@ NATM opt_natm.h
|
||||
DPT_ALLOW_MEMIO opt_dpt.h # Allow PCI devices to use memory
|
||||
# mapped I/O
|
||||
# DPT driver debug flags
|
||||
DPT_VERIFY_HINTR opt_dpt.h
|
||||
DPT_USE_SINTR opt_dpt.h
|
||||
DPT_RESTRICTED_FREELIST opt_dpt.h
|
||||
DPT_MEASURE_PERFORMANCE opt_dpt.h
|
||||
DPT_FREELIST_IS_STACK opt_dpt.h
|
||||
DPT_HANDLE_TIMEOUTS opt_dpt.h
|
||||
DPT_TIMEOUT_FACTOR opt_dpt.h
|
||||
DPT_INTR_DELAY opt_dpt.h
|
||||
DPT_LOST_IRQ opt_dpt.h
|
||||
DPT_SHUTDOWN_SLEEP opt_dpt.h
|
||||
DPT_RESET_HBA opt_dpt.h
|
||||
|
||||
# Misc debug flags. Most of these should probably be replaced with
|
||||
@ -300,6 +287,10 @@ NPX_DEBUG opt_debug_npx.h
|
||||
NETATALKDEBUG opt_atalk.h
|
||||
SI_DEBUG opt_debug_si.h
|
||||
|
||||
# Fb options
|
||||
FB_DEBUG opt_fb.h
|
||||
FB_INSTALL_CDEV opt_fb.h
|
||||
|
||||
# ppbus related options
|
||||
PERIPH_1284 opt_ppb_1284.h
|
||||
DONTPROBE_1284 opt_ppb_1284.h
|
||||
@ -308,6 +299,7 @@ DONTPROBE_1284 opt_ppb_1284.h
|
||||
ENABLE_ALART opt_intpm.h
|
||||
|
||||
# These cause changes all over the kernel
|
||||
BLKDEV_IOSIZE opt_global.h
|
||||
DEBUG opt_global.h
|
||||
DEBUG_LOCKS opt_global.h
|
||||
DEBUG_VFS_LOCKS opt_global.h
|
||||
@ -317,7 +309,6 @@ INVARIANT_SUPPORT opt_global.h
|
||||
INVARIANTS opt_global.h
|
||||
SIMPLELOCK_DEBUG opt_global.h
|
||||
VFS_BIO_DEBUG opt_global.h
|
||||
BLKDEV_IOSIZE opt_global.h
|
||||
|
||||
# These are VM related options
|
||||
VM_KMEM_SIZE opt_vm.h
|
||||
@ -381,6 +372,7 @@ METEOR_DEALLOC_ABOVE opt_meteor.h
|
||||
COM_ESP opt_sio.h
|
||||
COM_MULTIPORT opt_sio.h
|
||||
EXTRA_SIO opt_sio.h
|
||||
BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
|
||||
# Include tweaks for running under the SimOS machine simulator.
|
||||
SIMOS opt_simos.h
|
||||
|
@ -48,10 +48,6 @@ PSM_HOOKAPM opt_psm.h
|
||||
PSM_RESETAFTERSUSPEND opt_psm.h
|
||||
PSM_DEBUG opt_psm.h
|
||||
|
||||
# Fb options
|
||||
FB_DEBUG opt_fb.h
|
||||
FB_INSTALL_CDEV opt_fb.h
|
||||
|
||||
# Atkbd options
|
||||
ATKBD_DFLT_KEYMAP opt_atkbd.h
|
||||
|
||||
@ -62,5 +58,3 @@ KBD_MAXRETRY opt_kbd.h
|
||||
KBD_MAXWAIT opt_kbd.h
|
||||
KBD_RESETDELAY opt_kbd.h
|
||||
KBDIO_DEBUG opt_kbd.h
|
||||
|
||||
BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
|
@ -21,7 +21,6 @@ PERFMON opt_perfmon.h
|
||||
POWERFAIL_NMI opt_trap.h
|
||||
AUTO_EOI_1 opt_auto_eoi.h
|
||||
AUTO_EOI_2 opt_auto_eoi.h
|
||||
BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
CONSPEED opt_comconsole.h
|
||||
I586_PMC_GUPROF opt_i586_guprof.h
|
||||
WLCACHE opt_wavelan.h
|
||||
@ -78,9 +77,6 @@ SC_PIXEL_MODE opt_syscons.h
|
||||
SC_RENDER_DEBUG opt_syscons.h
|
||||
SC_VIDEO_DEBUG opt_syscons.h
|
||||
|
||||
FB_DEBUG opt_fb.h
|
||||
FB_INSTALL_CDEV opt_fb.h
|
||||
|
||||
VGA_ALT_SEQACCESS opt_vga.h
|
||||
VGA_DEBUG opt_vga.h
|
||||
VGA_NO_FONT_LOADING opt_vga.h
|
||||
|
@ -21,7 +21,6 @@ PERFMON opt_perfmon.h
|
||||
POWERFAIL_NMI opt_trap.h
|
||||
AUTO_EOI_1 opt_auto_eoi.h
|
||||
AUTO_EOI_2 opt_auto_eoi.h
|
||||
BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
CONSPEED opt_comconsole.h
|
||||
I586_PMC_GUPROF opt_i586_guprof.h
|
||||
WLCACHE opt_wavelan.h
|
||||
@ -78,9 +77,6 @@ SC_PIXEL_MODE opt_syscons.h
|
||||
SC_RENDER_DEBUG opt_syscons.h
|
||||
SC_VIDEO_DEBUG opt_syscons.h
|
||||
|
||||
FB_DEBUG opt_fb.h
|
||||
FB_INSTALL_CDEV opt_fb.h
|
||||
|
||||
GDC opt_gdc.h
|
||||
|
||||
PSM_HOOKAPM opt_psm.h
|
||||
|
@ -75,6 +75,8 @@ options BLKDEV_IOSIZE=8192
|
||||
#options PQ_NOOPT # No coloring
|
||||
options PQ_LARGECACHE # color for 512k/16k cache
|
||||
#options PQ_HUGECACHE # color for 1024k/16k cache
|
||||
#options PQ_MEDIUMCACHE # color for 64k/16k cache
|
||||
#options PQ_NORMALCACHE # color for 256k/16k cache
|
||||
|
||||
# This allows you to actually store this configuration file into
|
||||
# the kernel binary itself, where it may be later read by saying:
|
||||
@ -627,13 +629,6 @@ options NSWAPDEV=20
|
||||
# Disk quotas are supported when this option is enabled.
|
||||
options QUOTA #enable disk quotas
|
||||
|
||||
# In particular multi-session CD-Rs might require a huge amount of
|
||||
# time in order to "settle". If we are about mounting them as the
|
||||
# root f/s, we gotta wait a little.
|
||||
#
|
||||
# The number is supposed to be in seconds.
|
||||
options CD9660_ROOTDELAY=20
|
||||
|
||||
# If you are running a machine just as a fileserver for PC and MAC
|
||||
# users, using SAMBA or Netatalk, you may consider setting this option
|
||||
# and keeping all those users' directories on a filesystem that is
|
||||
@ -759,8 +754,6 @@ device pt0 at scbus? # SCSI processor type
|
||||
# CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds
|
||||
# SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions
|
||||
# SCSI_NO_OP_STRINGS: When defined disables opcode descriptions
|
||||
# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
|
||||
# of only when booting verbosely.
|
||||
# SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter)
|
||||
# queue after a bus reset, and the number of milliseconds to
|
||||
# freeze the device queue after a bus device reset.
|
||||
@ -772,7 +765,6 @@ options CAM_DEBUG_FLAGS="CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB"
|
||||
options CAM_MAX_HIGHPOWER=4
|
||||
options SCSI_NO_SENSE_STRINGS
|
||||
options SCSI_NO_OP_STRINGS
|
||||
options SCSI_REPORT_GEOMETRY
|
||||
options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device
|
||||
|
||||
# Options for the CAM CDROM driver:
|
||||
@ -1559,6 +1551,10 @@ device fea0
|
||||
# default.
|
||||
options AHC_ALLOW_MEMIO
|
||||
|
||||
# The adw driver will attempt to use memory mapped I/O for all PCI
|
||||
# controllers that have it configured only if this option is set.
|
||||
options ADW_ALLOW_MEMIO
|
||||
|
||||
# By default, only 10 EISA slots are probed, since the slot numbers
|
||||
# above clash with the configuration address space of the PCI subsystem,
|
||||
# and the EISA probe is not very smart about this. This is sufficient
|
||||
@ -2131,27 +2127,40 @@ options NSFBUFS=1024
|
||||
options DEBUG_LOCKS
|
||||
|
||||
# More undocumented options for linting.
|
||||
# Note that documenting these are not considered an affront.
|
||||
|
||||
options AHC_DUMP_EEPROM
|
||||
options AHC_TMODE_ENABLE
|
||||
options ATA_16BIT_ONLY
|
||||
options ATA_STATIC_ID
|
||||
options BUS_DEBUG
|
||||
options CAM_DEBUG_DELAY
|
||||
options CLK_CALIBRATION_LOOP
|
||||
options CLK_USE_I8254_CALIBRATION
|
||||
options CLK_USE_TSC_CALIBRATION
|
||||
options TIMER_FREQ="((14318182+6)/12)"
|
||||
options CLUSTERDEBUG
|
||||
options COMPAT_LINUX
|
||||
options CPU_UPGRADE_HW_CACHE
|
||||
options DEBUG
|
||||
options DEBUG_LINUX
|
||||
options DEBUG_VFS_LOCKS
|
||||
#options DISABLE_PSE
|
||||
options ENABLE_ALART
|
||||
options ENABLE_VFS_IOOPT
|
||||
options FB_DEBUG
|
||||
options FB_INSTALL_CDEV
|
||||
options FE_8BIT_SUPPORT
|
||||
options I4B_SMP_WORKAROUND
|
||||
options I586_PMC_GUPROF=0x70000
|
||||
options IBCS2
|
||||
options KBDIO_DEBUG=2
|
||||
options KBD_MAXRETRY=4
|
||||
options KBD_MAXWAIT=6
|
||||
options KBD_RESETDELAY=201
|
||||
options KEY
|
||||
options KEY_DEBUG
|
||||
options LOCKF_DEBUG
|
||||
options LOUTB
|
||||
options KBD_MAXRETRY=4
|
||||
options KBD_MAXWAIT=6
|
||||
options KBD_RESETDELAY=201
|
||||
options KBDIO_DEBUG=2
|
||||
options MSGMNB=2049
|
||||
options MSGMNI=41
|
||||
options MSGSEG=2049
|
||||
@ -2161,13 +2170,18 @@ options NBUF=512
|
||||
options NETATALKDEBUG
|
||||
options NMBCLUSTERS=1024
|
||||
options NPX_DEBUG
|
||||
#options OLTR_NO_BULLSEYE_MAC
|
||||
#options OLTR_NO_HAWKEYE_MAC
|
||||
#options OLTR_NO_TMS_MAC
|
||||
options PANIC_REBOOT_WAIT_TIME=16
|
||||
options PNPBIOS
|
||||
options PSM_DEBUG=1
|
||||
options SCSI_NCR_DEBUG
|
||||
options SCSI_NCR_DFLT_TAGS=4
|
||||
options SCSI_NCR_MAX_SYNC=10000
|
||||
options SCSI_NCR_MAX_WIDE=1
|
||||
options SCSI_NCR_MYADDR=7
|
||||
options SC_DEBUG_LEVEL
|
||||
options SC_RENDER_DEBUG
|
||||
options SEMMAP=31
|
||||
options SEMMNI=11
|
||||
options SEMMNS=61
|
||||
@ -2175,18 +2189,26 @@ options SEMMNU=31
|
||||
options SEMMSL=61
|
||||
options SEMOPM=101
|
||||
options SEMUME=11
|
||||
options SHOW_BUSYBUFS # List buffers that prevent root unmount
|
||||
options SHMALL=1025
|
||||
options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
|
||||
options SHMMAXPGS=1025
|
||||
options SHMMIN=2
|
||||
options SHMMNI=33
|
||||
options SHMSEG=9
|
||||
options SI_DEBUG
|
||||
options SHOW_BUSYBUFS # List buffers that prevent root unmount
|
||||
options SIMPLELOCK_DEBUG
|
||||
options SI_DEBUG
|
||||
options SLIP_IFF_OPTS
|
||||
options SPX_HACK
|
||||
options TIMER_FREQ="((14318182+6)/12)"
|
||||
options VFS_BIO_DEBUG
|
||||
options ENABLE_ALART
|
||||
options VM_KMEM_SIZE
|
||||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
# Undocumented options covering presently broken code
|
||||
#options ASUSCOM_IPAC
|
||||
#options SC_VIDEO_DEBUG
|
||||
|
||||
# The 'dpt' driver provides support for DPT controllers (http://www.dpt.com/).
|
||||
# These have hardware RAID-{0,1,5} support, and do multi-initiator I/O.
|
||||
@ -2195,19 +2217,9 @@ options ENABLE_ALART
|
||||
# Compaq are actually DPT controllers.
|
||||
#
|
||||
# See sys/dev/dpt for debugging and other subtle options.
|
||||
# DPT_VERIFY_HINTR Performs some strict hardware interrupts testing.
|
||||
# Only use if you suspect PCI bus corruption problems
|
||||
# DPT_RESTRICTED_FREELIST Normally, the freelist used by the DPT for queue
|
||||
# will grow to accommodate increased use. This growth
|
||||
# will NOT shrink. To restrict the number of queue
|
||||
# slots to exactly what the DPT can hold at one time,
|
||||
# enable this option.
|
||||
# DPT_MEASURE_PERFORMANCE Enables a set of (semi)invasive metrics. Various
|
||||
# instruments are enabled. The tools in
|
||||
# /usr/sbin/dpt_* assume these to be enabled.
|
||||
# DPT_FREELIST_IS_STACK For optimal L{1,2} CPU cache utilization, enable
|
||||
# this option. Otherwise, the transaction queue is
|
||||
# a LIFO. I cannot measure the performance gain.
|
||||
# DPT_HANDLE_TIMEOUTS Normally device timeouts are handled by the DPT.
|
||||
# If you ant the driver to handle timeouts, enable
|
||||
# this option. If your system is very busy, this
|
||||
@ -2222,29 +2234,16 @@ options ENABLE_ALART
|
||||
# DPT_RESET_HBA Make "reset" actually reset the controller
|
||||
# instead of fudging it. Only enable this if you
|
||||
# are 100% certain you need it.
|
||||
# DPT_SHUTDOWN_SLEEP Reset controller if a request take more than
|
||||
# this number of seconds. Do NOT enable this
|
||||
# unless you are really, really, really certain
|
||||
# you need it. You are advised to call Simon (the
|
||||
# driver author) before setting it, and NEVER,
|
||||
# EVER set it to less than 300s (5 minutes).
|
||||
|
||||
controller dpt0
|
||||
|
||||
# DPT options
|
||||
options DPT_VERIFY_HINTR
|
||||
options DPT_RESTRICTED_FREELIST
|
||||
#!CAM# options DPT_MEASURE_PERFORMANCE
|
||||
options DPT_FREELIST_IS_STACK
|
||||
#!CAM# options DPT_HANDLE_TIMEOUTS
|
||||
options DPT_TIMEOUT_FACTOR=4
|
||||
options DPT_INTR_DELAY=200 # Some motherboards need that
|
||||
options DPT_LOST_IRQ
|
||||
options DPT_RESET_HBA
|
||||
|
||||
# Don't EVER set this without having talked to Simon Shapiro on the phone
|
||||
# first.
|
||||
options DPT_SHUTDOWN_SLEEP=500
|
||||
options DPT_ALLOW_MEMIO
|
||||
|
||||
# USB support
|
||||
# UHCI controller
|
||||
|
@ -75,6 +75,8 @@ options BLKDEV_IOSIZE=8192
|
||||
#options PQ_NOOPT # No coloring
|
||||
options PQ_LARGECACHE # color for 512k/16k cache
|
||||
#options PQ_HUGECACHE # color for 1024k/16k cache
|
||||
#options PQ_MEDIUMCACHE # color for 64k/16k cache
|
||||
#options PQ_NORMALCACHE # color for 256k/16k cache
|
||||
|
||||
# This allows you to actually store this configuration file into
|
||||
# the kernel binary itself, where it may be later read by saying:
|
||||
@ -627,13 +629,6 @@ options NSWAPDEV=20
|
||||
# Disk quotas are supported when this option is enabled.
|
||||
options QUOTA #enable disk quotas
|
||||
|
||||
# In particular multi-session CD-Rs might require a huge amount of
|
||||
# time in order to "settle". If we are about mounting them as the
|
||||
# root f/s, we gotta wait a little.
|
||||
#
|
||||
# The number is supposed to be in seconds.
|
||||
options CD9660_ROOTDELAY=20
|
||||
|
||||
# If you are running a machine just as a fileserver for PC and MAC
|
||||
# users, using SAMBA or Netatalk, you may consider setting this option
|
||||
# and keeping all those users' directories on a filesystem that is
|
||||
@ -759,8 +754,6 @@ device pt0 at scbus? # SCSI processor type
|
||||
# CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds
|
||||
# SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions
|
||||
# SCSI_NO_OP_STRINGS: When defined disables opcode descriptions
|
||||
# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
|
||||
# of only when booting verbosely.
|
||||
# SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter)
|
||||
# queue after a bus reset, and the number of milliseconds to
|
||||
# freeze the device queue after a bus device reset.
|
||||
@ -772,7 +765,6 @@ options CAM_DEBUG_FLAGS="CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB"
|
||||
options CAM_MAX_HIGHPOWER=4
|
||||
options SCSI_NO_SENSE_STRINGS
|
||||
options SCSI_NO_OP_STRINGS
|
||||
options SCSI_REPORT_GEOMETRY
|
||||
options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device
|
||||
|
||||
# Options for the CAM CDROM driver:
|
||||
@ -1559,6 +1551,10 @@ device fea0
|
||||
# default.
|
||||
options AHC_ALLOW_MEMIO
|
||||
|
||||
# The adw driver will attempt to use memory mapped I/O for all PCI
|
||||
# controllers that have it configured only if this option is set.
|
||||
options ADW_ALLOW_MEMIO
|
||||
|
||||
# By default, only 10 EISA slots are probed, since the slot numbers
|
||||
# above clash with the configuration address space of the PCI subsystem,
|
||||
# and the EISA probe is not very smart about this. This is sufficient
|
||||
@ -2131,27 +2127,40 @@ options NSFBUFS=1024
|
||||
options DEBUG_LOCKS
|
||||
|
||||
# More undocumented options for linting.
|
||||
# Note that documenting these are not considered an affront.
|
||||
|
||||
options AHC_DUMP_EEPROM
|
||||
options AHC_TMODE_ENABLE
|
||||
options ATA_16BIT_ONLY
|
||||
options ATA_STATIC_ID
|
||||
options BUS_DEBUG
|
||||
options CAM_DEBUG_DELAY
|
||||
options CLK_CALIBRATION_LOOP
|
||||
options CLK_USE_I8254_CALIBRATION
|
||||
options CLK_USE_TSC_CALIBRATION
|
||||
options TIMER_FREQ="((14318182+6)/12)"
|
||||
options CLUSTERDEBUG
|
||||
options COMPAT_LINUX
|
||||
options CPU_UPGRADE_HW_CACHE
|
||||
options DEBUG
|
||||
options DEBUG_LINUX
|
||||
options DEBUG_VFS_LOCKS
|
||||
#options DISABLE_PSE
|
||||
options ENABLE_ALART
|
||||
options ENABLE_VFS_IOOPT
|
||||
options FB_DEBUG
|
||||
options FB_INSTALL_CDEV
|
||||
options FE_8BIT_SUPPORT
|
||||
options I4B_SMP_WORKAROUND
|
||||
options I586_PMC_GUPROF=0x70000
|
||||
options IBCS2
|
||||
options KBDIO_DEBUG=2
|
||||
options KBD_MAXRETRY=4
|
||||
options KBD_MAXWAIT=6
|
||||
options KBD_RESETDELAY=201
|
||||
options KEY
|
||||
options KEY_DEBUG
|
||||
options LOCKF_DEBUG
|
||||
options LOUTB
|
||||
options KBD_MAXRETRY=4
|
||||
options KBD_MAXWAIT=6
|
||||
options KBD_RESETDELAY=201
|
||||
options KBDIO_DEBUG=2
|
||||
options MSGMNB=2049
|
||||
options MSGMNI=41
|
||||
options MSGSEG=2049
|
||||
@ -2161,13 +2170,18 @@ options NBUF=512
|
||||
options NETATALKDEBUG
|
||||
options NMBCLUSTERS=1024
|
||||
options NPX_DEBUG
|
||||
#options OLTR_NO_BULLSEYE_MAC
|
||||
#options OLTR_NO_HAWKEYE_MAC
|
||||
#options OLTR_NO_TMS_MAC
|
||||
options PANIC_REBOOT_WAIT_TIME=16
|
||||
options PNPBIOS
|
||||
options PSM_DEBUG=1
|
||||
options SCSI_NCR_DEBUG
|
||||
options SCSI_NCR_DFLT_TAGS=4
|
||||
options SCSI_NCR_MAX_SYNC=10000
|
||||
options SCSI_NCR_MAX_WIDE=1
|
||||
options SCSI_NCR_MYADDR=7
|
||||
options SC_DEBUG_LEVEL
|
||||
options SC_RENDER_DEBUG
|
||||
options SEMMAP=31
|
||||
options SEMMNI=11
|
||||
options SEMMNS=61
|
||||
@ -2175,18 +2189,26 @@ options SEMMNU=31
|
||||
options SEMMSL=61
|
||||
options SEMOPM=101
|
||||
options SEMUME=11
|
||||
options SHOW_BUSYBUFS # List buffers that prevent root unmount
|
||||
options SHMALL=1025
|
||||
options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
|
||||
options SHMMAXPGS=1025
|
||||
options SHMMIN=2
|
||||
options SHMMNI=33
|
||||
options SHMSEG=9
|
||||
options SI_DEBUG
|
||||
options SHOW_BUSYBUFS # List buffers that prevent root unmount
|
||||
options SIMPLELOCK_DEBUG
|
||||
options SI_DEBUG
|
||||
options SLIP_IFF_OPTS
|
||||
options SPX_HACK
|
||||
options TIMER_FREQ="((14318182+6)/12)"
|
||||
options VFS_BIO_DEBUG
|
||||
options ENABLE_ALART
|
||||
options VM_KMEM_SIZE
|
||||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
# Undocumented options covering presently broken code
|
||||
#options ASUSCOM_IPAC
|
||||
#options SC_VIDEO_DEBUG
|
||||
|
||||
# The 'dpt' driver provides support for DPT controllers (http://www.dpt.com/).
|
||||
# These have hardware RAID-{0,1,5} support, and do multi-initiator I/O.
|
||||
@ -2195,19 +2217,9 @@ options ENABLE_ALART
|
||||
# Compaq are actually DPT controllers.
|
||||
#
|
||||
# See sys/dev/dpt for debugging and other subtle options.
|
||||
# DPT_VERIFY_HINTR Performs some strict hardware interrupts testing.
|
||||
# Only use if you suspect PCI bus corruption problems
|
||||
# DPT_RESTRICTED_FREELIST Normally, the freelist used by the DPT for queue
|
||||
# will grow to accommodate increased use. This growth
|
||||
# will NOT shrink. To restrict the number of queue
|
||||
# slots to exactly what the DPT can hold at one time,
|
||||
# enable this option.
|
||||
# DPT_MEASURE_PERFORMANCE Enables a set of (semi)invasive metrics. Various
|
||||
# instruments are enabled. The tools in
|
||||
# /usr/sbin/dpt_* assume these to be enabled.
|
||||
# DPT_FREELIST_IS_STACK For optimal L{1,2} CPU cache utilization, enable
|
||||
# this option. Otherwise, the transaction queue is
|
||||
# a LIFO. I cannot measure the performance gain.
|
||||
# DPT_HANDLE_TIMEOUTS Normally device timeouts are handled by the DPT.
|
||||
# If you ant the driver to handle timeouts, enable
|
||||
# this option. If your system is very busy, this
|
||||
@ -2222,29 +2234,16 @@ options ENABLE_ALART
|
||||
# DPT_RESET_HBA Make "reset" actually reset the controller
|
||||
# instead of fudging it. Only enable this if you
|
||||
# are 100% certain you need it.
|
||||
# DPT_SHUTDOWN_SLEEP Reset controller if a request take more than
|
||||
# this number of seconds. Do NOT enable this
|
||||
# unless you are really, really, really certain
|
||||
# you need it. You are advised to call Simon (the
|
||||
# driver author) before setting it, and NEVER,
|
||||
# EVER set it to less than 300s (5 minutes).
|
||||
|
||||
controller dpt0
|
||||
|
||||
# DPT options
|
||||
options DPT_VERIFY_HINTR
|
||||
options DPT_RESTRICTED_FREELIST
|
||||
#!CAM# options DPT_MEASURE_PERFORMANCE
|
||||
options DPT_FREELIST_IS_STACK
|
||||
#!CAM# options DPT_HANDLE_TIMEOUTS
|
||||
options DPT_TIMEOUT_FACTOR=4
|
||||
options DPT_INTR_DELAY=200 # Some motherboards need that
|
||||
options DPT_LOST_IRQ
|
||||
options DPT_RESET_HBA
|
||||
|
||||
# Don't EVER set this without having talked to Simon Shapiro on the phone
|
||||
# first.
|
||||
options DPT_SHUTDOWN_SLEEP=500
|
||||
options DPT_ALLOW_MEMIO
|
||||
|
||||
# USB support
|
||||
# UHCI controller
|
||||
|
@ -21,7 +21,6 @@ PERFMON opt_perfmon.h
|
||||
POWERFAIL_NMI opt_trap.h
|
||||
AUTO_EOI_1 opt_auto_eoi.h
|
||||
AUTO_EOI_2 opt_auto_eoi.h
|
||||
BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
CONSPEED opt_comconsole.h
|
||||
I586_PMC_GUPROF opt_i586_guprof.h
|
||||
WLCACHE opt_wavelan.h
|
||||
@ -78,9 +77,6 @@ SC_PIXEL_MODE opt_syscons.h
|
||||
SC_RENDER_DEBUG opt_syscons.h
|
||||
SC_VIDEO_DEBUG opt_syscons.h
|
||||
|
||||
FB_DEBUG opt_fb.h
|
||||
FB_INSTALL_CDEV opt_fb.h
|
||||
|
||||
VGA_ALT_SEQACCESS opt_vga.h
|
||||
VGA_DEBUG opt_vga.h
|
||||
VGA_NO_FONT_LOADING opt_vga.h
|
||||
|
@ -21,7 +21,6 @@ PERFMON opt_perfmon.h
|
||||
POWERFAIL_NMI opt_trap.h
|
||||
AUTO_EOI_1 opt_auto_eoi.h
|
||||
AUTO_EOI_2 opt_auto_eoi.h
|
||||
BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
CONSPEED opt_comconsole.h
|
||||
I586_PMC_GUPROF opt_i586_guprof.h
|
||||
WLCACHE opt_wavelan.h
|
||||
@ -78,9 +77,6 @@ SC_PIXEL_MODE opt_syscons.h
|
||||
SC_RENDER_DEBUG opt_syscons.h
|
||||
SC_VIDEO_DEBUG opt_syscons.h
|
||||
|
||||
FB_DEBUG opt_fb.h
|
||||
FB_INSTALL_CDEV opt_fb.h
|
||||
|
||||
GDC opt_gdc.h
|
||||
|
||||
PSM_HOOKAPM opt_psm.h
|
||||
|
Loading…
Reference in New Issue
Block a user