From owner-freebsd-ppc@FreeBSD.ORG Sun Sep 14 13:01:48 2003 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43CAC16A4BF for ; Sun, 14 Sep 2003 13:01:48 -0700 (PDT) Received: from blarf.homeip.net (adsl-209-204-188-56.sonic.net [209.204.188.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DC543FAF for ; Sun, 14 Sep 2003 13:01:47 -0700 (PDT) (envelope-from alex@blarf.homeip.net) Received: by blarf.homeip.net (Postfix, from userid 2000) id 6E8F625126; Sun, 14 Sep 2003 13:01:47 -0700 (PDT) Date: Sun, 14 Sep 2003 13:01:47 -0700 From: Alex Zepeda To: peterg@ptree32.com.au, freebsd-ppc@freebsd.org Message-ID: <20030914200147.GB3626@blarf.homeip.net> References: <200309141345.ABM25875@dommail.onthenet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309141345.ABM25875@dommail.onthenet.com.au> User-Agent: Mutt/1.4.1i Subject: Re: How are things looking? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 20:01:48 -0000 On Sun, Sep 14, 2003 at 11:45:46PM +1000, peterg@ptree32.com.au wrote: > I'm working on that as well (for the B&W G3), but if you > want, and since I won't be coding for another week or so, > you could start with the sources at > > www.freebsd.org/~grehan/if_bm.c > if_bmreg.h > > The big issue is how to do a clean NEWBUS version of dbdma. Indeed. I may be in over my head here.. but we'll see once I get this thing booting. The next question as I see it is: how can I do an incremental cross build? I'm at that point where I just wanted to toy with loader changes.. but all I could come up with was a buildworld with -DNOCLEAN. There's gotta be something easier, right? - alex