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 */ }; - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html