Use the "options " spelling (vs. "options<TAB>") so that commented lines

line up nicely.
This commit is contained in:
David E. O'Brien 2008-05-21 03:36:53 +00:00
parent d355fd5877
commit 99f233296d
3 changed files with 17 additions and 18 deletions

View File

@ -250,8 +250,8 @@ device xe # Xircom pccard Ethernet
# Wireless NIC cards
device wlan # 802.11 support
options IEEE80211_DEBUG # enable debug msgs
options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
options IEEE80211_DEBUG # enable debug msgs
options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
@ -326,4 +326,3 @@ device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons

View File

@ -30,7 +30,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options POWERMAC #NewWorld Apple PowerMacs
options PSIM #GDB PSIM ppc simulator
options SCHED_ULE #ULE scheduler
options SCHED_ULE #ULE scheduler
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options SCTP #Stream Control Transmission Protocol
@ -95,8 +95,8 @@ device pass # Passthrough device (direct SCSI access)
# syscons is the default console driver, resembling an SCO console
device sc
device kbdmux
options SC_OFWFB # OFW frame buffer
options SC_DFLT_FONT # compile font in
options SC_OFWFB # OFW frame buffer
options SC_DFLT_FONT # compile font in
makeoptions SC_DFLT_FONT=cp437
# Serial (COM) ports

View File

@ -45,7 +45,7 @@ options NFSSERVER # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
#options MSDOSFS # MSDOS Filesystem
options NULLFS
options NULLFS
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
@ -68,7 +68,7 @@ options AUDIT # Security event auditing
# Debugging for use in -current
options KDB # Enable kernel debugger support.
options KDB_TRACE
options KDB_TRACE
options DDB # Support DDB.
#options TRAP_TRACING # Enable trap tracing.
#options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries.
@ -77,8 +77,8 @@ options DDB # Support DDB.
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS # Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
#options DEBUG_LOCKS
#options DEBUG_VFS_LOCKS
#options DEBUG_LOCKS
#options DEBUG_VFS_LOCKS
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel
@ -207,18 +207,18 @@ device ums # Mouse
#device sbp # SCSI over FireWire (Requires scbus and da)
#device fwe # Ethernet over FireWire (non-standard!)
#options SIMULATOR # compile for ISA simulator
#options KTR
#options KTR_MASK=(KTR_TRAP)
#options USB_DEBUG
#options USBVERBOSE
#options DEBUG_LOCKS
#options DEBUG_VFS_LOCKS
#options SIMULATOR # compile for ISA simulator
#options KTR
#options KTR_MASK=(KTR_TRAP)
#options USB_DEBUG
#options USBVERBOSE
#options DEBUG_LOCKS
#options DEBUG_VFS_LOCKS
device ccd
# sched_lock incurs a rather high overhead at a 1000Hz with 32 cpus
# on most arches and in most cases 1000Hz pessimizes performance
# its choice was not adequately researched
options HZ=100
options HZ=100