summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/adb.c
AgeCommit message (Expand)Author
2011-06-16Removes unused variables.Martin Pieuchot
2011-06-16Removes the always-set-to-1 adbSoftPower variable.Martin Pieuchot
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofMartin Pieuchot
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
2011-05-14pm_* methods are always attached to a PMU, no need to check for hardware.Martin Pieuchot
2009-02-01Revert 1.28, rumoured to cause problems on some machines.Miod Vallat
2009-01-29Some of the latest macppc laptops with no adb subsystem at all, spontaneouslyMiod Vallat
2007-04-23rename drivers with numbers in them; ok gwk drahnTheo de Raadt
2007-04-22better interrupt names for vmstat -iz; ok miod gwkTheo de Raadt
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-03-13Drop the second and third arguments to adb_op_sync, for they are not used;Miod Vallat
2007-03-04Invoke adb_cuda_autopoll() and leave polling mode after all initializationMiod Vallat
2007-02-26Revert a portion of rev 1.21, via-cuda behaves exactly opposite of via-pmu,Gordon Willem Klok
2007-02-18Correct yo-yo shutdowns:Gordon Willem Klok
2007-02-12Add cuda_fileserver_mode() and pmu_fileserver_mode() that enable the wakeGordon Willem Klok
2006-03-07On via-pmu systems, check whether the firmware has found adb devices on theMiod Vallat
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-08Display unhandled adb devices as "whatever at adb0 addr X" like all buses do;Miod Vallat
2005-12-21Remove aed(4) on macppc, nothing uses its functionality since key repeat isMiod Vallat
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-16Add support for the I2C controller on via-pmu.Mark Kettenis
2005-10-21Clean up RTC code.Mark Kettenis
2005-10-15- merge adb_direct.h bits into adbvar.hMartin Reindl
2005-09-30pretty printTheo de Raadt
2005-06-06Homogeneize dmesg output.Miod Vallat
2003-10-16spacesTheo de Raadt
2003-10-16more ANSI/KNF.Dale Rahn
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-06-07Vacuum cleaning of the adb code, step 1: random KNF, remove mac68kMiod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale Rahn
2001-09-01correct files for the powerpc/mac/ -> macppc/dev which did not getDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn