summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptiop
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-08-01 21:12:41 +0000
committerdelphij <delphij@FreeBSD.org>2011-08-01 21:12:41 +0000
commit5ef08898c229f1dbc78b55345784a9ca15302700 (patch)
treea0c3aba9e44b845cdefca2cfe084591eb7368bf5 /sys/dev/hptiop
parent96a4fe50dc6672ffdb31086d5b48729efc302158 (diff)
downloadFreeBSD-src-5ef08898c229f1dbc78b55345784a9ca15302700.zip
FreeBSD-src-5ef08898c229f1dbc78b55345784a9ca15302700.tar.gz
Add PCI ID for RocketRAID 4321 and 4322. A FreeNAS user have tested the
change on RocketRAID 4322. Sponsored by: iXsystems, Inc. MFC after: 3 days Approved by: re (kib)
Diffstat (limited to 'sys/dev/hptiop')
-rw-r--r--sys/dev/hptiop/hptiop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/hptiop/hptiop.c b/sys/dev/hptiop/hptiop.c
index 77a4ccd..49ffcef 100644
--- a/sys/dev/hptiop/hptiop.c
+++ b/sys/dev/hptiop/hptiop.c
@@ -1269,6 +1269,8 @@ static int hptiop_probe(device_t dev)
id = pci_get_device(dev);
switch (id) {
+ case 0x4322:
+ case 0x4321:
case 0x4320:
sas = 1;
case 0x3220:
OpenPOWER on IntegriCloud