aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/ahci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 57cc3e73a7e2..b721569faaf8 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -399,6 +399,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
399 { PCI_VDEVICE(INTEL, 0x292f), board_ahci }, /* ICH9M */ 399 { PCI_VDEVICE(INTEL, 0x292f), board_ahci }, /* ICH9M */
400 { PCI_VDEVICE(INTEL, 0x294d), board_ahci }, /* ICH9 */ 400 { PCI_VDEVICE(INTEL, 0x294d), board_ahci }, /* ICH9 */
401 { PCI_VDEVICE(INTEL, 0x294e), board_ahci }, /* ICH9M */ 401 { PCI_VDEVICE(INTEL, 0x294e), board_ahci }, /* ICH9M */
402 { PCI_VDEVICE(INTEL, 0x502a), board_ahci }, /* Tolapai */
403 { PCI_VDEVICE(INTEL, 0x502b), board_ahci }, /* Tolapai */
402 404
403 /* JMicron 360/1/3/5/6, match class to avoid IDE function */ 405 /* JMicron 360/1/3/5/6, match class to avoid IDE function */
404 { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, 406 { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,