From owner-freebsd-current@FreeBSD.ORG Mon May 9 10:53:16 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 B646A16A4E8 for ; Mon, 9 May 2005 10:53:16 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3BC6243DA4 for ; Mon, 9 May 2005 10:53:15 +0000 (GMT) (envelope-from FreeMan@fantasymail.de) Received: (qmail 3459 invoked by uid 0); 9 May 2005 10:53:13 -0000 Received: from 213.217.113.250 by www42.gmx.net with HTTP; Mon, 9 May 2005 12:53:13 +0200 (MEST) Date: Mon, 9 May 2005 12:53:13 +0200 (MEST) From: FreeMan@fantasymail.de To: freebsd-current@freebsd.org MIME-Version: 1.0 X-Priority: 3 (Normal) X-Authenticated: #27615881 Message-ID: <19443.1115635993@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 Subject: 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 10:53:16 -0000 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