Marvell 88SE6141

From: gettinther
Date: Sat Oct 11 2008 - 19:41:39 EST


To the attention of Alan Cox,

Following an issue from one of our users, I had to patch the 2.6.26
kernel (and also the 2.6.27) for the marvell controller based on your
patch dated 2006.

http://www.nabble.com/kernel-support-for-Marvell-88SE614x-chipset-to7091227.html

I had to modify the patch to adjust it but the user reported proper
recognition of the hardware.

Just letting you know in case you just forgot to include it. Or is
there is another issue I should be aware of.

Thanking you

Cyrille

--- a/drivers/ata/ahci.c~ 2006-10-31 13:00:50.918919744 +0000
+++ a/drivers/ata/ahci.c 2006-10-31 13:00:50.927918376 +0000
@@ -540,6 +540,7 @@

/* Marvell */
{ PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv }, /* 6145 */
+ { PCI_VDEVICE(MARVELL, 0x6141), board_ahci_mv }, /* 6141 */
{ PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv }, /* 6121 */

/* Generic, PCI class code for AHCI */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/