diff options
-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 fb6c77db6f3a..c477685315a5 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -451,6 +451,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
451 | .driver_data = board_ahci_yes_fbs }, | 451 | .driver_data = board_ahci_yes_fbs }, |
452 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230), | 452 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230), |
453 | .driver_data = board_ahci_yes_fbs }, | 453 | .driver_data = board_ahci_yes_fbs }, |
454 | { PCI_DEVICE(PCI_VENDOR_ID_TTI, 0x0642), | ||
455 | .driver_data = board_ahci_yes_fbs }, | ||
454 | 456 | ||
455 | /* Promise */ | 457 | /* Promise */ |
456 | { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ | 458 | { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ |