From: Ondrej Zary <linux@rainbow-software.org>
To: airlied@linux.ie
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] agpgart: Detected ALi M???? chipset with M1621
Date: Mon, 9 Feb 2009 12:45:56 +0100 [thread overview]
Message-ID: <200902091245.57965.linux@rainbow-software.org> (raw)
Hello,
just tried Linux on PC Chips M726 board with ALi Aladdin Pro II chipset (M1621
+ M1543). It shows:
agpgart: Detected ALi M???? chipset
The patch below fixes that.
Add M1621 chipset name to ali-agp, preventing "Detected ALi M???? chipset"
message.
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
--- linux-2.6.28-orig/drivers/char/agp/ali-agp.c 2009-02-06 22:28:00.000000000 +0100
+++ linux/drivers/char/agp/ali-agp.c 2009-02-06 22:28:11.000000000 +0100
@@ -346,7 +346,7 @@
devs[j].chipset_name = "M1641";
break;
case 0x43:
- devs[j].chipset_name = "M????";
+ devs[j].chipset_name = "M1621";
break;
case 0x47:
devs[j].chipset_name = "M1647";
--
Ondrej Zary
next reply other threads:[~2009-02-09 11:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-09 11:45 Ondrej Zary [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-02-06 21:33 [PATCH] agpgart: Detected ALi M???? chipset with M1621 Ondrej Zary
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=200902091245.57965.linux@rainbow-software.org \
--to=linux@rainbow-software.org \
--cc=airlied@linux.ie \
--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