Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 1999 11:38:16 +0930 (CST)
From:      Gregory Lewis <glewis@dartagnan.maths.adelaide.edu.au>
To:        kiril@ideaglobal.com (Kiril Mitev)
Cc:        freebsd-questions@freebsd.org
Subject:   Re: HELP! aic driver cant compile (not found)
Message-ID:  <9905260208.AA06433@dartagnan.maths.adelaide.edu.au>
In-Reply-To: <199905251758.SAA17555@idea.co.uk> from Kiril Mitev at "May 25, 99 06:58:47 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9905260208.AA06433>