public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] agpgart: Detected ALi M???? chipset with M1621
@ 2009-02-06 21:33 Ondrej Zary
  0 siblings, 0 replies; 2+ messages in thread
From: Ondrej Zary @ 2009-02-06 21:33 UTC (permalink / raw)
  To: airlied; +Cc: Linux Kernel

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

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

* [PATCH] agpgart: Detected ALi M???? chipset with M1621
@ 2009-02-09 11:45 Ondrej Zary
  0 siblings, 0 replies; 2+ messages in thread
From: Ondrej Zary @ 2009-02-09 11:45 UTC (permalink / raw)
  To: airlied; +Cc: Linux Kernel

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


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

end of thread, other threads:[~2009-02-09 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 11:45 [PATCH] agpgart: Detected ALi M???? chipset with M1621 Ondrej Zary
  -- strict thread matches above, loose matches on Subject: below --
2009-02-06 21:33 Ondrej Zary

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