lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 10 Feb 2009 21:57:13 +0100
From:	Ondrej Zary <linux@...nbow-software.org>
To:	airlied@...ux.ie
Cc:	Linux Kernel <linux-kernel@...r.kernel.org>, davej@...hat.com
Subject: [PATCH] [resend] agpgart: Detected ALi M???? chipset with M1621

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@...nbow-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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ