aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-06-22 23:19:15 -0400
committerJeff Garzik <jeff@garzik.org>2006-06-22 23:19:15 -0400
commit8fa29b23d9e0ef976dc578aab98297d4f24f70da (patch)
treee39c58a310ae00079cb0652a3f7d202347303e6b
parentc57c064994f1544a5ed2e9b319ebd0bc087ea540 (diff)
[libata] ahci: add JMicron PCI IDs
Originally contributed by Justin @ JMicron. Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r--drivers/scsi/ahci.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
index 82ecdef0c48b..df779ba8749d 100644
--- a/drivers/scsi/ahci.c
+++ b/drivers/scsi/ahci.c
@@ -320,8 +320,14 @@ static const struct pci_device_id ahci_pci_tbl[] = {
320 /* JMicron */ 320 /* JMicron */
321 { 0x197b, 0x2360, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 321 { 0x197b, 0x2360, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
322 board_ahci }, /* JMicron JMB360 */ 322 board_ahci }, /* JMicron JMB360 */
323 { 0x197b, 0x2361, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
324 board_ahci }, /* JMicron JMB361 */
323 { 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 325 { 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
324 board_ahci }, /* JMicron JMB363 */ 326 board_ahci }, /* JMicron JMB363 */
327 { 0x197b, 0x2365, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
328 board_ahci }, /* JMicron JMB365 */
329 { 0x197b, 0x2366, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
330 board_ahci }, /* JMicron JMB366 */
325 331
326 /* ATI */ 332 /* ATI */
327 { PCI_VENDOR_ID_ATI, 0x4380, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 333 { PCI_VENDOR_ID_ATI, 0x4380, PCI_ANY_ID, PCI_ANY_ID, 0, 0,