From: Per Jessen Date: Tue, 8 Feb 2011 12:54:32 +0000 (+0100) Subject: ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller X-Git-Tag: v2.6.38.1~72 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bfa65173414a6a2128b9f7c8f2e873a8a7e36d66;p=karo-tx-linux.git ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller commit 467b41c688c79d1b5e076fbdf082f9cd5d6a000c upstream. Recognize Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller. Signed-off-by: Per Jessen Signed-off-by: Jeff Garzik Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 2010681896d8..34e08f63b688 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -384,6 +384,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { .class = PCI_CLASS_STORAGE_SATA_AHCI, .class_mask = 0xffffff, .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ + { PCI_DEVICE(0x1b4b, 0x9125), + .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ /* Promise */ { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */