diff options
author | Jason Gaston <jason.d.gaston@intel.com> | 2007-09-20 17:35:00 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-12 14:55:39 -0400 |
commit | d4155e6f13e931048036976d9fb47b5db53ee7a3 (patch) | |
tree | cdcdc7161c2230cbf09339fc0979760bf90a02a5 /drivers/ata/ahci.c | |
parent | d7fbee050753e153622b5d41bc8bd1cb19cda9b9 (diff) |
ahci: RAID mode SATA patch for Intel Tolapai
Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/ahci.c')
-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 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, |