summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorJason Gaston2007-03-03 02:39:46 +0100
committerJeff Garzik2007-03-06 10:04:30 +0100
commit8af12cdb7c4aa9ed278ed71a8b5b130f2d8c8920 (patch)
tree9fbaacfba50d267908293d8a18d6a0cb7dd0b807 /drivers/ata
parent[PATCH] paravirt: re-enable COMPAT_VDSO (diff)
downloadkernel-qcow2-linux-8af12cdb7c4aa9ed278ed71a8b5b130f2d8c8920.tar.gz
kernel-qcow2-linux-8af12cdb7c4aa9ed278ed71a8b5b130f2d8c8920.tar.xz
kernel-qcow2-linux-8af12cdb7c4aa9ed278ed71a8b5b130f2d8c8920.zip
ahci: RAID mode SATA patch for Intel ICH9M
This patch adds the Intel ICH9M RAID controller DID for SATA support. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 43cc43d7b591..dc7b56225923 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -389,6 +389,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, 0x2929), board_ahci_pi }, /* ICH9M */
{ PCI_VDEVICE(INTEL, 0x292a), board_ahci_pi }, /* ICH9M */
{ PCI_VDEVICE(INTEL, 0x292b), board_ahci_pi }, /* ICH9M */
+ { PCI_VDEVICE(INTEL, 0x292c), board_ahci_pi }, /* ICH9M */
{ PCI_VDEVICE(INTEL, 0x292f), board_ahci_pi }, /* ICH9M */
{ PCI_VDEVICE(INTEL, 0x294d), board_ahci_pi }, /* ICH9 */
{ PCI_VDEVICE(INTEL, 0x294e), board_ahci_pi }, /* ICH9M */