The patch titled agpgart: detected ALi M???? chipset with M1621 has been added to the -mm tree. Its filename is agpgart-detected-ali-m-chipset-with-m1621.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: agpgart: detected ALi M???? chipset with M1621 From: Ondrej Zary <linux@xxxxxxxxxxxxxxxxxxxx> Add M1621 chipset name to ali-agp, preventing "Detected ALi M???? chipset" message. Signed-off-by: Ondrej Zary <linux@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/agp/ali-agp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/agp/ali-agp.c~agpgart-detected-ali-m-chipset-with-m1621 drivers/char/agp/ali-agp.c --- a/drivers/char/agp/ali-agp.c~agpgart-detected-ali-m-chipset-with-m1621 +++ a/drivers/char/agp/ali-agp.c @@ -346,7 +346,7 @@ found: 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"; _ Patches currently in -mm which might be from linux@xxxxxxxxxxxxxxxxxxxx are linux-next.patch agpgart-detected-ali-m-chipset-with-m1621.patch pata_it821x-resume-from-hibernation-fails-with-raid-volume.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html