From owner-freebsd-current Wed Mar 10 19:10: 5 1999 Delivered-To: freebsd-current@freebsd.org Received: from mgo.iij.ad.jp (mgo.iij.ad.jp [202.232.15.6]) by hub.freebsd.org (Postfix) with ESMTP id E40C615207 for ; Wed, 10 Mar 1999 19:09:58 -0800 (PST) (envelope-from shigeru@iij.ad.jp) Received: from ns.iij.ad.jp (root@ns.iij.ad.jp [192.168.2.8]) by mgo.iij.ad.jp (8.8.8/MGO1.0) with ESMTP id MAA10257 for ; Thu, 11 Mar 1999 12:09:40 +0900 (JST) Received: from iij.ad.jp (shigeru@fs.iij.ad.jp [192.168.2.9]) by ns.iij.ad.jp (8.8.5/3.5Wpl7) with ESMTP id MAA26576 for ; Thu, 11 Mar 1999 12:09:40 +0900 (JST) Message-Id: <199903110309.MAA26576@ns.iij.ad.jp> To: freebsd-current@freebsd.org Subject: Re: problem with pccard.c cvsup'ed 3-10-99 15:00:54 In-Reply-To: Your message of "Wed, 10 Mar 1999 20:47:16 -0500" References: <3.0.3.32.19990310204716.006ffc7c@207.86.113.200> X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 11 Mar 1999 12:09:39 +0900 From: =?ISO-2022-JP?B?GyRCOzNLXBsoQg==?= =?ISO-2022-JP?B?GyRCTFAbKEI=?= Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "Ryan" == Ryan Dewalt writes: Ryan> re-compiling the kernel, I recieved this error. (after the Ryan> original make all failed, I re-ran this to regenerate the error) Ryan> porta# make all Ryan> loading kernel Ryan> pccard.o: In function `unregister_device_interrupt': Ryan> pccard.o(.text+0x31c): undefined reference to `unregister_pcic_intr' Ryan> pccard.o: In function `pccard_alloc_intr': Ryan> pccard.o(.text+0x691): undefined reference to `register_pcic_intr' Ryan> *** Error code 1 Ryan> porta# unregister_pcic_intr() and register_pcic_intr() are described in @sys/pccard/pcic.c but they are described as 'static' functions when APIC_IO is not defined ;-( I think it is better to delete 'static' at line 189 and line 194 in @sys/pccard/pcic.c than to chnage unregister_pcic_intr()/register_pcic_intr() to unregister_intr()/register_intr() in @sys/pccard/pccard.c. I fixed @sys/pccard/pcic.c and recompiled. and now I'm using new kernel on a VAIO 818. Thanks, ------- YAMAMOTO Shigeru Internet Initiative Japan Inc. Network Engineering Div. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message