Date: Sat, 18 Mar 2000 20:10:23 -0800 From: Chris Piazza <cpiazza@jaxon.net> To: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> Cc: rjk191@psu.edu, freebsd-current@FreeBSD.ORG Subject: Re: psm.c broken Message-ID: <20000318201023.A39469@norn.ca.eu.org> In-Reply-To: <200003190339.MAA04826@zodiac.mech.utsunomiya-u.ac.jp>; from yokota@zodiac.mech.utsunomiya-u.ac.jp on Sun, Mar 19, 2000 at 12:39:05PM %2B0900 References: <20000318163439.A13655@rjk191.rh.psu.edu> <200003190339.MAA04826@zodiac.mech.utsunomiya-u.ac.jp>
index | next in thread | previous in thread | raw e-mail
On Sun, Mar 19, 2000 at 12:39:05PM +0900, Kazutaka YOKOTA wrote:
>
> >After a cvsup today, building a kernel finishes with this:
> >
> >linking kernel.debug
> >psm.o: In function `psmprobe':
> >/sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined
> >reference to `atkbdc
> >_open'
> >*** Error code 1
> >
> >I know psm.c was changed today, I'd suppose one reference here was
> >missed in the process. Just figured I'd be the first to say so.
>
> The following commit is related to the psm update and should have been
> committed together. Sorry.
There's still something missing:
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../isa/syscons_isa.c
../../isa/atkbdc_isa.c: In function `atkbdc_read_ivar':
../../isa/atkbdc_isa.c:260: `KBDC_IVAR_PORT' undeclared (first use in this function)
../../isa/atkbdc_isa.c:260: (Each undeclared identifier is reported only once
../../isa/atkbdc_isa.c:260: for each function it appears in.)
../../isa/atkbdc_isa.c:261: warning: unreachable code at beginning of switch statement
../../isa/atkbdc_isa.c: In function `atkbdc_write_ivar':
../../isa/atkbdc_isa.c:282: `KBDC_IVAR_PORT' undeclared (first use in this function)
../../isa/atkbdc_isa.c:283: warning: unreachable code at beginning of switch statement
*** Error code 1
1 error
-Chris
--
cpiazza@jaxon.net cpiazza@FreeBSD.org
Abbotsford, BC, Canada
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000318201023.A39469>
