Date: Wed, 22 Sep 1999 00:55:49 +0100 From: Matt Saunders <matts@yoyo.org> To: freebsd-scsi@freebsd.org Subject: DPT tools Message-ID: <19990922005549.A16334@yoyo.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990922005549.A16334>