Re: kernel ignores kenv comconsole_speed?

2007-06-06 Thread Andrew Pantyukhin
On 10/25/06, Stefan Bethke [EMAIL PROTECTED] wrote: Am 25.10.2006 um 10:57 schrieb Stefan Bethke: I'm not sure that would be so easy. However, CONSPEED is/was the setting to be used if the actual setting cannot be determined when sio initializes. The code is there to determine the currently

Re: kernel ignores kenv comconsole_speed?

2006-10-25 Thread Stefan Bethke
Am 24.10.2006 um 16:41 schrieb Jeremy Chadwick: On Tue, Oct 24, 2006 at 09:41:57AM -0400, Vivek Khera wrote: Am 23.10.2006 um 17:46 schrieb Vivek Khera: On Oct 20, 2006, at 6:59 AM, Stefan Bethke wrote: As I said, boot and loader are happily using 115200, but the kernel uses the compiled-in

Re: kernel ignores kenv comconsole_speed?

2006-10-25 Thread Stefan Bethke
Am 25.10.2006 um 10:57 schrieb Stefan Bethke: I'm not sure that would be so easy. However, CONSPEED is/was the setting to be used if the actual setting cannot be determined when sio initializes. The code is there to determine the currently set speed (around line 2440 in sio.c in stable),

Re: kernel ignores kenv comconsole_speed?

2006-10-24 Thread Vivek Khera
On Oct 23, 2006, at 6:19 PM, Stefan Bethke wrote: Am 23.10.2006 um 17:46 schrieb Vivek Khera: On Oct 20, 2006, at 6:59 AM, Stefan Bethke wrote: I have -DS115200 in /boot.config, and boot and loader are happily using this speed. However, the kernel appears to be hardwired to 9600. I've

Re: kernel ignores kenv comconsole_speed?

2006-10-24 Thread Jeremy Chadwick
On Tue, Oct 24, 2006 at 09:41:57AM -0400, Vivek Khera wrote: Am 23.10.2006 um 17:46 schrieb Vivek Khera: On Oct 20, 2006, at 6:59 AM, Stefan Bethke wrote: I have -DS115200 in /boot.config, and boot and loader are happily using this speed. However, the kernel appears to be hardwired to

Re: kernel ignores kenv comconsole_speed?

2006-10-23 Thread Vivek Khera
On Oct 20, 2006, at 6:59 AM, Stefan Bethke wrote: I have -DS115200 in /boot.config, and boot and loader are happily using this speed. However, the kernel appears to be hardwired to 9600. I've only ever gotten it to work when /boot.config looks like -D - S115200. I don't think you can

Re: kernel ignores kenv comconsole_speed?

2006-10-23 Thread Stefan Bethke
Am 23.10.2006 um 17:46 schrieb Vivek Khera: On Oct 20, 2006, at 6:59 AM, Stefan Bethke wrote: I have -DS115200 in /boot.config, and boot and loader are happily using this speed. However, the kernel appears to be hardwired to 9600. I've only ever gotten it to work when /boot.config looks

kernel ignores kenv comconsole_speed?

2006-10-20 Thread Stefan Bethke
Am I doing something wrong, or is this a bug? (This is on a stable from yesterday.) I have -DS115200 in /boot.config, and boot and loader are happily using this speed. However, the kernel appears to be hardwired to 9600. After boot, it's still at 9600: # stty /dev/ttyd0 speed 9600 baud;