/sys/miscfs/genfs/

a>
path: root/sys/arch/hpcarm/dev/sed_saip.c
AgeCommit message (Expand)Author
2022-05-28fix various typos, mainly in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2012-10-27split device_t/softc for all remaining drivers.chs
2011-07-19Change <machine/bus.h> to <sys/bus.h> throughout.dyoung
2009-05-29Make the following changes:rjs
2008-06-12device_private_lookup()-ification so that hpcarm (at jeast Jornada 72x)rafal
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-06-27"AUTHOR" is really meant here, not "REGENTS".peter
2006-05-26Clean up bogus whitespaceblymn
2006-03-04Cleanup:peter
2006-03-04Only compile in debug strings when SED_DEBUG is defined.peter
2006-03-04Split the Jornada 7xx drivers for the touch-panel, keyboard, lcd controlpeter
2005-12-11merge ktrace-lwp.christos
2004-12-12Fix comments regarding configration bounariesabs
2003-07-15__KERNEL_RCSID()lukem
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-12-28Allow jornada720 LCD and keyboard to be used as a boot console.toshii
2001-07-22You must set 'HPCFB_SWAP_*' if bytes are stored in reverse order, i.e.takemura
2001-07-16"infomation" -> "information"hpeyerl
2001-07-07bzero->memset, bcopy->memcpyichiro
2001-06-29Fix autoconf related botch: do printf("\n") in attach funcs rather thantoshii
2001-06-23Move sed1356_softc definition to a header file. Setup a backlighttoshii
2001-06-22Don't include <machine/autoconf.h>, which should not be necessary.toshii
2001-06-16Don't set HPCFB_SWAP_BYTE (if little endian).toshii
2001-06-01Add support for jornada720's framebuffer.toshii