public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Love <rml@ufl.edu>
To: laughing@shared-source.org
Cc: linux-kernel@vger.kernel.org, juhl@eisenstein.dk,
	jgarzik@mandrakesoft.com
Subject: Re: [PATCH] (Updated) AMD 761 AGP GART Support
Date: 15 Sep 2001 17:10:41 -0400	[thread overview]
Message-ID: <1000588267.32707.86.camel@phantasy> (raw)
In-Reply-To: <1000587574.32707.80.camel@phantasy>
In-Reply-To: <1000587574.32707.80.camel@phantasy>

On Sat, 2001-09-15 at 16:59, Robert Love wrote:
> Linus,
> 
> the following patch adds signature for the AMD 761 to the AGP GART
> code.  It has been tested and works.  Please, apply.

Alan, this is a diff against your tree, 2.4.9-ac10.  Please, apply.


diff -urN linux-2.4.9-ac10/Documentation/Configure.help linux/Documentation/Configure.help
--- linux-2.4.9-ac10/Documentation/Configure.help	Sat Sep 15 17:03:21 2001
+++ linux/Documentation/Configure.help	Sat Sep 15 17:03:53 2001
@@ -3094,7 +3094,7 @@
 AMD Irongate support
 CONFIG_AGP_AMD
   This option gives you AGP support for the GLX component of the
-  XFree86 4.x on AMD Irongate chipset.
+  XFree86 4.x on AMD Irongate and 761 chipsets.
 
   For the moment, you should probably say N, unless you want to test
   the GLX component for XFree86 3.3.6, which can be downloaded from
diff -urN linux-2.4.9-ac10/drivers/char/agp/agp.h linux/drivers/char/agp/agp.h
--- linux-2.4.9-ac10/drivers/char/agp/agp.h	Sat Sep 15 17:02:51 2001
+++ linux/drivers/char/agp/agp.h	Sat Sep 15 17:03:53 2001
@@ -209,6 +209,9 @@
 #ifndef PCI_DEVICE_ID_AMD_762_0
 #define PCI_DEVICE_ID_AMD_762_0		0x700C
 #endif
+#ifndef PCI_DEVICE_ID_AMD_761_0
+#define PCI_DEVICE_ID_AMD_761_0         0x700e
+#endif
 #ifndef PCI_VENDOR_ID_AL
 #define PCI_VENDOR_ID_AL		0x10b9
 #endif
diff -urN linux-2.4.9-ac10/drivers/char/agp/agpgart_be.c linux/drivers/char/agp/agpgart_be.c
--- linux-2.4.9-ac10/drivers/char/agp/agpgart_be.c	Sat Sep 15 17:02:51 2001
+++ linux/drivers/char/agp/agpgart_be.c	Sat Sep 15 17:03:53 2001
@@ -387,9 +387,9 @@
 /* 
  * Driver routines - start
  * Currently this module supports the following chipsets:
- * i810, 440lx, 440bx, 440gx, i840, i850, via vp3, via mvp3, via kx133, 
- * via kt133, amd irongate, ALi M1541, and generic support for the SiS 
- * chipsets.
+ * i810, i815, 440lx, 440bx, 440gx, i840, i850, via vp3, via mvp3,
+ * via kx133, via kt133, amd irongate, amd 761, ALi M1541, and generic
+ * support for the SiS chipsets.
  */
 
 /* Generic Agp routines - Start */
@@ -2937,6 +2937,12 @@
 		"AMD",
 		"AMD 760MP",
 		amd_irongate_setup },
+	{ PCI_DEVICE_ID_AMD_761_0,
+		PCI_VENDOR_ID_AMD,
+		AMD_761,
+		"AMD",
+		"761",
+		amd_irongate_setup },
 	{ 0,
 		PCI_VENDOR_ID_AMD,
 		AMD_GENERIC,
@@ -2964,7 +2970,6 @@
 		"Intel",
 		"440GX",
 		intel_generic_setup },
-	/* could we add support for PCI_DEVICE_ID_INTEL_815_1 too ? */
 	{ PCI_DEVICE_ID_INTEL_815_0,
 		PCI_VENDOR_ID_INTEL,
 		INTEL_I815,
diff -urN linux-2.4.9-ac10/include/linux/agp_backend.h linux/include/linux/agp_backend.h
--- linux-2.4.9-ac10/include/linux/agp_backend.h	Sat Sep 15 17:02:40 2001
+++ linux/include/linux/agp_backend.h	Sat Sep 15 17:03:53 2001
@@ -58,6 +58,7 @@
 	SIS_GENERIC,
 	AMD_GENERIC,
 	AMD_IRONGATE,
+	AMD_761,
 	ALI_M1541,
 	ALI_M1621,
 	ALI_M1631,


> P.S. Before anyone else whines about the removal of the i815 comment --
> its my comment, I can remove it if I want to :)

-- 
Robert M. Love
rml at ufl.edu
rml at tech9.net


  parent reply	other threads:[~2001-09-15 21:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-15 20:59 [PATCH] (Updated) AMD 761 AGP GART Support Robert Love
2001-09-14 18:00 ` Jesper Juhl
2001-09-15 21:10 ` Robert Love [this message]
2001-09-15 21:24 ` Robert Love

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=1000588267.32707.86.camel@phantasy \
    --to=rml@ufl.edu \
    --cc=jgarzik@mandrakesoft.com \
    --cc=juhl@eisenstein.dk \
    --cc=laughing@shared-source.org \
    --cc=linux-kernel@vger.kernel.org \
    /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