From acf1b64c89903c97a82e8fab72c8d1348d117c09 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Sat, 17 Mar 2001 00:09:47 +0000 Subject: [PATCH] Add the AAC_DEBUG option to enable debugging in the aac driver. Reviewed by: msmith --- sys/conf/files | 2 +- sys/conf/options | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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_.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