linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Small cosmetic fix for agpgart
@ 2002-04-02 11:27 kwijibo
  2002-04-04  1:14 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: kwijibo @ 2002-04-02 11:27 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel

Hi,

I didn't see any maintainer listed for agpgart, should this be
jhartmann@precisioninsight.com?

Anyway, just a cosmetic fix that always bugged me.  
The AMD 760 MP chipset was identified twice as AMD
like so:

Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 816M
agpgart: Detected AMD AMD 760MP chipset
                              ^^^^^^^^^^

This tiny patch will fix it so it appears as:

Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 816M
agpgart: Detected AMD 760MP chipset

Patch is against 2.4.18.

Thanks,
Steven Spence


--- agpgart_be_original.c       Tue Apr  2 03:38:39 2002
+++ agpgart_be.c        Tue Apr  2 03:39:08 2002
@@ -3597,7 +3597,7 @@
                PCI_VENDOR_ID_AMD,
                AMD_IRONGATE,
                "AMD",
-               "AMD 760MP",
+               "760MP",
                amd_irongate_setup },
        { PCI_DEVICE_ID_AMD_761_0,
                PCI_VENDOR_ID_AMD,
@@ -3609,7 +3609,7 @@
                PCI_VENDOR_ID_AMD,
                AMD_762,
                "AMD",
-               "AMD 760MP",
+               "760MP",
                amd_irongate_setup },
        { 0,
                PCI_VENDOR_ID_AMD,





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

end of thread, other threads:[~2002-04-04  2:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-02 11:27 [PATCH] Small cosmetic fix for agpgart kwijibo
2002-04-04  1:14 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).