summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/adb_direct.c
AgeCommit message (Expand)Author
2003-10-27Stop false uninitialized variable warning.dyoung
2003-10-26Remove optimization hack.mycroft
2003-07-15__KERNEL_RCSID()lukem
2002-05-05Add a null asm statement in adb_read_date_time()tsutsui
2002-05-05Backout previous. It is not timing problem, but gcc optimization bug.tsutsui
2002-04-29Add a delay() in adb_read_date_time() so that my Apus2000 can gettsutsui
2002-02-23In adb_soft_intr, remove the packet from the queue before calling thedbj
2002-01-02add some error checks in adb_reinit, enabled with ADB_DEBUG and adb_debugdbj
2001-08-03Remove (#if 0'ed) m68k asm codes.tsubai
2001-06-19Add/change prototypes so that macpcc builds with -Wstrict-prototypes.simonb
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2001-04-01Adjust timing for pmu99. Internal keyboard of recent PowerBookstsubai
2000-12-19Sync with mac68k.tsubai
2000-06-08Sync with mac68k.tsubai
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-01-27Make this work on the G4 too.tsubai
1999-07-11Enable soft poweroff on PowerBook.tsubai
1999-06-22Use RTC on PB.tsubai
1999-01-12Always use polling when poweroff/restart.tsubai
1998-11-24Add more delay in adb_reinit().tsubai
1998-11-15RTC support for pmu (read only).tsubai
1998-11-05Sync to mac68k.tsubai
1998-11-04Move conversion of PRAM-time to UNIX-time to clock.c (like mac68k).tsubai
1998-10-20Add via-pmu support (only PowerBook 2400c/180 is tested).tsubai
1998-10-13Split ADB driver to aed (ADB event device), akbd (ADB keyboard),tsubai
1998-06-26Powerdown support.tsubai
1998-05-15Initial import of macppc port.tsubai