diff options
author | delphij <delphij@FreeBSD.org> | 2011-08-01 21:12:41 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2011-08-01 21:12:41 +0000 |
commit | 5ef08898c229f1dbc78b55345784a9ca15302700 (patch) | |
tree | a0c3aba9e44b845cdefca2cfe084591eb7368bf5 /sys/dev/hptiop | |
parent | 96a4fe50dc6672ffdb31086d5b48729efc302158 (diff) | |
download | FreeBSD-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.c | 2 |
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: |