From d83ab3689dda455f8bc801062a8c77b1db6b4601 Mon Sep 17 00:00:00 2001 From: vkashyap Date: Wed, 31 Mar 2004 18:46:13 +0000 Subject: Moved comments on 3ware 9000 series RAID controller driver options from options to NOTES. --- sys/conf/NOTES | 8 ++++++++ sys/conf/options | 5 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'sys/conf') diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 99de13f..54b2ff2 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1388,6 +1388,14 @@ device amr # AMI MegaRAID device twe # 3ware ATA RAID # +# 3ware 9000 series PATA/SATA RAID controller driver and options. +# The driver is implemented as a SIM, and so, needs the CAM infrastructure. +# +options TWA_DEBUG # 0-10; 10 prints the most messages. +options TWA_FLASH_FIRMWARE # firmware image bundled when defined. +device twa # 3ware 9000 series PATA/SATA RAID + +# # The 'ATA' driver supports all ATA and ATAPI devices, including PC Card # devices. You only need one "device ata" for it to find all # PCI and PC Card ATA/ATAPI devices on modern machines. diff --git a/sys/conf/options b/sys/conf/options index 0756ea1..ecd16fb 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -43,9 +43,8 @@ AHD_TMODE_ENABLE opt_aic79xx.h AHD_REG_PRETTY_PRINT opt_aic79xx.h ADW_ALLOW_MEMIO opt_adw.h -# 3ware 9000 series RAID controller driver options -TWA_DEBUG opt_twa.h # 0-10; 10 prints the most messages. -TWA_FLASH_FIRMWARE opt_twa.h # firmware image bundled when defined. +TWA_DEBUG opt_twa.h +TWA_FLASH_FIRMWARE opt_twa.h # Miscellaneous options. ADAPTIVE_MUTEXES -- cgit v1.1