From owner-freebsd-current Sat Mar 18 14:45: 9 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailgw00.execpc.com (mailgw00.execpc.com [169.207.1.78]) by hub.freebsd.org (Postfix) with ESMTP id 05E7737BB37 for ; Sat, 18 Mar 2000 14:45:07 -0800 (PST) (envelope-from rmukerji@execpc.com) Received: from earth.execpc.com (rmukerji@earth.execpc.com [169.207.16.1]) by mailgw00.execpc.com (8.9.1) id QAA30941; Sat, 18 Mar 2000 16:45:02 -0600 Received: (from rmukerji@localhost) by earth.execpc.com (8.9.0) id QAA29457; Sat, 18 Mar 2000 16:45:01 -0600 (CST) Date: Sat, 18 Mar 2000 16:45:01 -0600 From: Arindum Mukerji To: rjk191@psu.edu Cc: freebsd-current@freebsd.org Subject: Re: psm.c broken Message-ID: <20000318164501.A25577@earth.execpc.com> References: <20000318163439.A13655@rjk191.rh.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20000318163439.A13655@rjk191.rh.psu.edu> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Ray Kohler (ray@rjk191.rh.psu.edu) [000318 15:35]: > 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 don't see an atkbdc_open() in the source tree. Perhaps this should be changed back to sc->addr = port; sc->kdbc = kbdc_open(sc->addr); Until someone commits an equivalent atkbdc_open() ? -- Arindum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message