Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96330
Collapse All | Expand All

(-)linux/drivers/char/agp/amd64-agp.c.orig (+9 lines)
Lines 685-690 static struct pci_device_id agp_amd64_pc Link Here
685
	.subvendor	= PCI_ANY_ID,
685
	.subvendor	= PCI_ANY_ID,
686
	.subdevice	= PCI_ANY_ID,
686
	.subdevice	= PCI_ANY_ID,
687
	},
687
	},
688
	/* SIS 760 */
689
	{
690
	.class		= (PCI_CLASS_BRIDGE_HOST << 8),
691
	.class_mask	= ~0,
692
	.vendor		= PCI_VENDOR_ID_SI,
693
	.device		= PCI_DEVICE_ID_SI_760,
694
	.subvendor	= PCI_ANY_ID,
695
	.subdevice	= PCI_ANY_ID,
696
	},        
688
	{ }
697
	{ }
689
};
698
};
690
699

Return to bug 96330