diff options
| -rw-r--r-- | sys/conf/NOTES | 11 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 11 |
2 files changed, 18 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 289725652bba..926850969d92 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1334,6 +1334,15 @@ hint.wds.0.drq="6" # default. options AHC_ALLOW_MEMIO +# Enable diagnostic sequencer code. +options AHC_DEBUG_SEQUENCER + +# Dump the contents of the ahc controller configuration PROM. +options AHC_DUMP_EEPROM + +# Bitmap of units to enable targetmode operations. +options AHC_TMODE_ENABLE + # The adw driver will attempt to use memory mapped I/O for all PCI # controllers that have it configured only if this option is set. options ADW_ALLOW_MEMIO @@ -2649,8 +2658,6 @@ options SHMSEG=9 # More undocumented options for linting. # Note that documenting these are not considered an affront. -options AHC_DUMP_EEPROM -options AHC_TMODE_ENABLE options CAM_DEBUG_DELAY options CLUSTERDEBUG options COMPAT_LINUX diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 289725652bba..926850969d92 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1334,6 +1334,15 @@ hint.wds.0.drq="6" # default. options AHC_ALLOW_MEMIO +# Enable diagnostic sequencer code. +options AHC_DEBUG_SEQUENCER + +# Dump the contents of the ahc controller configuration PROM. +options AHC_DUMP_EEPROM + +# Bitmap of units to enable targetmode operations. +options AHC_TMODE_ENABLE + # The adw driver will attempt to use memory mapped I/O for all PCI # controllers that have it configured only if this option is set. options ADW_ALLOW_MEMIO @@ -2649,8 +2658,6 @@ options SHMSEG=9 # More undocumented options for linting. # Note that documenting these are not considered an affront. -options AHC_DUMP_EEPROM -options AHC_TMODE_ENABLE options CAM_DEBUG_DELAY options CLUSTERDEBUG options COMPAT_LINUX |
