| Submitter | Per Jessen |
|---|---|
| Date | Feb. 8, 2011, 9:07 a.m. |
| Message ID | <4D5107D3.7030509@computer.org> |
| Download | mbox | patch |
| Permalink | /patch/82264/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
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
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 */
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