Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145690 | Differences between
and this patch

Collapse All | Expand All

(-)drivers/scsi/sata_via.c.orig (+1 lines)
Lines 76-81 Link Here
76
static void svia_scr_write (struct ata_port *ap, unsigned int sc_reg, u32 val);
76
static void svia_scr_write (struct ata_port *ap, unsigned int sc_reg, u32 val);
77
77
78
static const struct pci_device_id svia_pci_tbl[] = {
78
static const struct pci_device_id svia_pci_tbl[] = {
79
	{ 0x1106, 0x0591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
79
	{ 0x1106, 0x3149, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
80
	{ 0x1106, 0x3149, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
80
	{ 0x1106, 0x3249, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6421 },
81
	{ 0x1106, 0x3249, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6421 },
81
82

Return to bug 145690