Skip site navigation (1)Skip section navigation (2)
Date:      20 Jun 2002 16:08:57 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
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:  <xzpfzzif3eu.fsf@flood.ping.uio.no>
In-Reply-To: <200206182130.g5ILUbI13355@freefall.freebsd.org>
References:  <200206182130.g5ILUbI13355@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Nick Hibma <n_hibma@FreeBSD.org> 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




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