CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/06/15 15:32:05
Modified files:
sys/arch/mac68k/dev: adb.c
sys/arch/macppc/dev: abtn.c adb.c apm.c
sys/dev/adb : adb.h adb_subr.c akbd.c ams.c
Log message:
Add a const char* as first member of struct adb_attach_args, so that we can
pass a struct confargs * on macppc for some specific children of the adb
node, and not confuse real adb device attachments.
ok mpi@
