SOURCES: kernel-ahci-sb600.patch (NEW) - sb600 in ahci support bac...

arekm arekm at pld-linux.org
Tue Jan 23 20:58:40 CET 2007


Author: arekm                        Date: Tue Jan 23 19:58:40 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sb600 in ahci support backport

---- Files affected:
SOURCES:
   kernel-ahci-sb600.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kernel-ahci-sb600.patch
diff -u /dev/null SOURCES/kernel-ahci-sb600.patch:1.1
--- /dev/null	Tue Jan 23 20:58:40 2007
+++ SOURCES/kernel-ahci-sb600.patch	Tue Jan 23 20:58:35 2007
@@ -0,0 +1,29 @@
+From: Jeff Garzik <jeff at garzik.org>
+Date: Thu, 30 Mar 2006 22:07:32 +0000 (-0500)
+Subject: [libata] ahci: add ATI SB600 PCI IDs
+X-Git-Tag: v2.6.17^0~955^2~5
+X-Git-Url: http://www.kernel.org/git/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=8b316a3973f05e572b4edeeda9072987f6bbaa44;hp=55d8ca4f8094246da6e71889a4e04bfafaa78b10
+
+[libata] ahci: add ATI SB600 PCI IDs
+
+From: Anatoli Antonovitch <antonovi at ati.com>
+
+Signed-off-by: Felix Kuehling <fkuehlin at ati.com>
+Signed-off-by: Jeff Garzik <jeff at garzik.org>
+---
+
+diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
+index ffba656..1bd82c4 100644
+--- a/drivers/scsi/ahci.c
++++ b/drivers/scsi/ahci.c
+@@ -293,6 +293,10 @@ static const struct pci_device_id ahci_pci_tbl[] = {
+ 	  board_ahci }, /* JMicron JMB360 */
+ 	{ 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ 	  board_ahci }, /* JMicron JMB363 */
++	{ PCI_VENDOR_ID_ATI, 0x4380, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
++	  board_ahci }, /* ATI SB600 non-raid */
++	{ PCI_VENDOR_ID_ATI, 0x4381, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
++	  board_ahci }, /* ATI SB600 raid */
+ 	{ }	/* terminate list */
+ };
+ 
================================================================


More information about the pld-cvs-commit mailing list