Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 15:47:21 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Nick Hibma <n_hibma@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/conf options       options.i386 options.ia64 options.pc98 src/sys/dev/sio sio.c         sioreg.h
Message-ID:  <20020619153032.X7788-100000@gamplex.bde.org>
In-Reply-To: <200206182130.g5ILUbI13355@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 18 Jun 2002, Nick Hibma wrote:

> n_hibma     2002/06/18 14:30:37 PDT
>
>   Modified files:
>     sys/pc98/pc98        sio.c
>     sys/conf             options options.i386 options.ia64
>                          options.pc98
>     sys/dev/sio          sio.c sioreg.h
>   Log:
>   Make the speed used by gdb over serial settable in the kernel configuration.
>
>   This facilitates the use in circumstances where you are using a serial
>   console as well. GDB doesn't support anything higher than 9600 baud (19k2
>   if you are lucky), but the console does.

Previous version reviewed by:	bde

I seem to have missed the main point of this change.  I always use gdb
at 115200 bps on i386's (since I don't have anything faster), but
haven't used it recently.  Not working at a low speed like 115200 is
a bug somewhere.  The buffering by the low level console driver (none)
is not very suitable for input faster than a human can type, and gdb
certainly sends input faster than tha in bursts when it sends a packet,
but problems seem to be limited by the protocol being very simple.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020619153032.X7788-100000>