Date: Mon, 09 May 2005 14:31:26 +0300 From: Niki Denev <nike_d@cytexbg.com> To: FreeMan@fantasymail.de Cc: freebsd-current@freebsd.org Subject: Re: Kernel Driver Problem Message-ID: <427F4A0E.30305@cytexbg.com> In-Reply-To: <19443.1115635993@www42.gmx.net> References: <19443.1115635993@www42.gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?427F4A0E.30305>