aac driver patch adds SUN raid controllers

Daniel Kamm janos at gmx.ch
Thu Dec 6 08:37:44 PST 2007


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aac_pci.c.diff
Type: text/x-patch
Size: 517 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-drivers/attachments/20071206/e7305498/aac_pci.c.bin


More information about the freebsd-drivers mailing list