public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Daniel Drake <dsd@gentoo.org>
To: davej@codemonkey.org.uk
Cc: ak@suse.de, linux-kernel@vger.kernel.org, sfudally@fau.edu
Subject: [PATCH] amd64-agp: Add SIS760 PCI ID
Date: Wed, 29 Jun 2005 01:05:30 +0100	[thread overview]
Message-ID: <42C1E5CA.6060507@gentoo.org> (raw)

[-- 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,
+	},
 	{ }
 };
 

             reply	other threads:[~2005-06-29  0:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-29  0:05 Daniel Drake [this message]
2005-06-29  3:24 ` [PATCH] amd64-agp: Add SIS760 PCI ID Andi Kleen
2005-06-29  3:52   ` Dave Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42C1E5CA.6060507@gentoo.org \
    --to=dsd@gentoo.org \
    --cc=ak@suse.de \
    --cc=davej@codemonkey.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfudally@fau.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox