summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/dev
AgeCommit message (Expand)Author
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
2007-03-18Support the PXA27x SD/SDIO/MMC controller on ZaurusUwe Stuehler
2007-03-18Add an interface to scoop(4) to control CF and SD card powerUwe Stuehler
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-11-25Initial NAND flash support for Zaurus, not enabled yet; prodded by many.Uwe Stuehler
2005-12-22last change by me was wrong; do not setperf 2x on wakeupTheo de Raadt
2005-12-21sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend.Theo de Raadt
2005-12-20remove old #if 0 chunks no longer needed for debugTheo de Raadt
2005-12-20at power events, call zkbd_hinge() to update the lcd state as well; ok drahnTheo de Raadt
2005-12-20upon wakeup, take us back to the speed we were at; ok drahnTheo de Raadt
2005-11-17Sharp CE-RH2 remote control driverUwe Stuehler
2005-11-11first key is scanned based on interrupt. but if a key is held downTheo de Raadt
2005-11-11make power button cause suspend after .25 seconds (was 3 seconds)Theo de Raadt
2005-10-31show the speed status in hw.cpuspeed; ok drahnTheo de Raadt
2005-10-31On suspend/resume save the current time to the RTC earlier and restore it laterDale Rahn
2005-08-18Make zaudio(4) work like a laptop, so that when you plug your headphonesRobert Nagy
2005-07-01Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.cUwe Stuehler
2005-05-27oops! printf -> DPRINTFUwe Stuehler
2005-05-27- raise the "critical" battery level a bit to suspend earlierUwe Stuehler
2005-05-26Reset the zaurus audio components after resume, so that subsequent opensChristopher Pascoe
2005-05-26No need to clock i2s during i2c operations, so don't. Relocate i2cChristopher Pascoe
2005-05-25Resample the hinge value on wakeup, prevent 'hung' keyboard on returnDale Rahn
2005-05-24serial console supportUwe Stuehler
2005-05-23Cleanup leading and trailing whitespace.Christopher Pascoe
2005-05-23Headphone output and volume control support.Christopher Pascoe
2005-05-10enter ddb thru alt-escape.Marc Espie
2005-05-09Added comments, and a new function to control the infrared LED.Uwe Stuehler
2005-04-24Do down-sampling of the high-resolution touch pad events in kernel,Uwe Stuehler
2005-04-21Move i2c open/close from callers into zaudio_standby. Fixes an error path.Christopher Pascoe
2005-04-21provide pgup, pgdown, home and end by using fn with the arrow keys.David Gwynne
2005-04-19newline after attach; ok deraadt@Damien Miller