Commit 345f1947 authored by Go Taniguchi's avatar Go Taniguchi Committed by Linus Torvalds

[libata ata_piix] Fix transposed ICH6 PCI id

parent 00608609
...@@ -826,7 +826,7 @@ static void __init quirk_intel_ide_combined(struct pci_dev *pdev) ...@@ -826,7 +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 0x2562: case 0x2652:
break; break;
default: default:
/* we do not handle this PCI device */ /* we do not handle this PCI device */
......
...@@ -80,7 +80,7 @@ static struct pci_device_id piix_pci_tbl[] = { ...@@ -80,7 +80,7 @@ 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, 0x2562, 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 },
{ } /* terminate list */ { } /* 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