patch-2.4.22 linux-2.4.22/drivers/scsi/aic7xxx/Config.in
Next file: linux-2.4.22/drivers/scsi/aic7xxx/Makefile
Previous file: linux-2.4.22/drivers/scsi/aic79xx/scsi_message.h
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
2003-08-25 04:44:42.000000000 -0700
- Orig file:
linux-2.4.21/drivers/scsi/aic7xxx/Config.in
- Orig date:
2002-08-02 17:39:44.000000000 -0700
diff -urN linux-2.4.21/drivers/scsi/aic7xxx/Config.in linux-2.4.22/drivers/scsi/aic7xxx/Config.in
@@ -2,12 +2,35 @@
dep_tristate 'Adaptec AIC7xxx support' CONFIG_SCSI_AIC7XXX $CONFIG_SCSI
if [ "$CONFIG_SCSI_AIC7XXX" != "n" ]; then
int ' Maximum number of TCQ commands per device' \
- CONFIG_AIC7XXX_CMDS_PER_DEVICE 253
+ CONFIG_AIC7XXX_CMDS_PER_DEVICE 32
int ' Initial bus reset delay in milli-seconds' \
CONFIG_AIC7XXX_RESET_DELAY_MS 15000
bool ' Probe for EISA and VL AIC7XXX Adapters' \
CONFIG_AIC7XXX_PROBE_EISA_VL
bool ' Build Adapter Firmware with Kernel Build' \
CONFIG_AIC7XXX_BUILD_FIRMWARE
+ bool ' Compile in Debugging Code' \
+ CONFIG_AIC7XXX_DEBUG_ENABLE
+ int ' Debug code enable mask (2048 for all debugging)' \
+ CONFIG_AIC7XXX_DEBUG_MASK 0
+ bool ' Decode registers during diagnostics' \
+ CONFIG_AIC7XXX_REG_PRETTY_PRINT
fi
fi
+dep_tristate 'Adaptec AIC79xx support' CONFIG_SCSI_AIC79XX $CONFIG_SCSI
+if [ "$CONFIG_SCSI_AIC79XX" != "n" ]; then
+ int ' Maximum number of TCQ commands per device' \
+ CONFIG_AIC79XX_CMDS_PER_DEVICE 32
+ int ' Initial bus reset delay in milli-seconds' \
+ CONFIG_AIC79XX_RESET_DELAY_MS 15000
+ bool ' Build Adapter Firmware with Kernel Build' \
+ CONFIG_AIC79XX_BUILD_FIRMWARE
+ bool ' Enable Read Streaming for All Targets' \
+ CONFIG_AIC79XX_ENABLE_RD_STRM
+ bool ' Compile in Debugging Code' \
+ CONFIG_AIC79XX_DEBUG_ENABLE
+ int ' Debug code enable mask (16384 for all debugging)' \
+ CONFIG_AIC79XX_DEBUG_MASK 0
+ bool ' Decode registers during diagnostics' \
+ CONFIG_AIC79XX_REG_PRETTY_PRINT
+fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)