summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb/adb.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofmpi2011-06-161-4/+1
| | | | | | | | the specifics adb arguments. Now apm(4) no longer depends on adb stuff and piic(4) doesn't attach on a via-cuda machine (e.g. my color G3 iMac). ok miod@
* Add a const char* as first member of struct adb_attach_args, so that we canmiod2011-06-151-4/+7
| | | | | | pass a struct confargs * on macppc for some specific children of the adb node, and not confuse real adb device attachments. ok mpi@
* Drop the second and third arguments to adb_op_sync, for they are not used;miod2007-03-131-2/+2
| | | | | | | while there, remove explicit global variable initializations to zero, and appease the gods by removing the most ludicrous spurious casts. No functional change (except for code shrinkage).
* Clean up the adb_event structure, now that it is never exported to userland;miod2006-02-121-17/+1
| | | | also fix handling of caps lock and power keys in akbd; with help from claudio@
* Factorize akbd and ams drivers between mac68k and macppc; while there, startmiod2006-01-181-0/+163
moving out common adb code as well, and merge adb_direct.c into adb.c to simplify external header files. No functional change; more cleanups to come.