From owner-freebsd-ppc@FreeBSD.ORG Thu Oct 26 20:44:58 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 8C68A16A412 for ; Thu, 26 Oct 2006 20:44:58 +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 8CD1243D4C for ; Thu, 26 Oct 2006 20:44:57 +0000 (GMT) (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.5.7-GR) with ESMTP id CGE82075 (AUTH peterg@ptree32.com.au); Fri, 27 Oct 2006 06:42:34 +1000 (EST) Message-ID: <45411DED.6030408@freebsd.org> Date: Thu, 26 Oct 2006 13:43:25 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8b) Gecko/20051014 MIME-Version: 1.0 To: Soeren Straarup References: <20061024204307.GA76412@x12.dk> <453EB55D.10008@freebsd.org> <20061025093147.GB88213@x12.dk> <20061025094129.GC88213@x12.dk> <20061025202431.GB98926@x12.dk> <453FD1C5.3050802@freebsd.org> <20061026080310.GA9664@x12.dk> In-Reply-To: <20061026080310.GA9664@x12.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Trying to boot FBSD on g3 B&W 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: Thu, 26 Oct 2006 20:44:58 -0000 Hi Soeren, >> Yep, it's not supported. I used an Intel fxp in one of the PCI slots: >>works fine. > > Would any PC PCI nic work? That is supported by FreeBSD i386. Not necessarily, since they may not have had the required changes to support big-endian. Any PCI NIC that works on sparc64 will work on ppc. > Hmm after a short look at those files, it looks like they haven't been > changed between 200608 and 200610. > Where does the boot sector for the iso live? On Macs there isn't really a boot sector. CDs are created in hybrid HFS/ISO9660 format to allow the 'C' autoboot, but you can manually boot a stock iso9660 disk from the ofw prompt. > Has the way the install cds are created changed? Shouldn't have, though Marcel built the last two snapshots. I successfully 'C'-booted the most recent one on a powerbook though I haven't tried on any other systems. later, Peter.