Commit 4ce89d53 authored by JosephChan@via.com.tw's avatar JosephChan@via.com.tw Committed by Greg Kroah-Hartman

pata_via: Add VIA VX900 support

commit 4f1deba4 upstream.
Signed-off-by: default avatarJoseph Chan <josephchan@via.com.tw>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c72a8076
...@@ -661,6 +661,7 @@ static const struct pci_device_id via[] = { ...@@ -661,6 +661,7 @@ static const struct pci_device_id via[] = {
{ PCI_VDEVICE(VIA, 0x3164), }, { PCI_VDEVICE(VIA, 0x3164), },
{ PCI_VDEVICE(VIA, 0x5324), }, { PCI_VDEVICE(VIA, 0x5324), },
{ PCI_VDEVICE(VIA, 0xC409), VIA_IDFLAG_SINGLE }, { PCI_VDEVICE(VIA, 0xC409), VIA_IDFLAG_SINGLE },
{ PCI_VDEVICE(VIA, 0x9001), VIA_IDFLAG_SINGLE },
{ }, { },
}; };
......
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