linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kernel support for Marvell 88SE614x chipset
@ 2006-10-31  9:50 Evan_D
  2006-10-31 13:19 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Evan_D @ 2006-10-31  9:50 UTC (permalink / raw)
  To: linux-ide

Hi

Is any work being done on implementing kernel support for the Marvell 
88SE614x  chipset?

Asus have released source code drivers for the chipset to accompany the 
ASUS P5WDG2 WS Professional motherboard (Marvell 88SE6141 chipset).  The 
source is available for download @ 
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.

In any event, if kernel support is in the wings hopefully the linked 
source is of some use.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* 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

end of thread, other threads:[~2006-10-31 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-31  9:50 kernel support for Marvell 88SE614x chipset Evan_D
2006-10-31 13:19 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).