From: Per Jessen <per@computer.org>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org
Subject: [PATCH] ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller
Date: Tue, 08 Feb 2011 10:07:31 +0100 [thread overview]
Message-ID: <4D5107D3.7030509@computer.org> (raw)
Hi Jeff
Below is a minor patch for drivers/ata/ahci.c for recognising
Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller as found on the
RocketRaid 62X controller series. I have also submitted updates
to pci-ids.
Signed-off-by: Per Jessen <per@computer.org>
--- a/drivers/ata/ahci.c 2011-02-02 14:55:16.514999946 +0100
+++ b/drivers/ata/ahci.c 2011-02-01 14:01:00.380977830 +0100
@@ -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 9:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-08 9:07 Per Jessen [this message]
2011-02-08 12:14 ` [PATCH] ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller Sergei Shtylyov
-- strict thread matches above, loose matches on Subject: below --
2011-02-08 12:54 Per Jessen
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=4D5107D3.7030509@computer.org \
--to=per@computer.org \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
/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.