From owner-freebsd-ppc@FreeBSD.ORG Wed Jan 19 23:55:32 2005 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 BF54716A4E8 for ; Wed, 19 Jan 2005 23:55:32 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E7B43D45 for ; Wed, 19 Jan 2005 23:55:22 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.31.113] (CPE-31-113.dsl.onthenet.net [203.144.31.113]) j0JNt5nP017445; Thu, 20 Jan 2005 09:55:06 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <41EEF498.5050902@freebsd.org> Date: Thu, 20 Jan 2005 10:00:24 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Phil Regnauld References: <20050119110040.GE87408@catpipe.net> In-Reply-To: <20050119110040.GE87408@catpipe.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: PCI device support in PPC port 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: Wed, 19 Jan 2005 23:55:32 -0000 Hi Phil, > I have an Adaptec 2930 or similar lying around -- what are the chances > it will function under FreeBSD/PPC ? I seem to remember that PCI device > initialization and firmware are not the same for i386 vs. PPC. Any idea ? I suspect that it will work, but you won't be able to boot from it. OpenFirmware requires Forth FCode in ROMs for non-trivial devices e.g. ethernet, SCSI, video cards. later, Peter.