From: Per Jessen <per@computer.org>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org, Sergei Shtylyov <sshtylyov@mvista.com>
Subject: [PATCH] ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller
Date: Tue, 08 Feb 2011 13:54:32 +0100 [thread overview]
Message-ID: <4D513D08.2040705@computer.org> (raw)
From: Per Jessen <per@computer.org>
Recognize Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller.
Signed-off-by: Per Jessen <per@computer.org>
---
The Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller may be found
on e.g. the RocketRaid 62X controllers shipped with WDC 3Tb drives.
I have also submitted an update for pci-ids.
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -380,6 +380,8 @@
{ PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv }, /* 6121 */
{ PCI_DEVICE(0x1b4b, 0x9123),
.driver_data = board_ahci_yes_fbs }, /* 88se9128 */
+ { PCI_DEVICE(0x1b4b, 0x9125),
+ .driver_data = board_ahci_yes_fbs }, /* 88se9125 */
/* Promise */
next reply other threads:[~2011-02-08 12:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-08 12:54 Per Jessen [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-02-08 9:07 [PATCH] ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller Per Jessen
2011-02-08 12:14 ` Sergei Shtylyov
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=4D513D08.2040705@computer.org \
--to=per@computer.org \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=sshtylyov@mvista.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.