From owner-freebsd-current@FreeBSD.ORG Mon Aug 16 12:26:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB13216A4CE for ; Mon, 16 Aug 2004 12:26:00 +0000 (GMT) Received: from mpb4.plala.or.jp (c156253.vh.plala.or.jp [210.150.156.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB35743D39 for ; Mon, 16 Aug 2004 12:25:59 +0000 (GMT) (envelope-from t-ogawa@triaez.kaisei.org) Received: from solder.dyndns.org ([220.99.179.226]) by mpb4.plala.or.jp with SMTP id <20040816122558.CYTD26466.mpb4.plala.or.jp@solder.dyndns.org> for ; Mon, 16 Aug 2004 21:25:58 +0900 Received: (qmail 62127 invoked from network); 16 Aug 2004 12:25:58 -0000 Received: from localhost (HELO gandalf.middle.earth) (127.0.0.1) by localhost with SMTP; 16 Aug 2004 12:25:58 -0000 Date: Mon, 16 Aug 2004 21:25:58 +0900 Message-ID: <867jrznuax.wl.t-ogawa@triaez.kaisei.org> From: OGAWA Takaya To: Pawel Worach In-Reply-To: <411EAE81.2040409@telia.com> References: <411EAE81.2040409@telia.com> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-2022-JP X-Mailman-Approved-At: Tue, 17 Aug 2004 11:55:45 +0000 cc: imp@freebsd.org cc: current@freebsd.org Subject: Re: cbb, link_elf: symbol exca_insert undefined X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 12:26:01 -0000 Hi, At Sun, 15 Aug 2004 02:29:53 +0200, Pawel Worach wrote: > cbb stopped working for me in a kernel from today, > last known working kernel is Thu Aug 12 03:40:13 CEST. > > I get this message on boot: > FreeBSD 5.2-CURRENT #0: Sat Aug 14 21:01:02 CEST 2004 > ~ root@darkstar:/export/data/obj/usr/src/sys/CORONA > link_elf: symbol exca_insert undefined > KLD file cbb.ko - could not finalize loading > Timecounter "i8254" frequency 1193182 Hz quality 0 > .. > > loader.conf: > exca_load="YES" > cbb_load="YES" > pccard_load="YES" > cardbus_load="YES" > > corona$ nm exca.ko|grep exca_insert > 00001820 t exca_insert > > This problem should not be module_path related as it gets set correctly > to /boot/kernel;/boot/modules. The same situation here. Try following patch and rebuild cbb.ko: --- sys/modules/cbb/Makefile 27 Aug 2002 15:59:19 -0000 1.8 +++ sys/modules/cbb/Makefile 16 Aug 2004 12:12:40 -0000 @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/pccbb KMOD= cbb -SRCS= pccbb.c \ - device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h +SRCS= pccbb.c pccbb_pci.c pccbb_isa.c \ + device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h isa_if.h .include ---------- おがわ たかや t-ogawa@triaez.kaisei.org