From owner-freebsd-ppc@FreeBSD.ORG Wed Jul 20 01:08:54 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 C547816A41F for ; Wed, 20 Jul 2005 01:08:54 +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 0CAD343D46 for ; Wed, 20 Jul 2005 01:08:53 +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 j6K18p7v036284; Wed, 20 Jul 2005 11:08:52 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42DDA438.7060808@freebsd.org> Date: Wed, 20 Jul 2005 11:09:12 +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> In-Reply-To: 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 01:08:54 -0000 > Cool, on my personal todo list is to get an ADB driver going on FreeBSD > if no one beats me to it. I've got other projects in the foreground > and a pile of dayjob work to do too. I'm racing you :) The current file breakdown I have in mind is: powermac/ adb_if.m - adb bus interface adb_hb_if.m - adb host-bus interface adb.c - generic bus probe/attach code adb_kbd.c - driver for notebook/external adb keyboards. exports syscons kbd interface. adb_mouse.c - trackpad/mouse driver. creates /dev/ams0, sysmouse-compatible device. adb_hb_cuda.c - CUDA host bridge driver adb_hb_core99.c - core99 PMU host bridge driver The big complication in all of this is that the keyboard has to be able to operate in polled-mode to allow DDB to work. later, Peter.