diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-11-08 12:14:06 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-11-08 12:14:06 +0000 |
| commit | 28d7984f3dff0eed5fdd245c44891000e896e804 (patch) | |
| tree | 04331d5c64bda8a40f5ed454de66e4d12c4e36e6 | |
| parent | b95c229b4d8e4020168c8c92f3a13736cf5bfb04 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 8 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 8 |
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 |
