From a08d5a42dfae140d958d9eede5cadc2c00474fae Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 31 Oct 2000 18:01:15 +0000 Subject: [PATCH] Add the aic7xxx option AHC_DEBUG_SEQUENCER. This enables some diagnostic code in the firmware downloaded to the aic7xxx RISC engine. --- sys/conf/options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index f888a9f3455..bdfc98ab09a 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -39,6 +39,8 @@ AHC_TMODE_ENABLE opt_aic7xxx.h # Bitmap of units to enable AHC_DUMP_EEPROM opt_aic7xxx.h # Dump the contents of our # configuration prom. +AHC_DEBUG_SEQUENCER opt_aic7xxx.h # Enable diagnostic sequencer code + ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory # mapped I/O