From owner-cvs-all Tue Jun 18 22:42:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 7953A37B40A; Tue, 18 Jun 2002 22:42:36 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id PAA27753; Wed, 19 Jun 2002 15:42:33 +1000 Date: Wed, 19 Jun 2002 15:47:21 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Nick Hibma Cc: cvs-committers@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 In-Reply-To: <200206182130.g5ILUbI13355@freefall.freebsd.org> Message-ID: <20020619153032.X7788-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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