From owner-freebsd-ppc@FreeBSD.ORG Wed Jul 20 02:12:42 2005 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 32D0716A41F for ; Wed, 20 Jul 2005 02:12:42 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB5E43D49 for ; Wed, 20 Jul 2005 02:12:41 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.18.212] (CPE-18-212.dsl.OntheNet.net [203.144.18.212]) by liberty.onthenet.com.au (8.12.9 - 20030918/8.12.9) with ESMTP id j6K2Cd7v036647; Wed, 20 Jul 2005 12:12:39 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42DDB32B.4090702@freebsd.org> Date: Wed, 20 Jul 2005 12:12:59 +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: David Leimbach References: <42D859BE.6060100@freebsd.org> <42DC2B31.2040303@freebsd.org> <42DDA438.7060808@freebsd.org> <56B98E75-9119-40EA-9CF3-4E01B1100BA3@mac.com> In-Reply-To: <56B98E75-9119-40EA-9CF3-4E01B1100BA3@mac.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD/ppc 6.0-BETA1 isos 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, 20 Jul 2005 02:12:42 -0000 > what's NetBSD do? [if it has a driver] It's a bit all over the place, perhaps a result of the code being brought in from the mac68k port, and attempting to follow the API of the "Inside Macintosh: ADB Manager" chapter. See arch/macppc/adb.c adb_direct.c akbd.c pm_direct.c I use that code for reference though. later, Peter.