From owner-freebsd-current@FreeBSD.ORG Mon May 9 11:39:09 2005 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 049F316A4E7 for ; Mon, 9 May 2005 11:39:09 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2150543D75 for ; Mon, 9 May 2005 11:39:07 +0000 (GMT) (envelope-from FreeMan@fantasymail.de) Received: (qmail 9396 invoked by uid 0); 9 May 2005 11:39:04 -0000 Received: from 213.217.113.250 by www42.gmx.net with HTTP; Mon, 9 May 2005 13:39:05 +0200 (MEST) Date: Mon, 9 May 2005 13:39:05 +0200 (MEST) From: FreeMan@fantasymail.de To: Niki Denev MIME-Version: 1.0 References: <427F4A0E.30305@cytexbg.com> X-Priority: 3 (Normal) X-Authenticated: #27615881 Message-ID: <10008.1115638745@www42.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Kernel Driver Problem 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, 09 May 2005 11:39:09 -0000 Niki Yes you have right but the raid utility need the "icp" device to work. With iir it wont work so thats why i want to install the driver directly from icp. Regards! > FreeMan@fantasymail.de wrote: > > >Hello Listers! > > > >I have a small problem with an icp scsi raid controller > >and its drivers. ICP self tested the driver with FreeBSD > >5.0-Release only, but i get only a "No such file or directory" > >error - so i have the small hope that someone here can help > >me to fix and take a look on the src code? > > > >http://www.icp-vortex.com/ftp/download/rprd/freebsd/freebsd.zip > >(location from the drivers i tryed to use). > > > >Small note I installed 5.3-RELEASE and did src-sys update with > >the following configuration: > > > >*default host=cvsup5.FreeBSD.org > >*default base=/var/db > >*default prefix=/usr > >*default release=cvs tag=RELENG_5_3 > >*default delete use-rel-suffix compress > > > >src-sys > > > >Here now the error i get: > > > >B0X1# config B0X1 > >Kernel build directory is ../compile/B0X1 > >Don't forget to do a ``make depend'' > >B0X1# cd ../compile/B0X1/ > >B0X1# make depend > >rm -f .olddep > >if [ -f .depend ]; then mv .depend .olddep; fi > >make _kernel-depend > >if [ -f .olddep ]; then mv .olddep .depend; fi > >rm -f .newdep > >make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" > CC="cc" > >xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls > -Wnested-externs > >-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > >-Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. > >-I../../../contrib/dev/acpica -I../../../contrib/altq > >-I../../../contrib/ipfilter -I../../../contrib/pf > -I../../../contrib/dev/ath > >-I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL > >-include opt_global.h -fno-common -finline-limit=8000 --param > >inline-unit-growth=100 --param large-function-growth=1000 > >-mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding > >../../../dev/icp/icp.c:52:43: stddef.h: No such file or directory > >../../../dev/icp/icp_pci.c:52:24: pci/pcireg.h: No such file or directory > >../../../dev/icp/icp_pci.c:53:24: pci/pcivar.h: No such file or directory > >mkdep: compile failed > >*** Error code 1 > > > >Stop in /usr/src/sys/i386/compile/B0X1. > >*** Error code 1 > > > >Stop in /usr/src/sys/i386/compile/B0X1. > > > >Thank you for everyone who ever will help me :) > > > >Regards, > >Stefan > >_______________________________________________ > >freebsd-current@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-current > >To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > > > >!DSPAM:427f4148574519655720990! > > > > > > > AFAIK, FreeBSD should support this controller out of the box > with the iir(4) driver. > > Best Regards, > Niki >