From owner-cvs-all Tue Jun 18 14:30:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D193C37B401; Tue, 18 Jun 2002 14:30:37 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ILUbI13355; Tue, 18 Jun 2002 14:30:37 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200206182130.g5ILUbI13355@freefall.freebsd.org> From: Nick Hibma Date: Tue, 18 Jun 2002 14:30:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 X-FreeBSD-CVS-Branch: HEAD 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 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. Revision Changes Path 1.326 +2 -0 src/sys/conf/options 1.171 +0 -1 src/sys/conf/options.i386 1.11 +0 -2 src/sys/conf/options.ia64 1.146 +0 -1 src/sys/conf/options.pc98 1.375 +49 -21 src/sys/dev/sio/sio.c 1.20 +5 -0 src/sys/dev/sio/sioreg.h 1.173 +26 -15 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message