[PATCH] Add PCI ID for the Intel IDE Controller which is in the Intel Mac Minis shipp...
authorThomas Glanzmann <sithglan@stud.uni-erlangen.de>
Fri, 12 May 2006 08:00:41 +0000 (10:00 +0200)
committerJeff Garzik <jeff@garzik.org>
Sat, 20 May 2006 04:43:03 +0000 (00:43 -0400)
Signed-off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/ata_piix.c

index e3184a77a600248a4c24fe39b0cc70c84527818f..28bd8cae52ceafc31562d1bfa26e92f7c4f1fd71 100644 (file)
@@ -159,6 +159,7 @@ static const struct pci_device_id piix_pci_tbl[] = {
        { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix4_pata },
        { 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata },
        { 0x8086, 0x25a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata },
+       { 0x8086, 0x27df, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata },
 #endif
 
        /* NOTE: The following PCI ids must be kept in sync with the
This page took 0.024758 seconds and 5 git commands to generate.