Commit 818c7f39 authored by Jeff Garzik's avatar Jeff Garzik

[libata ata_piix] Update PCI quirk with new Intel SATA devices

And also make a note in ata_piix.c so this is not forgotten
in the future.
parent 16924d77
......@@ -826,6 +826,7 @@ static void __init quirk_intel_ide_combined(struct pci_dev *pdev)
case 0x24df:
case 0x25a3:
case 0x25b0:
case 0x2562:
break;
default:
/* we do not handle this PCI device */
......
......@@ -67,6 +67,10 @@ static struct pci_device_id piix_pci_tbl[] = {
{ 0x8086, 0x25a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata },
#endif
/* NOTE: The following PCI ids must be kept in sync with the
* list in drivers/pci/quirks.c.
*/
{ 0x8086, 0x24d1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_sata },
{ 0x8086, 0x24df, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_sata },
{ 0x8086, 0x25a3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 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