From owner-freebsd-ppc@FreeBSD.ORG Fri Jun 30 14:52:36 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org 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 BB4F716A40F for ; Fri, 30 Jun 2006 14:52:36 +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 33002443E6 for ; Fri, 30 Jun 2006 14:52:36 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [192.168.0.14] (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id BXV12912 (AUTH peterg@ptree32.com.au); Sat, 1 Jul 2006 00:52:30 +1000 (EST) Message-ID: <44A53AAC.1080002@freebsd.org> Date: Fri, 30 Jun 2006 07:52:28 -0700 From: Peter Grehan User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: matt@genesi-usa.com References: <002a01c69c3a$6c5c43a0$99dfdfdf@bakuhatsu.net> In-Reply-To: <002a01c69c3a$6c5c43a0$99dfdfdf@bakuhatsu.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD 6.0 on Pegasos/ODW X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 14:52:36 -0000 > Building was a miserable failure. It went through and did the world > and then the kernel failed first because driver "zs" wasn't found (we > commented out zs and put the 16550 uart in instead) and then it churned > and puked on linking; The sio driver doesn't work on FreeBSD/ppc. It requires an attachment to a bus somewhere (there's no ISA bus attachment). I do have it sort-of working with the psim simulator (with an 'iobus' attachment), but you've just hit the fact that porting to a new platform with different hardware than Macs doesn't come for free - there's always going to be some development required. later, Peter.