diff options
author | Jason Gaston <jason.d.gaston@intel.com> | 2008-01-29 04:34:14 +0300 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-01 19:29:48 +0300 |
commit | 16ad1ad9cbce153f4bfed22f9b9a6db4ae212fc7 (patch) | |
tree | 78dcdaa5f7effda33c6d93c8ef56fc5f0c8c0830 /drivers/ata | |
parent | da2fa9baf06f33a8fa7aa3f56c9f2b4070ceca0e (diff) | |
download | linux-16ad1ad9cbce153f4bfed22f9b9a6db4ae212fc7.tar.xz |
ahci: RAID mode SATA patch for Intel ICH10 DeviceID's
This patch adds the Intel ICH10 SATA RAID Controllers DeviceID's.
Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata')
-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 6f089b899a1a..27c8d56111c2 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -475,6 +475,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(INTEL, 0x294e), board_ahci }, /* ICH9M */ { PCI_VDEVICE(INTEL, 0x502a), board_ahci }, /* Tolapai */ { PCI_VDEVICE(INTEL, 0x502b), board_ahci }, /* Tolapai */ + { PCI_VDEVICE(INTEL, 0x3a05), board_ahci }, /* ICH10 */ + { PCI_VDEVICE(INTEL, 0x3a25), board_ahci }, /* ICH10 */ /* 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, |