Skip to content

Commit

Permalink
[libata ahci] add another JMicron pci id
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik committed Jan 29, 2006
1 parent bd12097 commit 9220a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
board_ahci }, /* ICH8M */
{ 0x197b, 0x2360, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* JMicron JMB360 */
{ 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* JMicron JMB363 */
{ } /* terminate list */
};

Expand Down

0 comments on commit 9220a2d

Please sign in to comment.