Skip to content

Commit

Permalink
[PATCH] sata_sil: new ID 1002:437A for ATI IXP400
Browse files Browse the repository at this point in the history
  • Loading branch information
NAKAMURA Kenta authored and Jeff Garzik committed May 25, 2005
1 parent 2a24ab6 commit 525a099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/sata_sil.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ static struct pci_device_id sil_pci_tbl[] = {
{ 0x1095, 0x3114, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3114 },
{ 0x1002, 0x436e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3112 },
{ 0x1002, 0x4379, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3112 },
{ 0x1002, 0x437a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sil_3112 },
{ } /* terminate list */
};

Expand Down

0 comments on commit 525a099

Please sign in to comment.