public inbox for linux-kernel@vger.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

* Re: [PATCH] amd64-agp: Add SIS760 PCI ID
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Andi Kleen @ 2005-06-29  3:24 UTC (permalink / raw)
  To: Daniel Drake; +Cc: davej, ak, linux-kernel, sfudally

On Wed, Jun 29, 2005 at 01:05:30AM +0100, Daniel Drake wrote:
> 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.

You mean used automatically. You could always force it before.

> 
> 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.

It's fine for me thanks. I assume Dave will queue it up.

-Andi

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

* Re: [PATCH] amd64-agp: Add SIS760 PCI ID
  2005-06-29  3:24 ` Andi Kleen
@ 2005-06-29  3:52   ` Dave Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Jones @ 2005-06-29  3:52 UTC (permalink / raw)
  To: Andi Kleen; +Cc: Daniel Drake, davej, linux-kernel, sfudally

On Wed, Jun 29, 2005 at 05:24:03AM +0200, Andi Kleen wrote:
 > On Wed, Jun 29, 2005 at 01:05:30AM +0100, Daniel Drake wrote:
 > > 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.
 > 
 > You mean used automatically. You could always force it before.
 > 
 > > 
 > > 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.
 > 
 > It's fine for me thanks. I assume Dave will queue it up.

Yep, Already sent to Linus.

thanks.

		Dave


^ 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox