Skip to content

Commit

Permalink
[PATCH] Add PCI ID for the Intel IDE Controller which is in the Intel…
Browse files Browse the repository at this point in the history
… Mac Minis shipped in first quarter 2006

Signed-off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Thomas Glanzmann authored and Jeff Garzik committed May 20, 2006
1 parent f8bbfc2 commit b74ba22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b74ba22

Please sign in to comment.