diff options
author | gibbs <gibbs@FreeBSD.org> | 2001-03-17 00:09:47 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 2001-03-17 00:09:47 +0000 |
commit | e9585fec02b87ff5034626ead2ae4fc59730dcf3 (patch) | |
tree | 8d83e2cae3a09b1251dbb0f0cf38f665931c087d /sys/conf | |
parent | 1188f8eac8c97375cb68417815e9be5939d6bb72 (diff) | |
download | FreeBSD-src-e9585fec02b87ff5034626ead2ae4fc59730dcf3.zip FreeBSD-src-e9585fec02b87ff5034626ead2ae4fc59730dcf3.tar.gz |
Add the AAC_DEBUG option to enable debugging in the aac driver.
Reviewed by: msmith
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 2 | ||||
-rw-r--r-- | sys/conf/options | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 30a4e73..93f76de 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 diff --git a/sys/conf/options b/sys/conf/options index 30cebb3..b493aa7 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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 |