Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Dec 2007 17:11:03 +0100
From:      "Daniel Kamm" <janos@gmx.ch>
To:        freebsd-drivers@freebsd.org
Subject:   aac driver patch adds SUN raid controllers
Message-ID:  <20071206161103.277900@gmx.net>

next in thread | raw e-mail | index | archive | help
--========GMX277901196957463471809
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

Hello list

 The following patch enables two (more or less similar) sas raid 
controllers on Sun x86 servers. The supported systems are:

- SunFire X4150

- Sunblade 6250

 The SAS RAID controllers on that systems are using the Intel Sunrise Lake 
(SRL) 81348 chipset, which is based on Adaptec Voodoo. The patch adds two 
PCI IDs to the driver, the driver itself is supporting the controller. The 
patch is written and tested on FreeBSD 7.0beta3.

 Have funn

 - Dan

   --- /usr/src/sys/dev/aac/aac_pci.c__backup__    2007-11-27 
17:31:54.000000000 +0100
+++ /usr/src/sys/dev/aac/aac_pci.c    2007-11-30 11:06:11.000000000 
+0100
@@ -200,6 +200,10 @@
      "Adaptec RAID 3805"},
     {0x9005, 0x0286, 0x1014, 0x9580, AAC_HWIF_RKT, 0,
      "IBM ServeRAID-8k"},
+       {0x9005, 0x0285, 0x108e, 0x0286, AAC_HWIF_I960RX, 0,
+        "Sun STK REM Intel SRL 81348 PCIe Slot"},
+    {0x9005, 0x0285, 0x108e, 0x7aac, AAC_HWIF_I960RX, 0,
+     "Sun STK REM Intel SRL 81348 piggy-back"},
     {0, 0, 0, 0, 0, 0, 0}
 };
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

--========GMX277901196957463471809
Content-Type: text/x-patch; charset="iso-8859-15"; name="aac_pci.c.diff"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="aac_pci.c.diff"

--- /usr/src/sys/dev/aac/aac_pci.c__backup__	2007-11-27 17:31:54.000000000 +0100
+++ /usr/src/sys/dev/aac/aac_pci.c	2007-11-30 11:06:11.000000000 +0100
@@ -200,6 +200,10 @@
 	 "Adaptec RAID 3805"},
 	{0x9005, 0x0286, 0x1014, 0x9580, AAC_HWIF_RKT, 0,
 	 "IBM ServeRAID-8k"},
+       {0x9005, 0x0285, 0x108e, 0x0286, AAC_HWIF_I960RX, 0,
+        "Sun STK REM Intel SRL 81348 PCIe Slot"},
+	{0x9005, 0x0285, 0x108e, 0x7aac, AAC_HWIF_I960RX, 0,
+	 "Sun STK REM Intel SRL 81348 piggy-back"},
 	{0, 0, 0, 0, 0, 0, 0}
 };
 

--========GMX277901196957463471809--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071206161103.277900>