[parisc-linux-cvs] linux-2.5 rhirst

Richard Hirst rhirst@linuxcare.com
Fri, 26 Jul 2002 08:23:32 +0100


On Thu, Jul 25, 2002 at 09:09:36PM -0700, Randolph Chung wrote:
> In reference to a message from Richard Hirst, dated Jul 25:
> > CVSROOT:	/var/cvs
> > Module name:	linux-2.5
> > Changes by:	rhirst	02/07/25 17:30:18
> > 
> > Modified files:
> > 	drivers/char   : serial.c 
> > 
> > Log message:
> > forward port 2.4 parisc changes
> 
> Richard,
> 
> The serial_console_init() call in the driver causes every log line to
> show up twice on my console. I'm guessing it gets logged once to pdc and
> once to serial or something funny like that?
> 
> does this work ok for you on serial console? 

It's ok for me since I turned off EARLY_BOOTUP_DEBUG, was duplicated
before that.

serial_console_init() was needed before init() would detect an initial
console.  serial_console_init() is called much earlier for non-parisc
systems (tty_io.c ??), but when I did that for paric kernel crashed very
early, so I left it in rs_init() as per our 2.4 source.

Richard