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)
This commit is contained in:
Xin LI 2011-08-01 21:12:41 +00:00
parent dda4f96087
commit 1f85519928
2 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 12, 2007
.Dd August 1, 2011
.Dt HPTIOP 4
.Os
.Sh NAME
@ -60,6 +60,10 @@ driver supports the following SAS and SATA RAID controllers:
.It
HighPoint RocketRAID 4320
.It
HighPoint RocketRAID 4321
.It
HighPoint RocketRAID 4322
.It
HighPoint RocketRAID 3220
.It
HighPoint RocketRAID 3320

View File

@ -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: