Moved comments on 3ware 9000 series RAID controller driver options from

options to NOTES.
This commit is contained in:
Vinod Kashyap 2004-03-31 18:46:13 +00:00
parent 1ba19fe8ce
commit 9e429d3871
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127685
2 changed files with 10 additions and 3 deletions

View file

@ -1387,6 +1387,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

View file

@ -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