From owner-freebsd-questions Sun Nov 10 17:40:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E922537B401 for ; Sun, 10 Nov 2002 17:40:19 -0800 (PST) Received: from mta03bw.bigpond.com (mta03bw.bigpond.com [139.134.6.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id C704043E3B for ; Sun, 10 Nov 2002 17:40:13 -0800 (PST) (envelope-from iain@voffice.myspinach.org) Received: from iain2.va.com.au ([144.135.24.81]) by mta03bw.bigpond.com (Netscape Messaging Server 4.15 mta03bw Jul 16 2002 22:47:55) with SMTP id H5E1YZ00.IFS for ; Mon, 11 Nov 2002 11:40:11 +1000 Received: from CPE-203-45-8-24.vic.bigpond.net.au ([203.45.8.24]) by bwmam05.mailsvc.email.bigpond.com(MailRouter V3.0n 38/46161682); 11 Nov 2002 11:40:11 Received: (qmail 11709 invoked from network); 11 Nov 2002 01:40:10 -0000 Received: from unknown (HELO duro) (192.168.1.16) by 192.168.1.1 with SMTP; 11 Nov 2002 01:40:10 -0000 Content-Type: text/plain; charset="us-ascii" From: Iain To: freebsd-questions Subject: missing atapicam.h ?? Date: Mon, 11 Nov 2002 12:40:10 +1100 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211111240.10572.iain@voffice.myspinach.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am trying to get ATAPI SCSI emulation working on 4.6.2 so that I can us= e=20 cdrecord. I applied the following patches: atapicam-20021031.diff cam_xpt.c.diff atapicam-STABLE-config-20021031.diff=20 but now when I run make depend there is a header file missing: eagle# make depend rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f .newde= p -O=20 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes =20 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual =20 -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include=20 -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf =20 -mpreferred-stack-boundary=3D2 =2E./../dev/ata/ata-all.c:37: atapicam.h: No such file or directory =2E./../dev/ata/atapi-all.c:35: atapicam.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/EAGLE. What have I missed here. any help appreciated. cheers, Iain. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message