From e7e6ad052566f1d96a746fb3e603722c35013e40 Mon Sep 17 00:00:00 2001 From: Seth Heasley Date: Mon, 11 Aug 2008 17:03:09 -0700 Subject: [PATCH] --- yaml --- r: 109017 b: refs/heads/master c: adcb5308dda3d2749342685f23953e13ba74ff68 h: refs/heads/master i: 109015: 2d79cfd22fcccbae4055fc32f5a2975813d5e471 v: v3 --- [refs] | 2 +- trunk/drivers/ata/ahci.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fc7db2ddbee3..e8d639d8d370 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4bdee6c5103696a2729d3db2f235d202191788e4 +refs/heads/master: adcb5308dda3d2749342685f23953e13ba74ff68 diff --git a/trunk/drivers/ata/ahci.c b/trunk/drivers/ata/ahci.c index ef3e5522e1a4..a0e85a78778b 100644 --- a/trunk/drivers/ata/ahci.c +++ b/trunk/drivers/ata/ahci.c @@ -486,6 +486,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(INTEL, 0x502b), board_ahci }, /* Tolapai */ { PCI_VDEVICE(INTEL, 0x3a05), board_ahci }, /* ICH10 */ { PCI_VDEVICE(INTEL, 0x3a25), board_ahci }, /* ICH10 */ + { PCI_VDEVICE(INTEL, 0x3b24), board_ahci }, /* PCH RAID */ + { PCI_VDEVICE(INTEL, 0x3b2b), board_ahci }, /* PCH RAID */ /* 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,