summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorvkashyap <vkashyap@FreeBSD.org>2004-03-31 18:46:13 +0000
committervkashyap <vkashyap@FreeBSD.org>2004-03-31 18:46:13 +0000
commitd83ab3689dda455f8bc801062a8c77b1db6b4601 (patch)
tree5d95af87e6dcaace6a67944d1a00a227584610fc /sys/conf
parent37a21337e379b493f7450c4e6f5f9cc4b04cb282 (diff)
downloadFreeBSD-src-d83ab3689dda455f8bc801062a8c77b1db6b4601.zip
FreeBSD-src-d83ab3689dda455f8bc801062a8c77b1db6b4601.tar.gz
Moved comments on 3ware 9000 series RAID controller driver options from
options to NOTES.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES8
-rw-r--r--sys/conf/options5
2 files changed, 10 insertions, 3 deletions
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
OpenPOWER on IntegriCloud