summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/pm_direct.c
AgeCommit message (Expand)Author
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2007-11-07Convert macppc to shared ofw_autoconf.c. Compile tested only.garbled
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-06-07avoid shadowing time while it still existskardel
2005-12-11merge ktrace-lwp.christos
2005-06-07Constify char* arguments to pm_printerr. Fixes the build when ADB_DEBUGjmmv
2005-06-05Rearrange some of the ADB types and void * abuse to make -Wcast-qualnathanw
2005-04-27Correctly match battery types. Old function would end up matching abriggs
2005-02-01Strip old "pm1" code. All PPC PMUs are "pm2" style. Two benefits:briggs
2005-02-01Remove one level of interrupt redirection by switching on the ADBbriggs
2005-02-01Add a PMU initialization call at ADB init time. This probes the machinebriggs
2005-02-01Calculate and use seconds of power remaining for smart battery types.briggs
2005-01-07- If pm_pmgrop_pm2() fails, return after splx() -- there's no sense inbriggs
2003-07-15__KERNEL_RCSID()lukem
2002-06-18apm emulation, from openbsditojun
2002-06-18KNF (whitespace)itojun
2002-01-02if pm_adb_op times out waiting for an interrupt, attempt to takedbj
2001-09-16Grammar improvements in comments.wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-08-03Remove (#if 0'ed) m68k asm codes.tsubai
2001-07-22bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.wiz
2001-04-01Adjust timing for pmu99. Internal keyboard of recent PowerBookstsubai
2001-02-28Back out previous change. It was harmful on my PowerBook G3.tsubai
2001-02-27Enable a fix so that PowerBook(FireWire) keyboards work. Thismatt
2000-06-08Sync with mac68k.tsubai
1999-09-05Recognize PCMCIA eject button. (Tested on only PowerBook 2400.)tsubai
1999-07-12Add read/set LCD brightness and eject PCMCIA card function.tsubai
1999-07-11Enable soft poweroff on PowerBook.tsubai
1999-06-22NVRAM read/write functions.tsubai
1999-06-22Use RTC on PB.tsubai
1998-12-07Fix a typo.tsubai
1998-11-15RTC support for pmu (read only).tsubai
1998-10-20Oops, forgot to add them.tsubai