linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] visws: we don't need VGA console !
@ 2003-08-14 10:42 Andrey Panin
  2003-08-14 11:19 ` Christoph Hellwig
  2003-08-15 23:09 ` James Simmons
  0 siblings, 2 replies; 4+ messages in thread
From: Andrey Panin @ 2003-08-14 10:42 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 211 bytes --]

Hi all,

I think subject is self explaining :)

BTW does PC-9800 need VGA console ?

Best regards.

-- 
Andrey Panin		| Linux and UNIX system administrator
pazke@donpac.ru		| PGP key: wwwkeys.pgp.net

[-- Attachment #1.2: patch-visws-2.6.0-test3 --]
[-- Type: text/plain, Size: 620 bytes --]

diff -urN -X /usr/share/dontdiff linux-2.6.0-test3.vanilla/drivers/video/console/Kconfig linux-2.6.0-test3/drivers/video/console/Kconfig
--- linux-2.6.0-test3.vanilla/drivers/video/console/Kconfig	Sat Aug  9 08:33:56 2003
+++ linux-2.6.0-test3/drivers/video/console/Kconfig	Thu Aug 14 22:49:02 2003
@@ -7,7 +7,7 @@
 config VGA_CONSOLE
 	bool "VGA text console" if EMBEDDED || !X86
 	depends on !ARCH_ACORN && !ARCH_EBSA110 || !4xx && !8xx
-	default y
+	default y if !X86_VISWS
 	help
 	  Saying Y here will allow you to use Linux in text mode through a
 	  display that complies with the generic VGA standard. Virtually

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [PATCH] visws: we don't need VGA console !
  2003-08-14 10:42 [PATCH] visws: we don't need VGA console ! Andrey Panin
@ 2003-08-14 11:19 ` Christoph Hellwig
  2003-08-15 23:09   ` James Simmons
  2003-08-15 23:09 ` James Simmons
  1 sibling, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2003-08-14 11:19 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel

On Thu, Aug 14, 2003 at 02:42:08PM +0400, Andrey Panin wrote:
> Hi all,
> 
> I think subject is self explaining :)
> 
> BTW does PC-9800 need VGA console ?

-bool "VGA text console" if EMBEDDED || !X86
+bool "VGA text console"

might be a better fix, the depency is completly bogus.



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

* Re: [PATCH] visws: we don't need VGA console !
  2003-08-14 10:42 [PATCH] visws: we don't need VGA console ! Andrey Panin
  2003-08-14 11:19 ` Christoph Hellwig
@ 2003-08-15 23:09 ` James Simmons
  1 sibling, 0 replies; 4+ messages in thread
From: James Simmons @ 2003-08-15 23:09 UTC (permalink / raw)
  To: Andrey Panin; +Cc: Andrew Morton, linux-kernel


> I think subject is self explaining :)
> 
> BTW does PC-9800 need VGA console ?

Nope. 


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

* Re: [PATCH] visws: we don't need VGA console !
  2003-08-14 11:19 ` Christoph Hellwig
@ 2003-08-15 23:09   ` James Simmons
  0 siblings, 0 replies; 4+ messages in thread
From: James Simmons @ 2003-08-15 23:09 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Andrew Morton, linux-kernel


> > I think subject is self explaining :)
> > 
> > BTW does PC-9800 need VGA console ?
> 
> -bool "VGA text console" if EMBEDDED || !X86
> +bool "VGA text console"
> 
> might be a better fix, the depency is completly bogus.

I agree. I like to see this go away.



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

end of thread, other threads:[~2003-08-15 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-14 10:42 [PATCH] visws: we don't need VGA console ! Andrey Panin
2003-08-14 11:19 ` Christoph Hellwig
2003-08-15 23:09   ` James Simmons
2003-08-15 23:09 ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).