From owner-freebsd-ppc@FreeBSD.ORG Mon Mar 5 00:26:44 2007 Return-Path: X-Original-To: freebsd-ppc@FreeBSD.org Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BE8616A407 for ; Mon, 5 Mar 2007 00:26:44 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.freebsd.org (Postfix) with ESMTP id CAF2413C4A5 for ; Mon, 5 Mar 2007 00:26:43 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from [10.33.24.110] (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.7.5a-GA) with ESMTP id COM24989 (AUTH peterg@ptree32.com.au); Mon, 5 Mar 2007 10:26:34 +1000 (EST) Message-ID: <45EB641A.1020202@freebsd.org> Date: Sun, 04 Mar 2007 16:28:10 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8b) Gecko/20051014 MIME-Version: 1.0 To: Jeremie Le Hen References: <20070304190345.GQ2479@obiwan.tataz.chchile.org> In-Reply-To: <20070304190345.GQ2479@obiwan.tataz.chchile.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@FreeBSD.org Subject: Re: IBM RS/6000 43p model 150 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 00:26:44 -0000 Hi Jeremie, > My company was about to throw away an old unused IBM RS/6000 43p model > 150 but I fortunately swerved it to my home instead :-). > It seems the spec is available here: > http://www.spec.org/gpc/June99/plb/IBM/summary/IBM.001.html > > Is it possible to run FreeBSD/ppc on this hardware? Possible, yes, I think so thought it is going to take some work. The 604e looks a lot like a G3/G4. However, I have no idea what i/o h/w looks like in this box and that would be where the work would lie. > FYI, this is a CHRP machine. I think Linux uses OpenFirmware RTAS to access h/w in these machines: that would also be possible with FreeBSD/ppc. later, Peter.