diff options
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 60707814a84b..dae5607e1115 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -445,10 +445,14 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
445 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ | 445 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ |
446 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9192), | 446 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9192), |
447 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ | 447 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ |
448 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a0), | ||
449 | .driver_data = board_ahci_yes_fbs }, | ||
448 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3), | 450 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3), |
449 | .driver_data = board_ahci_yes_fbs }, | 451 | .driver_data = board_ahci_yes_fbs }, |
450 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230), | 452 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230), |
451 | .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 }, | ||
452 | 456 | ||
453 | /* Promise */ | 457 | /* Promise */ |
454 | { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ | 458 | { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ |