* [PATCH] ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller
@ 2011-02-08 9:07 Per Jessen
2011-02-08 12:14 ` Sergei Shtylyov
0 siblings, 1 reply; 3+ messages in thread
From: Per Jessen @ 2011-02-08 9:07 UTC (permalink / raw)
To: jgarzik; +Cc: linux-ide
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 */
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller
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
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2011-02-08 12:14 UTC (permalink / raw)
To: Per Jessen; +Cc: jgarzik, linux-ide
Hello.
On 08-02-2011 12:07, Per Jessen wrote:
> Hi Jeff
This shouldn't be the part of the changelog.
> 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 */
Your patch has spaces instead of all tabs.
WBR, Sergei
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller
@ 2011-02-08 12:54 Per Jessen
0 siblings, 0 replies; 3+ messages in thread
From: Per Jessen @ 2011-02-08 12:54 UTC (permalink / raw)
To: jgarzik; +Cc: linux-ide, Sergei Shtylyov
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 */
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-08 12:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
-- strict thread matches above, loose matches on Subject: below --
2011-02-08 12:54 Per Jessen
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).