Author: delphij
Date: Mon Aug  1 21:12:41 2011
New Revision: 224583
URL: http://svn.freebsd.org/changeset/base/224583

Log:
  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)

Modified:
  head/share/man/man4/hptiop.4
  head/sys/dev/hptiop/hptiop.c

Modified: head/share/man/man4/hptiop.4
==============================================================================
--- head/share/man/man4/hptiop.4        Mon Aug  1 19:12:15 2011        
(r224582)
+++ head/share/man/man4/hptiop.4        Mon Aug  1 21:12:41 2011        
(r224583)
@@ -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 SA
 .It
 HighPoint RocketRAID 4320
 .It
+HighPoint RocketRAID 4321
+.It
+HighPoint RocketRAID 4322
+.It
 HighPoint RocketRAID 3220
 .It
 HighPoint RocketRAID 3320

Modified: head/sys/dev/hptiop/hptiop.c
==============================================================================
--- head/sys/dev/hptiop/hptiop.c        Mon Aug  1 19:12:15 2011        
(r224582)
+++ head/sys/dev/hptiop/hptiop.c        Mon Aug  1 21:12:41 2011        
(r224583)
@@ -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:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to