]> git.hungrycats.org Git - linux/commitdiff
[libata ata_piix] Add yet another Intel ICH6 PCI id
authorJeff Garzik <jgarzik@redhat.com>
Tue, 2 Mar 2004 21:34:45 +0000 (16:34 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 2 Mar 2004 21:34:45 +0000 (16:34 -0500)
drivers/pci/quirks.c
drivers/scsi/ata_piix.c

index efcd451102ec1e8ccdf72c68b7d36c7d2cdbd521..546b4c953eab37e79bdbf1dec5ac463972a39522 100644 (file)
@@ -826,6 +826,7 @@ static void __init quirk_intel_ide_combined(struct pci_dev *pdev)
        case 0x24df:
        case 0x25a3:
        case 0x25b0:
+       case 0x2651:
        case 0x2652:
                break;
        default:
index c0f61ac0eb13d52961435ece19053bde72937cad..4d3eee9720e3e1280ad1adc1814e05a176629a73 100644 (file)
@@ -80,6 +80,8 @@ static struct pci_device_id piix_pci_tbl[] = {
         * and enhanced mode, with queueing and other fancy stuff.
         * 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,
          PCI_CLASS_STORAGE_IDE << 8, 0xffff00, ich5_sata },