SOURCES: kernel-ahci_pata_marvell.patch (NEW) - fix ahci bug (don't cover p...

pluto pluto at pld-linux.org
Thu Sep 4 19:07:47 CEST 2008


Author: pluto                        Date: Thu Sep  4 17:07:47 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix ahci bug (don't cover pata_marvell devices).

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

---- Diffs:

================================================================
Index: SOURCES/kernel-ahci_pata_marvell.patch
diff -u /dev/null SOURCES/kernel-ahci_pata_marvell.patch:1.1
--- /dev/null	Thu Sep  4 19:07:47 2008
+++ SOURCES/kernel-ahci_pata_marvell.patch	Thu Sep  4 19:07:41 2008
@@ -0,0 +1,16 @@
+patch based on Alan Cox suggestion. full thread available at:
+http://www.spinics.net/lists/linux-ide/msg25854.html
+
+--- linux-2.6.25/drivers/ata/ahci.c.orig	2008-09-04 13:30:27.000000000 +0200
++++ linux-2.6.25/drivers/ata/ahci.c	2008-09-04 18:51:14.000000000 +0200
+@@ -590,10 +590,6 @@
+ 	{ PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 966 */
+ 	{ PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */
+ 
+-	/* Marvell */
+-	{ PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv },	/* 6145 */
+-	{ PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv },	/* 6121 */
+-
+ 	/* Generic, PCI class code for AHCI */
+ 	{ PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
+ 	  PCI_CLASS_STORAGE_SATA_AHCI, 0xffffff, board_ahci },
================================================================


More information about the pld-cvs-commit mailing list