aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>2001-03-17 00:09:47 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>2001-03-17 00:09:47 +0000
commitacf1b64c89903c97a82e8fab72c8d1348d117c09 (patch)
tree393b0b16c064b1526c7e02a74915cd9e9d4f4b05 /sys
parentb6fc276b99324ac2c25ee73717668f3ade84012a (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/options8
2 files changed, 9 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 30a4e73a976f..93f76dee7066 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 30cebb375486..b493aa783955 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