diff options
author | msmith <msmith@FreeBSD.org> | 2001-11-27 23:08:37 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-11-27 23:08:37 +0000 |
commit | df947dedc97a0d45a0248ee819fe76f78dbdd3e1 (patch) | |
tree | 6ccf2d6ebb783d31cebcf97d6e43ba734d760a53 /sys/conf | |
parent | 47ff42dab2e21d6e60fcc76f3e83e2e2a511c236 (diff) | |
download | FreeBSD-src-df947dedc97a0d45a0248ee819fe76f78dbdd3e1.zip FreeBSD-src-df947dedc97a0d45a0248ee819fe76f78dbdd3e1.tar.gz |
Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family of
RAID controllers (5300, 532, 5i, etc.)
Thanks to Compaq and Yahoo! for support during the development of this
driver.
MFC after: 1 week
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 7 | ||||
-rw-r--r-- | sys/conf/files | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3a436c0..1c19957 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1509,6 +1509,13 @@ options DPT_RESET_HBA options DPT_ALLOW_MEMIO # +# Compaq "CISS" RAID controllers (SmartRAID 5* series) +# These controllers have a SCSI-like interface, and require the +# CAM infrastructure. +# +device ciss + +# # Mylex AcceleRAID and eXtremeRAID controllers with v6 and later # firmware. These controllers have a SCSI-like interface, and require # the CAM infrastructure. diff --git a/sys/conf/files b/sys/conf/files index abe4bdb..7c2407d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -288,6 +288,7 @@ dev/buslogic/bt_pci.c optional bt pci dev/cardbus/cardbus.c optional cardbus dev/cardbus/cardbus_cis.c optional cardbus dev/ccd/ccd.c optional ccd +dev/ciss/ciss.c optional ciss dev/cnw/if_cnw.c optional cnw card #dev/cnw/if_cnw.c optional cnw pccard dev/cs/if_cs.c optional cs |