aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-11-08 12:14:06 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-11-08 12:14:06 +0000
commit28d7984f3dff0eed5fdd245c44891000e896e804 (patch)
tree04331d5c64bda8a40f5ed454de66e4d12c4e36e6
parentb95c229b4d8e4020168c8c92f3a13736cf5bfb04 (diff)
Notes
-rw-r--r--sys/conf/NOTES8
-rw-r--r--sys/i386/conf/NOTES8
2 files changed, 16 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3bfaeaf457b7..c6a3449909c4 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2673,9 +2673,14 @@ options SHMSEG=9
# Note that documenting these are not considered an affront.
options CAM_DEBUG_DELAY
+
+# VFS cluster debugging.
options CLUSTERDEBUG
options COMPAT_LINUX
+
+# Eliminate unneeded cache flush instruction(s).
options CPU_UPGRADE_HW_CACHE
+
options DEBUG
options DEBUG_LINUX
#options DISABLE_PSE
@@ -2689,7 +2694,10 @@ options KBD_RESETDELAY=201
# Enable the PF_KEY Key Management API.
options KEY
+
+# Kernel filelock debugging.
options LOCKF_DEBUG
+
options MSGMNB=2049
options MSGMNI=41
options MSGSEG=2049
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 3bfaeaf457b7..c6a3449909c4 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2673,9 +2673,14 @@ options SHMSEG=9
# Note that documenting these are not considered an affront.
options CAM_DEBUG_DELAY
+
+# VFS cluster debugging.
options CLUSTERDEBUG
options COMPAT_LINUX
+
+# Eliminate unneeded cache flush instruction(s).
options CPU_UPGRADE_HW_CACHE
+
options DEBUG
options DEBUG_LINUX
#options DISABLE_PSE
@@ -2689,7 +2694,10 @@ options KBD_RESETDELAY=201
# Enable the PF_KEY Key Management API.
options KEY
+
+# Kernel filelock debugging.
options LOCKF_DEBUG
+
options MSGMNB=2049
options MSGMNI=41
options MSGSEG=2049