mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Support for new chipsets in AGPGART
@ 2001-08-25 14:03 Kernel Related Emails
  2001-08-25 19:19 ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Kernel Related Emails @ 2001-08-25 14:03 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 366 bytes --]

Attached is a patch to identify two new chipsets in the AGP kernel
module.  It adds support for a newer version of the AMD Irongate and the
new VIA KT266 chipset.  I have tested both of these.  The AMD patch was
needed on the MSI K7 Master-S and the VIA was needed on the SOYO
K7VDRAGON.

Enjoy,
Kris Kersey
LinuxHardware.org Site Manager
augustus@linuxhardware.org

[-- Attachment #2: Type: TEXT/PLAIN, Size: 1524 bytes --]

diff -urN linux/drivers/char/agp/agp.h linux-kk/drivers/char/agp/agp.h
--- linux/drivers/char/agp/agp.h	Wed Aug 15 04:22:15 2001
+++ linux-kk/drivers/char/agp/agp.h	Sat Aug 25 09:56:42 2001
@@ -156,6 +156,9 @@
 #ifndef PCI_DEVICE_ID_VIA_8363_0
 #define PCI_DEVICE_ID_VIA_8363_0      0x0305
 #endif
+#ifndef PCI_DEVICE_ID_VIA_8366_0
+#define PCI_DEVICE_ID_VIA_8366_0      0x3099
+#endif
 #ifndef PCI_DEVICE_ID_INTEL_810_0
 #define PCI_DEVICE_ID_INTEL_810_0       0x7120
 #endif
@@ -194,6 +197,9 @@
 #endif
 #ifndef PCI_DEVICE_ID_AMD_IRONGATE_0
 #define PCI_DEVICE_ID_AMD_IRONGATE_0    0x7006
+#endif
+#ifndef PCI_DEVICE_ID_AMD_IRONGATE_1
+#define PCI_DEVICE_ID_AMD_IRONGATE_1    0x700e
 #endif
 #ifndef PCI_VENDOR_ID_AL
 #define PCI_VENDOR_ID_AL		0x10b9
diff -urN linux/drivers/char/agp/agpgart_be.c linux-kk/drivers/char/agp/agpgart_be.c
--- linux/drivers/char/agp/agpgart_be.c	Wed Aug 15 04:22:15 2001
+++ linux-kk/drivers/char/agp/agpgart_be.c	Sat Aug 25 09:56:42 2001
@@ -2877,6 +2877,12 @@
 		"AMD",
 		"Irongate",
 		amd_irongate_setup },
+	{ PCI_DEVICE_ID_AMD_IRONGATE_1,
+		PCI_VENDOR_ID_AMD,
+		AMD_IRONGATE,
+		"AMD",
+		"Irongate",
+		amd_irongate_setup },
 	{ 0,
 		PCI_VENDOR_ID_AMD,
 		AMD_GENERIC,
@@ -3024,6 +3030,12 @@
 		VIA_APOLLO_KT133,
 		"Via",
 		"Apollo Pro KT133",
+		via_generic_setup },
+	{ PCI_DEVICE_ID_VIA_8366_0,
+		PCI_VENDOR_ID_VIA,
+		VIA_APOLLO_KT133,
+		"Via",
+		"Apollo Pro KT266",
 		via_generic_setup },
 	{ 0,
 		PCI_VENDOR_ID_VIA,

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

* Re: [PATCH] Support for new chipsets in AGPGART
  2001-08-25 14:03 [PATCH] Support for new chipsets in AGPGART Kernel Related Emails
@ 2001-08-25 19:19 ` Alan Cox
  2001-08-26  0:35   ` Adam Sampson
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2001-08-25 19:19 UTC (permalink / raw)
  To: Kernel Related Emails; +Cc: linux-kernel

> Attached is a patch to identify two new chipsets in the AGP kernel
> module.  It adds support for a newer version of the AMD Irongate and the
> new VIA KT266 chipset.  I have tested both of these.  The AMD patch was
> needed on the MSI K7 Master-S and the VIA was needed on the SOYO
> K7VDRAGON.

Ok I've already got the AMD, I'll check if I dont have the KT266

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

* Re: [PATCH] Support for new chipsets in AGPGART
  2001-08-25 19:19 ` Alan Cox
@ 2001-08-26  0:35   ` Adam Sampson
  0 siblings, 0 replies; 3+ messages in thread
From: Adam Sampson @ 2001-08-26  0:35 UTC (permalink / raw)
  To: Alan Cox; +Cc: Kernel Related Emails, linux-kernel

Alan Cox <alan@lxorguk.ukuu.org.uk> writes:

> > Attached is a patch to identify two new chipsets in the AGP kernel
> > module.
> Ok I've already got the AMD, I'll check if I dont have the KT266

As a datapoint, I made the same change to 2.4.5 a few weeks ago on a
KT266 machine at work, and it works fine.

-- 
Adam Sampson <azz@gnu.org>                  <URL:http://azz.us-lot.org/>

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

end of thread, other threads:[~2001-08-27  0:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-25 14:03 [PATCH] Support for new chipsets in AGPGART Kernel Related Emails
2001-08-25 19:19 ` Alan Cox
2001-08-26  0:35   ` Adam Sampson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®