summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosephChan@via.com.tw <JosephChan@via.com.tw>2010-03-19 14:08:11 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2010-04-26 07:47:51 -0700
commit7da23d3cfc92dd092f440f1c43b7a308985669f7 (patch)
tree23e923a6775e04310ecfe88544ca0956fa9ef427
parent15809a0a043f49a9ddae9c2d86da90520ee1e3d3 (diff)
downloadlwn-7da23d3cfc92dd092f440f1c43b7a308985669f7.tar.gz
lwn-7da23d3cfc92dd092f440f1c43b7a308985669f7.zip
pata_via: Add VIA VX900 support
commit 4f1deba435ef75380c1d06fda860c7a15ea16fdf upstream. Signed-off-by: Joseph Chan <josephchan@via.com.tw> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/ata/pata_via.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_via.c b/drivers/ata/pata_via.c
index be7c39552980..ad647502d35c 100644
--- a/drivers/ata/pata_via.c
+++ b/drivers/ata/pata_via.c
@@ -697,6 +697,7 @@ static const struct pci_device_id via[] = {
{ PCI_VDEVICE(VIA, 0x3164), },
{ PCI_VDEVICE(VIA, 0x5324), },
{ PCI_VDEVICE(VIA, 0xC409), VIA_IDFLAG_SINGLE },
+ { PCI_VDEVICE(VIA, 0x9001), VIA_IDFLAG_SINGLE },
{ },
};