Commit 8b316a39 authored by Jeff Garzik's avatar Jeff Garzik

[libata] ahci: add ATI SB600 PCI IDs

From: Anatoli Antonovitch <antonovi@ati.com>
Signed-off-by: default avatarFelix Kuehling <fkuehlin@ati.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 55d8ca4f
......@@ -293,6 +293,10 @@ static const struct pci_device_id ahci_pci_tbl[] = {
board_ahci }, /* JMicron JMB360 */
{ 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* JMicron JMB363 */
{ PCI_VENDOR_ID_ATI, 0x4380, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ATI SB600 non-raid */
{ PCI_VENDOR_ID_ATI, 0x4381, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ATI SB600 raid */
{ } /* terminate list */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment