sio(4) driver

Thomas Moestl t.moestl at tu-bs.de
Fri Aug 22 07:59:31 PDT 2003


On Fri, 2003/08/22 at 16:13:49 +0300, Maxim Mazurok wrote:
> i try to upgrade my 5.1-RELEASE to 5-CURRENT.
> in 5-CURRENT tree this patch not applied yet.
> i try to apply your patch and rebuild kernel, but have this:
> 
> root at fang:/sys/sparc64/compile/FANG#make all
> cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I-  -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mcmodel=medlow -msoft-float -ffreestanding -Werror  ../../../dev/sio/sio.c
> cc1: warnings being treated as errors
> ../../../dev/sio/sio.c: In function `siocnmap':
> ../../../dev/sio/sio.c:3448: warning: implicit declaration of function `sparc64_fake_bustag'
> *** Error code 1
> 
> Stop in /var/src/sys/sparc64/compile/FANG.
> 
> can you help me?

The declaration for this function was moved around, so you need an
additional include; an updated patch is available at
http://people.freebsd.org/~tmm/sio-s64-20030822.diff

	- Thomas

-- 
Thomas Moestl <t.moestl at tu-bs.de>	http://www.tu-bs.de/~y0015675/
              <tmm at FreeBSD.org>		http://people.FreeBSD.org/~tmm/
PGP fingerprint: 1C97 A604 2BD0 E492 51D0  9C0F 1FE6 4F1D 419C 776C


More information about the freebsd-sparc64 mailing list