diff options
author | delphij <delphij@FreeBSD.org> | 2011-10-04 21:40:25 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2011-10-04 21:40:25 +0000 |
commit | 9da6f154d20f9979b10969ef3d1775c66118abf1 (patch) | |
tree | 8bf58a4bedd5b6037fb04497b9166be360ce5c7b /sys/i386 | |
parent | 66a96c11c836a64c8381f3046d1b055c9bd67456 (diff) | |
download | FreeBSD-src-9da6f154d20f9979b10969ef3d1775c66118abf1.zip FreeBSD-src-9da6f154d20f9979b10969ef3d1775c66118abf1.tar.gz |
Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Many
thanks for their contiued support to FreeBSD.
This is version 10.80.00.003 from codeset 10.2.1 [1]
Obtained from: LSI http://kb.lsi.com/Download16574.aspx [1]
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 69e8d9b0..2f16ccf 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -147,6 +147,7 @@ device iir # Intel Integrated RAID device ips # IBM (Adaptec) ServeRAID device mly # Mylex AcceleRAID/eXtremeRAID device twa # 3ware 9000 series PATA/SATA RAID +device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller # RAID controllers device aac # Adaptec FSA RAID |