--=_courier-9223-1052303206-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi all,
attached patch fixes penguin with sgi framebuffer logo for
visws subarch. It was broken in 2.5.68 IIRC.
Please consider applying.
Best regards.
-- Andrey Panin | Embedded systems software developer pazke@orbita1.ru | PGP key: wwwkeys.pgp.net--=_courier-9223-1052303206-0001-2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=patch-sgi-logo
diff -urN -X /usr/share/dontdiff linux-2.5.68.vanilla/drivers/video/logo/logo.c linux-2.5.68/drivers/video/logo/logo.c --- linux-2.5.68.vanilla/drivers/video/logo/logo.c Mon Apr 28 22:25:39 2003 +++ linux-2.5.68/drivers/video/logo/logo.c Mon Apr 28 22:34:57 2003 @@ -79,8 +79,10 @@ logo = &logo_parisc_clut224; #endif #ifdef CONFIG_LOGO_SGI_CLUT224 - /* SGI Linux logo on MIPS/MIPS64 */ + /* SGI Linux logo on MIPS/MIPS64 and VISWS */ +#ifndef CONFIG_X86_VISWS if (mips_machgroup == MACH_GROUP_SGI) +#endif logo = &logo_sgi_clut224; #endif #ifdef CONFIG_LOGO_SUN_CLUT224
--=_courier-9223-1052303206-0001-2--