From owner-freebsd-current Sat Mar 18 20:10:27 2000 Delivered-To: freebsd-current@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 2F23037B72D for ; Sat, 18 Mar 2000 20:10:24 -0800 (PST) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 8CF5919F5; Sat, 18 Mar 2000 20:10:23 -0800 (PST) Date: Sat, 18 Mar 2000 20:10:23 -0800 From: Chris Piazza To: Kazutaka YOKOTA Cc: rjk191@psu.edu, freebsd-current@FreeBSD.ORG Subject: Re: psm.c broken Message-ID: <20000318201023.A39469@norn.ca.eu.org> References: <20000318163439.A13655@rjk191.rh.psu.edu> <200003190339.MAA04826@zodiac.mech.utsunomiya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i 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 +0900 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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