Subject: Re: CVS commit: src
To: None <tsubai@netbsd.org>
From: Erik Bertelsen <erik@mediator.uni-c.dk>
List: port-macppc
Date: 10/13/1998 17:11:38
On Tue, Oct 13, 1998 at 04:21:22 -0700, Tsubai Masanari wrote:
> Module Name:	src
> Committed By:	tsubai
> Date:		Tue Oct 13 11:21:22 UTC 1998
> 
> Modified Files:
> 	src/sys/arch/macppc/conf: files.macppc
> 	src/sys/arch/macppc/dev: adb.c adb_direct.c adbvar.h
> 	src/sys/arch/macppc/macppc: conf.c
> Added Files:
> 	src/sys/arch/macppc/dev: aed.c aedvar.h akbd.c akbdvar.h ams.c amsvar.h
> Log Message:
> Split ADB driver to aed (ADB event device), akbd (ADB keyboard),
> and ams (ADB mouse).  adb is a bus now.  (from Colin Wood)

Hello Tsubai and others,

Have you considered moving the common parts of mac68k/dev/*adb* and macppc/dev/*adb*
to e.g. /sys/dev/adb before having the adb parts on macppc diverge too much
from the mac68k adb ?

I might be interested in trying to pull out some of the common adb stuff for 
inclusion in /usr/src/sys/dev/adb, if I can get some assurance that the code
will be committed by somebody.

Comments ? ideas ?

- Erik Bertelsen