From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 16:51:03 2004 Return-Path: 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 22D9E16A4CE for ; Wed, 14 Jan 2004 16:51:03 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1DA43D6A for ; Wed, 14 Jan 2004 16:51:00 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) i0F0otYr015362; Wed, 14 Jan 2004 19:50:55 -0500 (EST) Message-ID: <4005B97B.6040006@ec.rr.com> Date: Wed, 14 Jan 2004 19:49:47 -0200 From: jason User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Admin References: <007901c3dac8$b9252700$1c77fea9@dpc27> In-Reply-To: <007901c3dac8$b9252700$1c77fea9@dpc27> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: peter@sycos.co.uk cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD Driver compilation problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2004 00:51:03 -0000 Admin wrote: >When I try to run /usr/share/examples/drivers/make_device_driver.sh to >generate the skeleton driver, it stops due to compilation errors caused by >the rman.h file. The errors are logged into err_log file and are attached as >sy3b1.zip file. > >Would you please advise a.s.a.p why these errors are happening and how they can be corrected? > >Regards > >Gurdial Chandra >Sycos AES > > >------------------------------------------------------------------------ > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > If that is the same example I looked at serval months ago, I think it was written for an isa decive a while back. Look for a time and date in the source files, if it is too old it may no longer compile on a new machine. I am just guessing here. Jason