From d5a9111682303b602308eed3562794e6a924f2e8 Mon Sep 17 00:00:00 2001 From: Jason Gaston Date: Thu, 20 Sep 2007 17:35:00 -0400 Subject: [PATCH] --- yaml --- r: 68105 b: refs/heads/master c: d4155e6f13e931048036976d9fb47b5db53ee7a3 h: refs/heads/master i: 68103: a0ff49a02e08c2915c1533a6b54cb91d23a62016 v: v3 --- [refs] | 2 +- trunk/drivers/ata/ahci.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 07987cc7dc6f..af1888ddc778 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d7fbee050753e153622b5d41bc8bd1cb19cda9b9 +refs/heads/master: d4155e6f13e931048036976d9fb47b5db53ee7a3 diff --git a/trunk/drivers/ata/ahci.c b/trunk/drivers/ata/ahci.c index 57cc3e73a7e2..b721569faaf8 100644 --- a/trunk/drivers/ata/ahci.c +++ b/trunk/drivers/ata/ahci.c @@ -399,6 +399,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(INTEL, 0x292f), board_ahci }, /* ICH9M */ { PCI_VDEVICE(INTEL, 0x294d), board_ahci }, /* ICH9 */ { PCI_VDEVICE(INTEL, 0x294e), board_ahci }, /* ICH9M */ + { PCI_VDEVICE(INTEL, 0x502a), board_ahci }, /* Tolapai */ + { PCI_VDEVICE(INTEL, 0x502b), board_ahci }, /* Tolapai */ /* JMicron 360/1/3/5/6, match class to avoid IDE function */ { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,