From: Jeff Garzik <jgarzik@pobox.com>
To: Davor <vordah@gmail.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: Marvell SATA AHCI 0x6141
Date: Fri, 09 Mar 2007 17:31:08 -0500 [thread overview]
Message-ID: <45F1E02C.2020203@pobox.com> (raw)
In-Reply-To: <20070309220200.GA17323@emard>
Davor wrote:
> HI
>
> I have onboard
> 02:00.0 SATA controller: Marvell Technology Group Ltd. Unknown device 6141 (rev 01)
> 02:00.0 0106: 11ab:6141 (rev 01)
>
> and it's an AHCI compatible device so a simple patch makes it work
> (patch agains linux-2.6.20.2)
>
> --- drivers/ata/ahci.c.orig 2007-03-09 21:58:26.000000000 +0100
> +++ drivers/ata/ahci.c 2007-03-09 22:38:20.000000000 +0100
> @@ -437,6 +437,9 @@ static const struct pci_device_id ahci_p
> { PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 966 */
> { PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */
>
> + /* Marvell */
> + { PCI_VDEVICE(MARVELL, 0x6141), board_ahci }, /* 6141 */
Yep, though you want the more-complete patch from libata-dev.git#mv-ahci
or akpm's -mm.
Jeff
next prev parent reply other threads:[~2007-03-09 22:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-09 22:02 Marvell SATA AHCI 0x6141 Davor
2007-03-09 22:31 ` Jeff Garzik [this message]
2007-03-12 9:42 ` Davor Emard
2007-03-13 0:05 ` Davor Emard
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=45F1E02C.2020203@pobox.com \
--to=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=vordah@gmail.com \
/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).