All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amd64-agp: Add SIS760 PCI ID
@ 2005-06-29  0:05 Daniel Drake
  2005-06-29  3:24 ` Andi Kleen
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Drake @ 2005-06-29  0:05 UTC (permalink / raw)
  To: davej; +Cc: ak, linux-kernel, sfudally

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

From: Scott Fudally <sfudally@fau.edu>

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.

Scott already submitted this but did not recieve any response. To ensure it
has been sent in correctly, I am resubmitting this now on his behalf.

Signed-off-by: Daniel Drake <dsd@gentoo.org>


[-- Attachment #2: sis760-agp.patch --]
[-- Type: text/x-patch, Size: 495 bytes --]

--- linux/drivers/char/agp/amd64-agp.c.orig	2005-06-29 00:54:37.000000000 +0100
+++ linux/drivers/char/agp/amd64-agp.c	2005-06-29 00:56:16.000000000 +0100
@@ -686,6 +686,15 @@ static struct pci_device_id agp_amd64_pc
 	.subvendor	= 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,
+	},
 	{ }
 };
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-29  3:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-29  0:05 [PATCH] amd64-agp: Add SIS760 PCI ID Daniel Drake
2005-06-29  3:24 ` Andi Kleen
2005-06-29  3:52   ` Dave Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.