From owner-freebsd-current@FreeBSD.ORG Mon May 9 11:31:17 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 5678416A4E7 for ; Mon, 9 May 2005 11:31:17 +0000 (GMT) Received: from office.suresupport.com (office.suresupport.com [213.145.98.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 4622043D67 for ; Mon, 9 May 2005 11:31:16 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: (qmail 38405 invoked by uid 1026); 9 May 2005 11:35:19 -0000 Received: from 213.145.98.14 by office.suresupport.com (envelope-from , uid 1004) with qmail-scanner-1.23 (f-prot: 4.4.2/3.14.11. Clear:RC:1(213.145.98.14):. Processed in 0.250785 secs); 09 May 2005 11:35:19 -0000 Received: from unknown (HELO ?213.145.98.14?) (213.145.98.14) by office.suresupport.com with SMTP; 9 May 2005 11:35:18 -0000 Message-ID: <427F4A0E.30305@cytexbg.com> Date: Mon, 09 May 2005 14:31:26 +0300 From: Niki Denev User-Agent: Mozilla Thunderbird 1.0 (X11/20050127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeMan@fantasymail.de References: <19443.1115635993@www42.gmx.net> In-Reply-To: <19443.1115635993@www42.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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:31:17 -0000 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