All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Panin <pazke@orbita1.ru>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@transmeta.com>, jsimmons@infradead.org
Subject: [PATCH] allow penguin with SGI logo for visws
Date: Fri, 4 Apr 2003 14:05:43 +0400	[thread overview]
Message-ID: <20030404100543.GC964@pazke> (raw)

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

Hi,

Visual Workstations 320/540 are SGI products, so IMHO they
can use penguin with SGI logo as mips does :))

Best regards.

-- 
Andrey Panin		| Embedded systems software developer
pazke@orbita1.ru	| PGP key: wwwkeys.pgp.net

[-- Attachment #2: patch-visws-logo --]
[-- Type: text/plain, Size: 1110 bytes --]

diff -urN -X /usr/share/dontdiff linux-2.5.66.vanilla/drivers/video/logo/Kconfig linux-2.5.66/drivers/video/logo/Kconfig
--- linux-2.5.66.vanilla/drivers/video/logo/Kconfig	Mon Mar 31 13:40:58 2003
+++ linux-2.5.66/drivers/video/logo/Kconfig	Mon Mar 31 13:59:23 2003
@@ -40,7 +40,7 @@
 
 config LOGO_SGI_CLUT224
 	bool "224-color SGI Linux logo"
-	depends on LOGO && (SGI_IP22 || SGI_IP27 || SGI_IP32)
+	depends on LOGO && (SGI_IP22 || SGI_IP27 || SGI_IP32 || X86_VISWS)
 	default y
 
 config LOGO_SUN_CLUT224
diff -urN -X /usr/share/dontdiff linux-2.5.66.vanilla/drivers/video/logo/logo.c linux-2.5.66/drivers/video/logo/logo.c
--- linux-2.5.66.vanilla/drivers/video/logo/logo.c	Mon Mar 31 13:40:58 2003
+++ linux-2.5.66/drivers/video/logo/logo.c	Mon Mar 31 14:52:54 2003
@@ -80,8 +81,10 @@
 			logo = &logo_parisc_clut224;
 #endif
 #ifdef CONFIG_LOGO_SGI_CLUT224
-			/* SGI Linux logo on MIPS/MIPS64 */
+			/* SGI Linux logo on MIPS/MIPS64 ans VisWs 320/540 */
+#ifndef CONFIG_X86_VISWS
 			if (mips_machgroup == MACH_GROUP_SGI)
+#endif
 				logo = &logo_sgi_clut224;
 #endif
 #ifdef CONFIG_LOGO_SUN_CLUT224

                 reply	other threads:[~2003-04-04  9:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030404100543.GC964@pazke \
    --to=pazke@orbita1.ru \
    --cc=jsimmons@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.