diff options
author | Thomas Glanzmann <sithglan@stud.uni-erlangen.de> | 2006-05-12 04:00:41 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-05-20 00:43:03 -0400 |
commit | b74ba22f030eb7ab88f7d8954ad18ecc0ac5ce3c (patch) | |
tree | 7d707a8352a678491ae45b88e86fa25e5b24f9f1 /drivers | |
parent | f8bbfc247efb0e5fa69094614380768ce79afe17 (diff) |
[PATCH] Add PCI ID for the Intel IDE Controller which is in the Intel 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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/ata_piix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index e3184a77a600..28bd8cae52ce 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c | |||
@@ -159,6 +159,7 @@ static const struct pci_device_id piix_pci_tbl[] = { | |||
159 | { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix4_pata }, | 159 | { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix4_pata }, |
160 | { 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata }, | 160 | { 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata }, |
161 | { 0x8086, 0x25a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata }, | 161 | { 0x8086, 0x25a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata }, |
162 | { 0x8086, 0x27df, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata }, | ||
162 | #endif | 163 | #endif |
163 | 164 | ||
164 | /* NOTE: The following PCI ids must be kept in sync with the | 165 | /* NOTE: The following PCI ids must be kept in sync with the |