mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[libata] ahci: add JMicron PCI IDs
Originally contributed by Justin @ JMicron. Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
c57c064994
commit
8fa29b23d9
1 changed files with 6 additions and 0 deletions
|
@ -320,8 +320,14 @@ static const struct pci_device_id ahci_pci_tbl[] = {
|
|||
/* JMicron */
|
||||
{ 0x197b, 0x2360, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||
board_ahci }, /* JMicron JMB360 */
|
||||
{ 0x197b, 0x2361, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||
board_ahci }, /* JMicron JMB361 */
|
||||
{ 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||
board_ahci }, /* JMicron JMB363 */
|
||||
{ 0x197b, 0x2365, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||
board_ahci }, /* JMicron JMB365 */
|
||||
{ 0x197b, 0x2366, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||
board_ahci }, /* JMicron JMB366 */
|
||||
|
||||
/* ATI */
|
||||
{ PCI_VENDOR_ID_ATI, 0x4380, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||
|
|
Loading…
Reference in a new issue