From owner-freebsd-current Wed Oct 20 5:54:38 1999 Delivered-To: freebsd-current@freebsd.org Received: from mailhost.tue.nl (mailhost.tue.nl [131.155.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 39A311B7AB for ; Wed, 20 Oct 1999 05:54:30 -0700 (PDT) (envelope-from K.R.A.M.Schreel@wtb.tue.nl) Received: from wop5.wop.wtb.tue.nl [131.155.56.55] by mailhost.tue.nl (8.9.3) id OAA16663 (ESMTP); Wed, 20 Oct 1999 14:54:28 +0200 (MDT) Received: from wtb.tue.nl (wop24.wop.wtb.tue.nl [131.155.56.116]) by wop5.wop.wtb.tue.nl (8.8.8/8.6.9) with ESMTP id MAA17744; Wed, 20 Oct 1999 12:54:27 GMT Message-ID: <380DBB85.BF035F2E@wtb.tue.nl> Date: Wed, 20 Oct 1999 14:54:29 +0200 From: Koen Schreel Organization: Eindhoven University of Technology X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Luoqi Chen Cc: cdillon@wolves.k12.mo.us, current@FreeBSD.ORG Subject: Re: aic driver camified References: <199910200440.AAA29426@lor.watermarkgroup.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Luoqi Chen wrote: > > I've ported it to -stable, but I don't have a machine to test it, please > if you could. The code is in http://www.freebsd.org/~luoqi/aic/stable, > apply patch files.diff, copy aic_isa.c to i386/isa, the rest goes to dev/aic. > I cannot compile a kernel. It reports the following errors: loading kernel aic_isa.o: In function `aic_isa_probe': aic_isa.o(.text+0x51): undefined reference to `aic_unit' aic_isa.o(.text+0x6c): undefined reference to `aic_probe' aic_isa.o(.text+0xeb): undefined reference to `aic_unit' aic_isa.o(.text+0xf4): undefined reference to `aic_unit' aic_isa.o: In function `aic_isa_attach': aic_isa.o(.text+0x125): undefined reference to `aic_softcs' aic_isa.o(.text+0x12b): undefined reference to `aic_softcs' aic_isa.o(.text+0x13e): undefined reference to `aic_attach' aic_isa.o: In function `aic_isa_intr': aic_isa.o(.text+0x15f): undefined reference to `aic_softcs' aic_isa.o(.text+0x165): undefined reference to `aic_intr' *** Error code 1 Stop. It looks as though aic.c is not compiled in. B.T.W., in fist line of aic.c a reference to aic.h is placed, but that file is not present in your directory. TIA Koen. -- Dr. K.R.A.M. Schreel | Eindhoven University of Technology | Faculty of Mechanical Engineering Combustion Research | Section Energy Technology | P. O. Box 513 K.R.A.M.Schreel@wtb.tue.nl | 5600 MB Eindhoven, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message