diff options
author | Jason Gaston <jason.d.gaston@intel.com> | 2007-03-02 17:39:46 -0800 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-03-06 04:04:30 -0500 |
commit | 8af12cdb7c4aa9ed278ed71a8b5b130f2d8c8920 (patch) | |
tree | 9fbaacfba50d267908293d8a18d6a0cb7dd0b807 /drivers | |
parent | c3442e296517aee733d62fc3fe03211598902c7d (diff) | |
download | kernel-crypto-8af12cdb7c4aa9ed278ed71a8b5b130f2d8c8920.tar.gz kernel-crypto-8af12cdb7c4aa9ed278ed71a8b5b130f2d8c8920.tar.xz kernel-crypto-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')
-rw-r--r-- | drivers/ata/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 43cc43d7b59..dc7b5622592 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 */ |