summaryrefslogtreecommitdiff
path: root/sys/arch/hpcarm/dev
AgeCommit message (Expand)Author
2006-07-09Nit: The silicon revision level is in bits 7:4, so we must right shiftpeter
2006-06-27Hide the bit invertion/shifting of values received from and send to the MCUpeter
2006-06-27Invert the brightness/contrast values so that higher values willpeter
2006-06-27"AUTHOR" is really meant here, not "REGENTS".peter
2006-06-27Minor KNF, correct some comments.peter
2006-06-12Don't pass the size of struct device to CFATTACH_DECL because it's obviouslypeter
2006-05-26Clean up bogus whitespaceblymn
2006-04-11Add missing disclaimer.peter
2006-03-25The sa11x0 include files live in arm/sa11x0 these days.peter
2006-03-25The sa11x0 include files live in arm/sa11x0 these days.peter
2006-03-04Cleanup:peter
2006-03-04Only compile in debug strings when SED_DEBUG is defined.peter
2006-03-04s/u_intN_t/uintN_t/peter
2006-03-04Split the Jornada 7xx drivers for the touch-panel, keyboard, lcd controlpeter
2006-03-04Match all Jornada 7xx models.peter
2006-03-04Use ANSI functions decls. KNF.peter
2006-03-04Match all Jornada 7xx models.peter
2005-12-16PR/32312: Arnaud Degroote: apm on hpcarm ( NetBSD-current ) doesn"t compilechristos
2005-12-11merge ktrace-lwp.christos
2005-11-10Add an obviously missing break in a switch statement.peter
2005-10-23Add a dummy WSKBDIO_GETLEDS, to make "wsconsctl -ka" work.peter
2005-10-23Remove the DEBUG define, this should be set in the config file.peter
2005-10-23- Use ANSI function decls.peter
2005-10-23- Use ANSI function decls.peter
2005-08-26s/locdesc_t/int/gdrochner
2005-06-30adaptions to config_search() change, and minor autoconf fixes, mostly from Ha...drochner
2005-06-28convert remaining autoconf bus "submatch" functions to use the newdrochner
2005-06-02Use __UNCONST to pass default calibration data to tpcalib_ioctl().uwe
2004-12-12Fix comments regarding configration bounariesabs
2004-05-28Refactor tpcalib and hpc* ports to make tpcalib MI, as discussed on tech-kern.tsarna
2004-03-13Remove needless includes of <dev/pckbc/wskbdmap_mfii.h>.bjh21
2003-12-19fixes for Brazilian keyboard from Rafael Diniz <rafael2k@terra.com.br>manu
2003-12-15Brazilian keymap, submitted by Rafael Dinizmanu
2003-10-27Add a default: to a case statement.mycroft
2003-10-27In j720ssp_kthread(), move the tsleep() to the end of the loop.mycroft
2003-09-15US keydesc corrections from Bryan Vyhmeister (bsd at hub3 dot net).uwe
2003-08-08split StrongArm companion chip (sacc) driver so that we can supportbsh
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-03Added new ioctl command, WSMOUSEIO_GETID to tell touch panel identifiertakemura
2002-11-07Removed debug messagesmanu
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-07g/c empty apmpoll(), use nopoll() insteadjdolecek
2002-10-05add missing protos.chs
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-29avoid warning when NAPM==0bsh
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej