Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fa938b8 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds
Browse files

[PATCH] sis 760 support.



This patch adds the SiS 760 ID to the amd64-agp driver, so that agpgart can be
used on Athlon64 boards based on this chip.

Signed-off-by: default avatarDaniel Drake <dsd@gentoo.org>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2668fb91
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -686,6 +686,15 @@ static struct pci_device_id agp_amd64_pci_table[] = {
	.subvendor	= PCI_ANY_ID,
	.subvendor	= PCI_ANY_ID,
	.subdevice	= PCI_ANY_ID,
	.subdevice	= PCI_ANY_ID,
	},
	},
	/* SIS 760 */
	{
	.class		= (PCI_CLASS_BRIDGE_HOST << 8),
	.class_mask	= ~0,
	.vendor		= PCI_VENDOR_ID_SI,
	.device		= PCI_DEVICE_ID_SI_760,
	.subvendor	= PCI_ANY_ID,
	.subdevice	= PCI_ANY_ID,
	},
	{ }
	{ }
};
};