diff options
author | Per Jessen <per@computer.org> | 2011-02-08 07:54:32 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-03-02 02:36:47 -0500 |
commit | 467b41c688c79d1b5e076fbdf082f9cd5d6a000c (patch) | |
tree | c8cf7490295a358fd428b880716cb35f0d940b99 /drivers/ata/ahci.c | |
parent | 1a0f6b7ecdcd810f8991ea26c95d93ff965e8f41 (diff) |
ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller
Recognize Marvell 88SE9125 PCIe SATA 6.0 Gb/s controller.
Signed-off-by: Per Jessen <per@computer.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 6856d877a69b..256d2b72cd1c 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -382,6 +382,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
382 | .class = PCI_CLASS_STORAGE_SATA_AHCI, | 382 | .class = PCI_CLASS_STORAGE_SATA_AHCI, |
383 | .class_mask = 0xffffff, | 383 | .class_mask = 0xffffff, |
384 | .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ | 384 | .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ |
385 | { PCI_DEVICE(0x1b4b, 0x9125), | ||
386 | .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ | ||
385 | 387 | ||
386 | /* Promise */ | 388 | /* Promise */ |
387 | { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ | 389 | { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ |