linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kwijibo@zianet.com
To: marcelo@conectiva.com.br
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Small cosmetic fix for agpgart
Date: Tue, 02 Apr 2002 04:27:36 -0700	[thread overview]
Message-ID: <3CA995A8.1080604@zianet.com> (raw)

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,





             reply	other threads:[~2002-04-02 11:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-02 11:27 kwijibo [this message]
2002-04-04  1:14 ` [PATCH] Small cosmetic fix for agpgart Marcelo Tosatti

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=3CA995A8.1080604@zianet.com \
    --to=kwijibo@zianet.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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;
as well as URLs for NNTP newsgroup(s).