projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd12097
)
[libata ahci] add another JMicron pci id
author
Jeff Garzik
<jgarzik@pobox.com>
Sun, 29 Jan 2006 17:40:57 +0000
(12:40 -0500)
committer
Jeff Garzik
<jgarzik@pobox.com>
Sun, 29 Jan 2006 17:40:57 +0000
(12:40 -0500)
drivers/scsi/ahci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/ahci.c
b/drivers/scsi/ahci.c
index 2fffc7bf5d96d87fea8af0a70f25fbf7b950b4a7..a800fb51168b0bb64b0540fdb133545ac881e4cf 100644
(file)
--- a/
drivers/scsi/ahci.c
+++ b/
drivers/scsi/ahci.c
@@
-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 */
};