svn commit: r198532 - in stable/6/sys: . conf contrib/pf dev/aac dev/cxgb

Ed Maste emaste at FreeBSD.org
Wed Oct 28 01:53:26 UTC 2009


Author: emaste
Date: Wed Oct 28 01:53:25 2009
New Revision: 198532
URL: http://svn.freebsd.org/changeset/base/198532

Log:
  MFC r180072,182967
  
    Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters:
  
      Adaptec RAID 2045
      Adaptec RAID 2405
      Adaptec RAID 2445
      Adaptec RAID 2805
  
    Correct whitespace.

Modified:
  stable/6/sys/   (props changed)
  stable/6/sys/conf/   (props changed)
  stable/6/sys/contrib/pf/   (props changed)
  stable/6/sys/dev/aac/aac_pci.c
  stable/6/sys/dev/cxgb/   (props changed)

Modified: stable/6/sys/dev/aac/aac_pci.c
==============================================================================
--- stable/6/sys/dev/aac/aac_pci.c	Wed Oct 28 00:01:20 2009	(r198531)
+++ stable/6/sys/dev/aac/aac_pci.c	Wed Oct 28 01:53:25 2009	(r198532)
@@ -245,7 +245,15 @@ struct aac_ident
 	{0x9005, 0x0285, 0x9005, 0x02d0, AAC_HWIF_I960RX, 0,
 	 "Adaptec RAID 52445"},
 	{0x9005, 0x0285, 0x9005, 0x02d1, AAC_HWIF_I960RX, 0,
-        "Adaptec RAID 5405"},
+	 "Adaptec RAID 5405"},
+	{0x9005, 0x0285, 0x9005, 0x02d4, AAC_HWIF_I960RX, 0,
+	 "Adaptec RAID 2045"},
+	{0x9005, 0x0285, 0x9005, 0x02d5, AAC_HWIF_I960RX, 0,
+	 "Adaptec RAID 2405"},
+	{0x9005, 0x0285, 0x9005, 0x02d6, AAC_HWIF_I960RX, 0,
+	 "Adaptec RAID 2445"},
+	{0x9005, 0x0285, 0x9005, 0x02d7, AAC_HWIF_I960RX, 0,
+	 "Adaptec RAID 2805"},
 	{0x9005, 0x0286, 0x1014, 0x9580, AAC_HWIF_RKT, 0,
 	 "IBM ServeRAID-8k"},
 	{0x9005, 0x0285, 0x1014, 0x034d, AAC_HWIF_I960RX, 0,


More information about the svn-src-stable mailing list