Skip to content

Commit

Permalink
[libata] ata_piix: remove duplicate PCI IDs
Browse files Browse the repository at this point in the history
Duplicate ids noticed by Kay Sievers <[email protected]>

Although 100% different, this is based on a patch by Greg Kroah-Hartman
<[email protected]>

Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Jeff Garzik committed Feb 23, 2007
1 parent 2a54cf7 commit ec09150
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ static const struct pci_device_id piix_pci_tbl[] = {
/* Intel PIIX4 for the 430TX/440BX/MX chipset: UDMA 33 */
/* Also PIIX4E (fn3 rev 2) and PIIX4M (fn3 rev 3) */
{ 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_33 },
{ 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
{ 0x8086, 0x25a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich_pata_100 },
/* Intel PIIX4 */
{ 0x8086, 0x7199, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix_pata_33 },
/* Intel PIIX4 */
Expand Down

0 comments on commit ec09150

Please sign in to comment.