From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Evan_D <spampit@iinet.net.au>
Cc: linux-ide@vger.kernel.org
Subject: Re: kernel support for Marvell 88SE614x chipset
Date: Tue, 31 Oct 2006 13:19:58 +0000 [thread overview]
Message-ID: <1162300798.11965.59.camel@localhost.localdomain> (raw)
In-Reply-To: <45471C4E.8050902@iinet.net.au>
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 */
};
prev parent reply other threads:[~2006-10-31 13:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-31 9:50 kernel support for Marvell 88SE614x chipset Evan_D
2006-10-31 13:19 ` Alan Cox [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1162300798.11965.59.camel@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=linux-ide@vger.kernel.org \
--cc=spampit@iinet.net.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).