summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb/adb_subr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDmpi2013-03-091-6/+1
| | | | | | via Daniel Dickman. ok deraadt@
* Add a const char* as first member of struct adb_attach_args, so that we canmiod2011-06-151-1/+3
| | | | | | pass a struct confargs * on macppc for some specific children of the adb node, and not confuse real adb device attachments. ok mpi@
* Oops, put the default case outside the ADBVERBOSE block in adbprint().miod2006-02-091-2/+2
|
* Factorize akbd and ams drivers between mac68k and macppc; while there, startmiod2006-01-181-0/+108
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.