summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-03-18 17:30:12 +0000
committerasmodai <asmodai@FreeBSD.org>2000-03-18 17:30:12 +0000
commit362fbd148d0c7d5d20044e4e589cc48de2caef5c (patch)
tree0e0251fc9db02561d0a5c0e49182dc9f36a60928
parentc55947768b62b831c41698ec530507302009f7b9 (diff)
downloadFreeBSD-src-362fbd148d0c7d5d20044e4e589cc48de2caef5c.zip
FreeBSD-src-362fbd148d0c7d5d20044e4e589cc48de2caef5c.tar.gz
Document three debug options: npx, bus and vfs locks debugging.
-rw-r--r--sys/conf/NOTES8
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
3 files changed, 15 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index e6a31db..fb1e61f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2157,12 +2157,16 @@ options COMPAT_SVR4 # build emulator statically
options DEBUG_SVR4 # enable verbose debugging
pseudo-device streams # STREAMS network driver (required for svr4).
+# Debug options
+options BUS_DEBUG # enable newbus debugging
+options DEBUG_VFS_LOCKS # enable vfs lock debugging
+options NPX_DEBUG # enable npx debugging (FPU/math emu)
+
# More undocumented options for linting.
# Note that documenting these are not considered an affront.
options AHC_DUMP_EEPROM
options AHC_TMODE_ENABLE
-options BUS_DEBUG
options CAM_DEBUG_DELAY
options CLK_CALIBRATION_LOOP
options CLK_USE_I8254_CALIBRATION
@@ -2172,7 +2176,6 @@ 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
@@ -2197,7 +2200,6 @@ options MSGTQL=41
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
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index e6a31db..fb1e61f 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2157,12 +2157,16 @@ options COMPAT_SVR4 # build emulator statically
options DEBUG_SVR4 # enable verbose debugging
pseudo-device streams # STREAMS network driver (required for svr4).
+# Debug options
+options BUS_DEBUG # enable newbus debugging
+options DEBUG_VFS_LOCKS # enable vfs lock debugging
+options NPX_DEBUG # enable npx debugging (FPU/math emu)
+
# More undocumented options for linting.
# Note that documenting these are not considered an affront.
options AHC_DUMP_EEPROM
options AHC_TMODE_ENABLE
-options BUS_DEBUG
options CAM_DEBUG_DELAY
options CLK_CALIBRATION_LOOP
options CLK_USE_I8254_CALIBRATION
@@ -2172,7 +2176,6 @@ 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
@@ -2197,7 +2200,6 @@ options MSGTQL=41
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
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index e6a31db..fb1e61f 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2157,12 +2157,16 @@ options COMPAT_SVR4 # build emulator statically
options DEBUG_SVR4 # enable verbose debugging
pseudo-device streams # STREAMS network driver (required for svr4).
+# Debug options
+options BUS_DEBUG # enable newbus debugging
+options DEBUG_VFS_LOCKS # enable vfs lock debugging
+options NPX_DEBUG # enable npx debugging (FPU/math emu)
+
# More undocumented options for linting.
# Note that documenting these are not considered an affront.
options AHC_DUMP_EEPROM
options AHC_TMODE_ENABLE
-options BUS_DEBUG
options CAM_DEBUG_DELAY
options CLK_CALIBRATION_LOOP
options CLK_USE_I8254_CALIBRATION
@@ -2172,7 +2176,6 @@ 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
@@ -2197,7 +2200,6 @@ options MSGTQL=41
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
OpenPOWER on IntegriCloud