From owner-freebsd-ppc@FreeBSD.ORG Mon Feb 2 19:35:57 2004 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 8C44416A51A for ; Mon, 2 Feb 2004 19:35:57 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D5443D39 for ; Mon, 2 Feb 2004 19:35:56 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-4.dsl.onthenet.net [203.144.30.4]) i133ZrZG059850; Tue, 3 Feb 2004 13:35:54 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <401F178E.40303@freebsd.org> Date: Tue, 03 Feb 2004 13:37:50 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rafal Jaworowski References: <401845DE.90409@freebsd.org> <401AD442.704@motorola.com> <401ADFD4.8090604@freebsd.org> <401EDFB7.5050004@motorola.com> In-Reply-To: <401EDFB7.5050004@motorola.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD/powerpc on PPCBug-based embedded boards 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: Tue, 03 Feb 2004 03:35:57 -0000 Hi Rafal, > I'll look at the OPIC changes definitely, BTW: as I need to update the > sources I'm working on - would 5.2-RELEASE cross-compile on x86? You're much better off with -current. That cross-compiles without any patches. >> Are there many ISA peripherals on this device ? The ISA bus >> is a bit difficult to handle on PPC. ... > are there any specific obstacles for ISA devices that you're referring > to? DMA support maybe? More the fact that a lot of devices still use inb/outb, and that complicates bus-space since there needs to be a static ISA mapping. And yes, DMA would be a problem. >>> de0: port 0xfffff00-0xfffff7f mem ... >> Does this work OK ? If so, I'll add it to GENERIC. > > the configuration over PCI works ok - these values are read from > adapter's config space with standard if_de driver found in the tree (it > can be added to GENERIC then). OK, I'll wait 'til then. > I may have additional questions regarding mounting root over network. Should be fine: just type "nfs" at the mountroot prompt and all should be well. The loader has already been using NFS to pull in the kernel. later, Peter.