summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/dev
AgeCommit message (Expand)Author
2014-05-08Format string fixes and removal of -Wno-format for arm kernels.Miod Vallat
2014-04-03More uvm_extern.h cleanup.Martin Pieuchot
2014-03-31Change the order of operations during a suspend/resume cycle andMartin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-10-24add rcsidsaalm
2013-08-30Lock the audio mutex before invoking the audio(4) call-back, fixesAlexandre Ratchov
2013-06-28Uninitialized variable; Maxime VillardMiod Vallat
2013-06-01unbreak tree (will take a shot at flash_activate later)Theo de Raadt
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-03-01zaudio is play only, so return ENXIO on any attempt to open the deviceAlexandre Ratchov
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.Alexandr Shadchin
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-03-03Prevent division-by-zero when scaling down to the screen resolution. MakeMark Kettenis
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-30Hurray! Zaurus apm can now call the activate functions intead of powerhooks.Theo de Raadt
2010-08-30Convert all powerhooks to activate functions, and provide powerhook stubs.Theo de Raadt
2010-08-29put the bufq_restart() in the right place, so that a 2nd resume works.Theo de Raadt
2010-08-27More killing of PWR_STANDBY. cvs skipped these filesTheo de Raadt
2010-07-20also use bufq_quiesce() when suspending, and bufq_restart() when resuming,Theo de Raadt
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-06-07Break pxaudc into xscale and MD pieces so that palm and zaurus can correctlyDale Rahn
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-03-30Prevent the apmd/x races for good.Owain Ainsworth
2009-09-03pxa2x0_mmc.c: allow passing detect GPIO from platformMarek Vasut
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-11-25rename zaurus_reg.h to machine_reg and rename some of the internal fieldsDale Rahn
2008-05-19Change all remaining MD uses of MALLOC and FREE into proper malloc() andMiod Vallat
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-18use arc4random_uniform() for random number requests that are not aDamien Miller
2007-12-27use TAILQ_FOREACH when possible instead of manuallyThordur I. Bjornsson
2007-11-05audio encoding conversion cleanupJacob Meuser
2007-10-06Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.Kenneth R Westerback
2007-10-03MALLOC+bzero -> malloc+M_ZERO.Kenneth R Westerback
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-05-29Make use of struct wsmouse_calibcoords and add ioctl supportRobert Nagy
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-03-29Add power hook to scoop(4), replacing the Zaurus-specific scoop_* calls inUwe Stuehler
2007-03-27only actually change the drive LED state if there was a real state change;Theo de Raadt
2007-03-26software-driven drive light code, using a timeout. uwe wrote some codeTheo de Raadt