]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.drivers/libata-sata_via-add-vt8261-support.patch
Updated xen patches taken from suse.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.drivers / libata-sata_via-add-vt8261-support.patch
1 From 6813952021a7820a505002de260bda36978671f7 Mon Sep 17 00:00:00 2001
2 From: JosephChan@via.com.tw <JosephChan@via.com.tw>
3 Date: Fri, 16 Jan 2009 19:44:55 +0800
4 Subject: libata: sata_via: Add VT8261 support
5 Patch-mainline: 2.6.29
6 References: bnc#474301
7
8 From: JosephChan@via.com.tw <JosephChan@via.com.tw>
9
10 commit 6813952021a7820a505002de260bda36978671f7 upstream.
11
12 Signed-off-by: Joseph Chan <josephchan@via.com.tw>
13 Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
14 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
15
16 ---
17 drivers/ata/sata_via.c | 2 ++
18 1 file changed, 2 insertions(+)
19
20 --- a/drivers/ata/sata_via.c
21 +++ b/drivers/ata/sata_via.c
22 @@ -92,6 +92,8 @@ static const struct pci_device_id svia_p
23 { PCI_VDEVICE(VIA, 0x5372), vt6420 },
24 { PCI_VDEVICE(VIA, 0x7372), vt6420 },
25 { PCI_VDEVICE(VIA, 0x5287), vt8251 }, /* 2 sata chnls (Master/Slave) */
26 + { PCI_VDEVICE(VIA, 0x9000), vt8251 },
27 + { PCI_VDEVICE(VIA, 0x9040), vt8251 },
28
29 { } /* terminate list */
30 };