diff mbox

ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller

Message ID 4D5107D3.7030509@computer.org
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Per Jessen Feb. 8, 2011, 9:07 a.m. UTC
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>




--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Sergei Shtylyov Feb. 8, 2011, 12:14 p.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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 */