aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-09-09 02:40:59 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-09-09 02:40:59 +0000
commitb37a9be231966575d34653b761cf5ec6f49344cb (patch)
treecfd2a553f5bea8f7594ee90bc65ebf49a269e1d5 /sys/conf
parentb81107263473b0bf1b9f4da642929620f5fb0d0a (diff)
Notes
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 02b5f17d0142e..294b271e08735 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -177,7 +177,7 @@ options WITNESS_SKIPSPIN
# debug.mutex.prof.collisions - number of hash collisions
# debug.mutex.prof.stats - profiling statistics
#
-options MUTEX_PROFILING
+options MUTEX_PROFILING
#####################################################################
@@ -628,7 +628,7 @@ options PORTALFS #Portal filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options SMBFS #SMB/CIFS filesystem
-options UDF #Universal Disk Format
+options UDF #Universal Disk Format
options UMAPFS #UID map filesystem
options UNIONFS #Union filesystem
# options NODEVFS #disable devices filesystem
@@ -1228,14 +1228,14 @@ options AHC_DUMP_EEPROM
options AHC_TMODE_ENABLE
# Compile in aic79xx debugging code.
-options AHD_DEBUG
+options AHD_DEBUG
# Aic79xx driver debugging options.
# See the ahd(4) manpage
-options AHD_DEBUG_OPTS=0xFFFFFFFF
+options AHD_DEBUG_OPTS=0xFFFFFFFF
# Print human-readable register definitions when debugging
-options AHD_REG_PRETTY_PRINT
+options AHD_REG_PRETTY_PRINT
# 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.