Re: serial console speed

2008-07-17 Thread Danny Braniss
On Thu, Jul 03, 2008 at 05:34:27PM +0300, Danny Braniss wrote: On Thu, Jul 03, 2008 at 03:21:14PM +0300, Danny Braniss wrote: it seems that there is no way to change the speed/baudrate of the serial console, for example, by turning it off in /etc/ttys, and running tip(1) with

serial console speed

2008-07-03 Thread Danny Braniss
it seems that there is no way to change the speed/baudrate of the serial console, for example, by turning it off in /etc/ttys, and running tip(1) with different speeds has no effect, it always stays at the kernel configured speed. is this by design? danny

Re: serial console speed

2008-07-03 Thread Jeremy Chadwick
On Thu, Jul 03, 2008 at 03:21:14PM +0300, Danny Braniss wrote: it seems that there is no way to change the speed/baudrate of the serial console, for example, by turning it off in /etc/ttys, and running tip(1) with different speeds has no effect, it always stays at the kernel configured speed.

Re: serial console speed

2008-07-03 Thread Danny Braniss
On Thu, Jul 03, 2008 at 03:21:14PM +0300, Danny Braniss wrote: it seems that there is no way to change the speed/baudrate of the serial console, for example, by turning it off in /etc/ttys, and running tip(1) with different speeds has no effect, it always stays at the kernel configured

Re: serial console speed

2008-07-03 Thread Jeremy Chadwick
On Thu, Jul 03, 2008 at 05:34:27PM +0300, Danny Braniss wrote: On Thu, Jul 03, 2008 at 03:21:14PM +0300, Danny Braniss wrote: it seems that there is no way to change the speed/baudrate of the serial console, for example, by turning it off in /etc/ttys, and running tip(1) with different

boot serial console speed

2004-11-14 Thread Danny Braniss
what's the magic encantation to set the console to 38400? btw, i solved my problem by just commenting out that part of the code, since i rely on the bios setting it. from src/sys/boot/i386/boot0/Makefile: # Comm settings for boot0sio. 0xE3 = 9600 8-N-1 # XXX: We should create a build-tool or

Re: boot serial console speed

2004-11-14 Thread Ruslan Ermilov
On Sun, Nov 14, 2004 at 10:39:13AM +0200, Danny Braniss wrote: what's the magic encantation to set the console to 38400? btw, i solved my problem by just commenting out that part of the code, since i rely on the bios setting it. from src/sys/boot/i386/boot0/Makefile: # Comm settings for

Re: boot serial console speed

2004-11-14 Thread Ruslan Ermilov
On Sun, Nov 14, 2004 at 11:38:50AM +0200, Ruslan Ermilov wrote: On Sun, Nov 14, 2004 at 10:39:13AM +0200, Danny Braniss wrote: what's the magic encantation to set the console to 38400? btw, i solved my problem by just commenting out that part of the code, since i rely on the bios setting

Re: boot serial console speed

2004-11-14 Thread Danny Braniss
[...] This is the value passed in the AL register to the Int 14/AH=3D00h BIOS function: http://www.ctyme.com/intr/rb-0811.htm : Bit(s) Description (Table 00300) : 7-5data rate (110,150,300,600,1200,2400,4800,9600 bps) : 4-3parity (00 or 10 =3D none, 01 =3D odd, 11 =3D

Strange thing with serial console speed

2000-12-01 Thread Harti Brandt
). In principal this works just fine Except that I decided yesterday to raise the serial console speed to 115200 by putting the appropriate line into /etc/make.conf. I though, that this definition wouldn't matter for the machine without serial console. So I was really surprised to see, that that machine