Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 11:09:12 +1000
From:      Peter Grehan <grehan@freebsd.org>
To:        David Leimbach <leimy2k@mac.com>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: FreeBSD/ppc 6.0-BETA1 isos
Message-ID:  <42DDA438.7060808@freebsd.org>
In-Reply-To: <B977A87D-1EA0-4AB8-906E-946574137240@mac.com>
References:  <42D859BE.6060100@freebsd.org> <E1BC5476-6B09-4346-AD2E-6FD77B9E9FF0@mac.com> <42DC2B31.2040303@freebsd.org> <B977A87D-1EA0-4AB8-906E-946574137240@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42DDA438.7060808>