From owner-cvs-all Thu Jun 20 7: 9: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id ADED037B405; Thu, 20 Jun 2002 07:09:00 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id CAF475361; Thu, 20 Jun 2002 16:08:58 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Nick Hibma 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 References: <200206182130.g5ILUbI13355@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 20 Jun 2002 16:08:57 +0200 In-Reply-To: <200206182130.g5ILUbI13355@freefall.freebsd.org> Message-ID: Lines: 24 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 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 Nick Hibma writes: > 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. This breaks sio on Alpha: cc -c -O -pipe -mcpu=ev56 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wno-format -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include -D_KERNEL -include opt_global.h -fno-common -mno-fp-regs -ffixed-8 -Wa,-mev56 -ffreestanding -Werror ../../../dev/sio/sio.c ../../../dev/sio/sio.c: In function `siogdbgetc': ../../../dev/sio/sio.c:3218: `dev' undeclared (first use in this function) ../../../dev/sio/sio.c:3218: (Each undeclared identifier is reported only once ../../../dev/sio/sio.c:3218: for each function it appears in.) ../../../dev/sio/sio.c: In function `siogdbputc': ../../../dev/sio/sio.c:3245: `dev' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/alpha/compile/DSA. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message