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@xxxxxxxxxxxx> --- 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 */ -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html