From owner-freebsd-scsi Tue Sep 21 16:56: 2 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from armadillo.yoyo.org (armadillo.yoyo.org [195.40.6.65]) by hub.freebsd.org (Postfix) with SMTP id 93A1B14DF7 for ; Tue, 21 Sep 1999 16:55:54 -0700 (PDT) (envelope-from matts@yoyo.org) Received: (qmail 20131 invoked by uid 1975); 21 Sep 1999 23:55:50 -0000 Date: Wed, 22 Sep 1999 00:55:49 +0100 From: Matt Saunders To: freebsd-scsi@freebsd.org Subject: DPT tools Message-ID: <19990922005549.A16334@yoyo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: Yoyo Internet Services Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have a DPT SmartRAID IV controller which has happily been running a mail service for the past year or so on a FreeBSD 3.2-REL box. Reading through LINT today I've discovered the utilities hiding away in /usr/src/usr.sbin/dpt/ but I can't get them built... root@omega[/usr/src/usr.sbin/dpt]# make ===> dpt_ctlinfo Warning: Object directory not changed from original /usr/src/usr.sbin/dpt/dpt_ctlinfo cc -O -pipe -Wall -I/usr/src/usr.sbin/dpt/dpt_ctlinfo/../../../sys -c dpt_ctlinfo.c dpt_ctlinfo.c:43: scsi/scsi_all.h: No such file or directory dpt_ctlinfo.c:44: scsi/scsi_message.h: No such file or directory dpt_ctlinfo.c:45: scsi/scsiconf.h: No such file or directory dpt_ctlinfo.c:49: sys/dpt.h: No such file or directory There are further errors but these are caused by the problem I've pasted here. I've found the missing include files (except scsiconf.h) in /usr/include/cam/ but that doesn't help me get this stuff compiled. :-( Am I missing something? Is there a way to get these tools compiled without resorting to hacking the Makefiles? Thanks in advance for any suggestions. Regards, Matt. -- matts@yoyo.org "Circular logic will only make http://www.yoyo.org/ you dizzy." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message