summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2002-08-31 06:55:59 +0000
committergibbs <gibbs@FreeBSD.org>2002-08-31 06:55:59 +0000
commit33ed809319ecd0b0671621127b2007a621bf8119 (patch)
tree682ae475995cfd781b1602444c5d6717dc20c363 /sys/conf/options
parent55f7d935a9f35f1bd36b44091c6766cba82f8783 (diff)
downloadFreeBSD-src-33ed809319ecd0b0671621127b2007a621bf8119.zip
FreeBSD-src-33ed809319ecd0b0671621127b2007a621bf8119.tar.gz
Add support for ahd/ahc register pretty printing in diagnostics.
This feature can be disabled via the AHD/AHC_REG_PRETTY_PRINT kernel option. The ahc driver now uses the same debug options mechanism as ahd: AHC_DEBUG - Compile in debugging code AHC_DEBUG_OPTS - String of debug options as listed in aic7xxx.h
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options23
1 files changed, 20 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 09b50f6..ab059cd 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -50,13 +50,30 @@ AHC_TMODE_ENABLE opt_aic7xxx.h # Bitmap of units to enable
AHC_DUMP_EEPROM opt_aic7xxx.h # Dump the contents of our
# configuration prom.
-AHC_DEBUG_SEQUENCER opt_aic7xxx.h # Enable diagnostic sequencer code
+AHC_DEBUG opt_aic7xxx.h # Compile in Aic7xxx Debugging code.
+
+AHC_DEBUG_OPTS opt_aic7xxx.h # Aic7xxx driver debugging options.
+ # See sys/dev/aic7xxx/aic7xxx.h
+
+AHC_REG_PRETTY_PRINT opt_aic7xxx.h # Print register bitfields in debug
+ # output. Adds ~128k to driver.
# Adaptec aic79xx SCSI controller options
-AHD_DEBUG opt_aic79xx.h # Compile in aic79xx debugging code.
+AHD_DEBUG opt_aic79xx.h # Compile in Aic79xx Debugging code.
AHD_DEBUG_OPTS opt_aic79xx.h # Aic79xx driver debugging options.
- # See sys/dev/aic79xx/aic79xx.h
+ # See sys/dev/aic7xxx/aic79xx.h
+
+AHD_TMODE_ENABLE opt_aic79xx.h # Bitmap of units to enable
+ # targetmode operations.
+
+AHD_DUMP_EEPROM opt_aic79xx.h # Dump the contents of our
+ # configuration prom.
+
+AHD_DEBUG_SEQUENCER opt_aic79xx.h # Enable diagnostic sequencer code
+
+AHD_REG_PRETTY_PRINT opt_aic79xx.h # Print register bitfields in debug
+ # output. Adds ~215k to driver.
ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory
# mapped I/O
OpenPOWER on IntegriCloud