Commit 0a10109b authored by Jason Gaston's avatar Jason Gaston Committed by Jeff Garzik

[PATCH] SATA AHCI support for Intel ICH7R

This patch adds the Intel ICH7R DID's to the ahci.c SATA AHCI driver
for ICH7R SATA support.
Signed-off-by: default avatar Jason Gaston <Jason.d.gaston@intel.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent d2ba360a
......@@ -246,6 +246,10 @@ static struct pci_device_id ahci_pci_tbl[] = {
board_ahci }, /* ICH7 */
{ PCI_VENDOR_ID_INTEL, 0x27c5, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ICH7M */
{ PCI_VENDOR_ID_INTEL, 0x27c2, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ICH7R */
{ PCI_VENDOR_ID_INTEL, 0x27c3, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ICH7R */
{ } /* terminate list */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment