Add the AAC_DEBUG option to enable debugging in the aac driver.
Reviewed by: msmith
This commit is contained in:
parent
b6fc276b99
commit
acf1b64c89
@ -184,7 +184,7 @@ ddb/db_variables.c optional ddb
|
||||
ddb/db_watch.c optional ddb
|
||||
ddb/db_write_cmd.c optional ddb
|
||||
dev/aac/aac.c optional aac
|
||||
#dev/aac/aac_debug.c optional aac
|
||||
dev/aac/aac_debug.c optional aac
|
||||
dev/aac/aac_disk.c optional aac
|
||||
dev/aac/aac_pci.c optional aac pci
|
||||
dev/acpica/acpi.c optional acpica
|
||||
|
@ -29,6 +29,14 @@
|
||||
# If filename is missing, the default is
|
||||
# opt_<name-of-option-in-lower-case>.h
|
||||
|
||||
# Adaptec Array Controller driver options
|
||||
AAC_DEBUG opt_aac.h # Debugging levels:
|
||||
# 0 - quiet, only emit warnings
|
||||
# 1 - noisy, emit major function
|
||||
# points and things done
|
||||
# 2 - extremely noisy, emit trace
|
||||
# items in loops, etc.
|
||||
|
||||
# Adaptec aic7xxx SCSI controller options
|
||||
AHC_ALLOW_MEMIO opt_aic7xxx.h # Allow PCI devices to use memory
|
||||
# mapped I/O
|
||||
|
Loading…
x
Reference in New Issue
Block a user