]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[libata ahci] add another JMicron pci id
authorJeff Garzik <jgarzik@pobox.com>
Sun, 29 Jan 2006 17:40:57 +0000 (12:40 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 29 Jan 2006 17:40:57 +0000 (12:40 -0500)
drivers/scsi/ahci.c

index 2fffc7bf5d96d87fea8af0a70f25fbf7b950b4a7..a800fb51168b0bb64b0540fdb133545ac881e4cf 100644 (file)
@@ -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 */
 };