From owner-freebsd-ppc@FreeBSD.ORG Sun May 8 01:03:51 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 A099D16A4DE for ; Sun, 8 May 2005 01:03:51 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E3C43D7F for ; Sun, 8 May 2005 01:03:51 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.13.71.95] (CPE-71-95.dsl.OntheNet.net [203.13.71.95]) j4813jnP023163; Sun, 8 May 2005 11:03:47 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <427D6568.3010505@freebsd.org> Date: Sun, 08 May 2005 11:03:36 +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: Michael Dexter References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Installing FreeBSD from CD 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: Sun, 08 May 2005 01:03:51 -0000 Hi Michael, > My listing ends with the ad0: entry but no acd0: entry. Is the device > bay drive not supported? Yep, that's right. There's no equivalent yet to NetBSD's macppc/dev/mediabay.c > During initial CD boot, it read: > > Booted from: /pci@f2000000/mac-io@17/media-bay@34/ata-3@20000/disk@0 > / > /boot/kernel/kernet... > > Does that help any? Yep - it shows that the CD is underneath the mediabay node. The current ATA code only handles ATA devices directly attached to the mac-io node. I had a quick glance at the NetBSD code. It doesn't look difficult, so I'll put it on the TODO list. Might take a while though. later, Peter.