Re: [PATCH] CON_CONSDEV bit not set correctly on last console

2005-04-06 Thread Greg Edwards
On Wed, Apr 06, 2005 at 03:53:17PM -0700, Andrew Morton wrote: | Greg Edwards <[EMAIL PROTECTED]> wrote: | > | > According to include/linux/console.h, CON_CONSDEV flag should be set on | > the last console specified on the boot command line: | > | > 86 #define CON_PRINTBUFFER (1) | > 87

Re: [PATCH] CON_CONSDEV bit not set correctly on last console

2005-04-06 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Andrew Morton <[EMAIL PROTECTED]> wrote: >Greg Edwards <[EMAIL PROTECTED]> wrote: >> >> According to include/linux/console.h, CON_CONSDEV flag should be set on >> the last console specified on the boot command line: >> >> 86 #define CON_PRINTBUFFER (1) >>

Re: [PATCH] CON_CONSDEV bit not set correctly on last console

2005-04-06 Thread Andrew Morton
Greg Edwards <[EMAIL PROTECTED]> wrote: > > According to include/linux/console.h, CON_CONSDEV flag should be set on > the last console specified on the boot command line: > > 86 #define CON_PRINTBUFFER (1) > 87 #define CON_CONSDEV (2) /* Last on the command line */ > 88 #define

[PATCH] CON_CONSDEV bit not set correctly on last console

2005-04-05 Thread Greg Edwards
According to include/linux/console.h, CON_CONSDEV flag should be set on the last console specified on the boot command line: 86 #define CON_PRINTBUFFER (1) 87 #define CON_CONSDEV (2) /* Last on the command line */ 88 #define CON_ENABLED (4) 89 #define CON_BOOT(8