Re: boot messages scroll slow in pre-2.1.92-2 ?

Roy P. Turner (ecstasy@dopamine.com)
Wed, 01 Apr 1998 09:31:09 -0600


In message <Pine.LNX.3.96.980331234919.682A-100000@bucket>, David Burrows write
s:
> On Tue, 31 Mar 1998, Roy P. Turner wrote:
>
> > It may be my imagination, but the boot messages in pre-2.1.92-2 seem
> > to scroll by significantly slower than in 2.1.91 and pre-2.1.92-1.
> > Is anyone else noticing this?
>
> Yes, and at least one other person I know of..

Comment line 207 of drivers/char/console.c in pre-2.1.92-2 to return
boot messsages to their normal speed.

Thanks,
Roy

--- drivers/char/console.c.orig Wed Apr 1 09:28:30 1998
+++ drivers/char/console.c Wed Apr 1 07:57:47 1998
@@ -204,7 +204,7 @@
int want_console = -1;
int kmsg_redirect = 0;

-#define CONFIG_SERIAL_ECHO
+/* #define CONFIG_SERIAL_ECHO */
#ifdef CONFIG_SERIAL_ECHO

#include <linux/serial_reg.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu