Commit cdf650f2 authored by Jeff Garzik's avatar Jeff Garzik

[libata ata_piix] Add yet another Intel ICH6 PCI id

parent b2d271d9
...@@ -826,6 +826,7 @@ static void __init quirk_intel_ide_combined(struct pci_dev *pdev) ...@@ -826,6 +826,7 @@ static void __init quirk_intel_ide_combined(struct pci_dev *pdev)
case 0x24df: case 0x24df:
case 0x25a3: case 0x25a3:
case 0x25b0: case 0x25b0:
case 0x2651:
case 0x2652: case 0x2652:
break; break;
default: default:
......
...@@ -80,6 +80,8 @@ static struct pci_device_id piix_pci_tbl[] = { ...@@ -80,6 +80,8 @@ static struct pci_device_id piix_pci_tbl[] = {
* and enhanced mode, with queueing and other fancy stuff. * and enhanced mode, with queueing and other fancy stuff.
* This is distinguished by PCI class code. * This is distinguished by PCI class code.
*/ */
{ 0x8086, 0x2651, PCI_ANY_ID, PCI_ANY_ID,
PCI_CLASS_STORAGE_IDE << 8, 0xffff00, ich5_sata },
{ 0x8086, 0x2652, PCI_ANY_ID, PCI_ANY_ID, { 0x8086, 0x2652, PCI_ANY_ID, PCI_ANY_ID,
PCI_CLASS_STORAGE_IDE << 8, 0xffff00, ich5_sata }, PCI_CLASS_STORAGE_IDE << 8, 0xffff00, ich5_sata },
......
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