From owner-freebsd-sparc64@FreeBSD.ORG Tue Feb 3 22:07:39 2009 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C052D1065674 for ; Tue, 3 Feb 2009 22:07:39 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 52BC88FC21 for ; Tue, 3 Feb 2009 22:07:39 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id n13M7csW007803; Tue, 3 Feb 2009 23:07:38 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n13M7bJj007802; Tue, 3 Feb 2009 23:07:37 +0100 (CET) (envelope-from marius) Date: Tue, 3 Feb 2009 23:07:37 +0100 From: Marius Strobl To: Craig Butler Message-ID: <20090203220737.GA7715@alchemy.franken.de> References: <1233668470.1364.45.camel@main.lerwick.hopto.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1233668470.1364.45.camel@main.lerwick.hopto.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64 Subject: Re: can anyone make available the whole usIII source tree from perforce please X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 22:07:40 -0000 On Tue, Feb 03, 2009 at 01:41:10PM +0000, Craig Butler wrote: > Hi Guys > > I am trying to compile and test out Marius's cassini drivers, I have > created a module Makefile and can compile the module against head > cvsup'd last night. > > However head buildkernel doesn't compile correctly on the sparc64 > <...> > > I would like to try it against the perforce source tree... Can someone > please tar it up and make it available. I use the perforce tree merely for dumping so it isn't guaranteed to compile as a whole either. FYI, I've added glue for FreeBSD < 800016 to cas(4) so you can use it with 7.1 as you initially intended. There's a strange panic in the mii(4) code when loading it as a module which I haven't looked at so far though, so I suggest to build it statically into the kernel for now. Marius