* Re: kernel support for Marvell 88SE614x chipset
2006-10-31 9:50 kernel support for Marvell 88SE614x chipset Evan_D
@ 2006-10-31 13:19 ` Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2006-10-31 13:19 UTC (permalink / raw)
To: Evan_D; +Cc: linux-ide
Ar Maw, 2006-10-31 am 20:50 +1100, ysgrifennodd Evan_D:
> Hi
>
> Is any work being done on implementing kernel support for the Marvell
> 88SE614x chipset?
Marvell provided some docs recently
> http://dlsvr01.asus.com/pub/ASUS/misc/ide/marvell6141/61xx_SATA_linux.zip.
> Being a relatively newcomer to Linux I've not managed to successfully
> compile and install the drivers.
Well it seems to be a 50MB tar ball that actually just adds the Marvell
device id to a copy of ahci.c
Something like this ought to work
--- drivers/ata/ahci.c~ 2006-10-31 13:00:50.918919744 +0000
+++ drivers/ata/ahci.c 2006-10-31 13:00:50.927918376 +0000
@@ -344,6 +344,9 @@
{ PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */
{ PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 966 */
{ PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */
+
+ /* Marvell */
+ { PCI_VDEVICE(MARVELL, 0x6141), board_ahci }, /* Marvell 88SE614x */
{ } /* terminate list */
};
^ permalink raw reply [flat|nested] 2+ messages in thread