summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/pm_direct.c
AgeCommit message (Expand)Author
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2013-10-25Remove unused variablesmartin
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-28PR/31942: Hauke Fath: -current DEBUG kernel build fails because of gcc whiningchristos
2005-06-16Shadowing and const fixes.jmc
2005-01-15de-__P, remove register, ansify, b* -> mem*.chs
2003-07-15__KERNEL_RCSID()lukem
2002-11-03Support internal ADB keyboard of PowerBook 190,190cs.shiba
2002-05-30Don't use multi-line string literals.thorpej
2002-03-05Fix up a bug which PB150 shuts down when one boots up in progress.shiba
2001-11-20prepare for ELF:chs
2001-09-16Grammar improvements in comments.wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2000-09-27The Duo ADB controller doesn't notify us that it needs to be polledscottr
2000-07-03Stabilize ADB support for some non-Apple ADB peripherals. This is thescottr
2000-04-05Correct a pasto in pm_pmgrop_pm1(); while there were no negative sidescottr
2000-04-05Correct a few instances where we returned from a function thatscottr
2000-03-19Add and use macros to build ADB FLUSH, LISTEN, and TALK commands.scottr
1999-11-07ite_polling -> adb_pollingscottr
1999-06-28Unfortunately, several changes that are intermingled:briggs
1999-03-05Add the PowerBook 170 to what appears to be the correctscottr
1998-10-23New ADB "bus" interface:ender
1998-08-12New framework for handling processor interrupts, derived in part fromscottr
1998-03-29Better integration of Power Manager IC ADB driver into the direct ADB driver ...scottr
1998-02-23Mostly KNF. There's still a bunch of ugly comments and some problemsscottr
1998-02-21Unify ADB options and place them all into opt_adb.h. Provide a knob toscottr
1997-08-11Make #include directives consistent. All MD headers are of the form:scottr
1997-04-08Power Manager interface/driver, written by Takashi Hamada.scottr