From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 19 14:49:23 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD9AD106564A for ; Wed, 19 Oct 2011 14:49:23 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from adsum.doit.wisc.edu (adsum.doit.wisc.edu [144.92.197.210]) by mx1.freebsd.org (Postfix) with ESMTP id 80B0C8FC0C for ; Wed, 19 Oct 2011 14:49:23 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8; format=flowed Received: from avs-daemon.smtpauth1.wiscmail.wisc.edu by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LTB0080OIIAG300@smtpauth1.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Wed, 19 Oct 2011 09:49:22 -0500 (CDT) Received: from comporellon.tachypleus.net (adsl-75-50-88-125.dsl.mdsnwi.sbcglobal.net [75.50.88.125]) by smtpauth1.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LTB005R7II9XF00@smtpauth1.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Wed, 19 Oct 2011 09:49:21 -0500 (CDT) Date: Wed, 19 Oct 2011 09:49:20 -0500 From: Nathan Whitehorn In-reply-to: To: =?UTF-8?B?0JvRjtCx0L7QvNC40YAg0JPRgNC40LPQvtGA0L7Qsg==?= Message-id: <4E9EE370.8000604@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=75.50.88.125 X-Spam-PmxInfo: Server=avs-13, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.10.19.143623, SenderIP=75.50.88.125 References: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20110928 Thunderbird/7.0 Cc: freebsd-ppc@freebsd.org Subject: Re: POWER3 / IBM 7028-6E1 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: Wed, 19 Oct 2011 14:49:23 -0000 On 10/19/11 02:59, Любомир Григоров wrote: > I have AIX 5.1, but there isn't much I could do with it as the software is > really limited + anything official is hard to get due to being outdated. I > guess it is worth asking if the POWER3 CPU is supported by either the > powerpc or the powerpc64 version of FreeBSD? I looked under Debian and they > had support for POWER3 and the pSeries 610 (7025-6E1) under the powerpc > kernel. > > I am wondering if the POWER3 CPU is supported in FreeBSD and which version > should I try (powerpc or powerpc64)? > > Here are my system details: > - 333 MHz POWER3-II 64-bit processor, 4 MB of L2 cache (I have yet to figure > out if it's 1 or 2 way SMP, most likely 1 way) > - 512 MB of ECC SDRAM > - 18 GB Ultra3 SCSI HDD > - Two 10/100 Ethernet (IEEE 802.3 compliant) > - CD-ROM > - Floppy > - Tape Drive (I disconnected it, don't need it) > > Cheers. > I don't know a lot about POWER3. Your hardware isn't supported, for sure. It's possible the 9.0 PowerPC builds do something on it, and it would be interesting to see what if you feel like trying. If it manages to print anything to console, it's possible support could be added. The 64-bit kernel will certainly not work, as it depends on the newer MMU architecture introduced with the POWER4. -Nathan