From owner-freebsd-questions Tue May 25 19: 8:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dartagnan.maths.adelaide.edu.au (dartagnan.maths.adelaide.edu.au [129.127.44.41]) by hub.freebsd.org (Postfix) with SMTP id 7749114BEC for ; Tue, 25 May 1999 19:08:34 -0700 (PDT) (envelope-from glewis@dartagnan.maths.adelaide.edu.au) Received: by dartagnan.maths.adelaide.edu.au (5.64+1.3.1+0.50/UA-5.19) id AA06433; Wed, 26 May 1999 11:38:16 +0930 From: Gregory Lewis Message-Id: <9905260208.AA06433@dartagnan.maths.adelaide.edu.au> Subject: Re: HELP! aic driver cant compile (not found) In-Reply-To: <199905251758.SAA17555@idea.co.uk> from Kiril Mitev at "May 25, 99 06:58:47 pm" To: kiril@ideaglobal.com (Kiril Mitev) Date: Wed, 26 May 1999 11:38:16 +0930 (CST) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL32 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1127 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Trying to compile the AIC driver into my kernel....this is what happens: > (snip from kernel config file) > controller aic0 at isa? port 0x340 bio irq 11 > > then, i do a "config -r CONFIG" , just to be on the safe side > then, cd and make depend... this is its output (or the last few lines of it): > > rn/udivdi3.c ../../libkern/umoddi3.c ../../pci/es1370.c ../../pci/ide_pci.c swapkernel.c ioconf.c param.c vnode_if.c config.c > cc: ../../dev/aic6x60/aic.c: No such file or directory > cc: ../../i386/isa/aic_isa.c: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop. > > > uname: > > FreeBSD loki.idea.co.uk 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Mar 29 18:37:55 > GMT 1999 root@loki:/usr/src/sys/compile/CONFIG i386 > > > any idea/pointers/suggestions/flames, even ? FreeBSD 3.x uses the new CAM SCSI subsystem. The AIC boards aren't supported by this architecture at the moment. You'll need to write a CAM compliant driver for them or switch to FreeBSD 2.2.8. -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 3237 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message