summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev/adbvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the device table inside the softc.mpi2013-08-101-1/+13
|
* Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDmpi2013-03-091-6/+1
| | | | | | via Daniel Dickman. ok deraadt@
* Factorize akbd and ams drivers between mac68k and macppc; while there, startmiod2006-01-181-51/+3
| | | | | | | 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.
* Remove orphaned adb/pmu stuff; ok hshoexer@ kettenis@miod2005-12-221-2/+1
|
* Clean up RTC code.kettenis2005-10-211-3/+3
| | | | ok drahn@
* - merge adb_direct.h bits into adbvar.hmartin2005-10-151-1/+7
| | | | | | | | - rename ADB_HW_PB to ADB_HW_PMU from NetBSD ok brad@; additonal testing krw@
* Vacuum cleaning of the adb code, step 1: random KNF, remove mac68kmiod2002-06-071-46/+4
| | | | leftovers, unused variables and functions, fix some comments, etc.
* First round of __P removal in sysmillert2002-03-141-29/+29
|
* apm support for macppc. This is not fully implemented, sleep modesdrahn2001-10-031-1/+3
| | | | | | and power event are not handled, however it is enough support to poll the battery/AC/charging states of the system. Code by Alexander Guy.
* The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2001-09-011-0/+132
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/mac to macppc/dev