summaryrefslogtreecommitdiff
path: root/sys/dev/hpc
AgeCommit message (Expand)Author
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-10-22Don't use NULL when an integer is needed.agc
2003-08-23French keydesc for Jornada 680/690. Written based on photos anduwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-02Do not ##-concatenate identifiers with parens.uwe
2003-07-14add missing __RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *ichiro
2003-05-18Oops, correct platids for 680/690 with European English (ABB)uwe
2003-04-26Keymaps for US and German keyboards for Jornada 680/690.uwe
2003-01-03Added new ioctl command, WSMOUSEIO_GETID to tell touch panel identifiertakemura
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-28Sync US map with reality. Rename what used to called "us" map touwe
2002-12-28jornada6x0_us_keytrans: Map "del" key to 211 ("Del") not 14 ("<=").uwe
2002-12-15Changed SCALE value from (1024*1024) to (1024*256) to support large (1024<)takemura
2002-12-10turn off light of LCD, when I closed coverhamajima
2002-11-28add Sigmarion2. it is same keymap of Sigmarion.hamajima
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-02G/c static pow() function that was used to calculate (2^x) only; replacedreinoud
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-09-01BUGFIX: WSDISPLAYIO_SVIDEO and WSDISPLAYIO_GVIDEO don't work.takemura
2002-07-04alloc_attr -> allocattrjunyoung
2002-05-11Correct AltGr keycode for 680/US layout.uwe
2002-05-10Use symbolic WSCOL_* colour names instead of magic numbers.uwe
2002-05-10Comment change only: remove XXX.uwe
2002-05-02add Jornada680/690 US-keymap. patch by uwe.uch
2002-04-14Added '#if defined(_KERNEL)' surrounging KERNEL_RCSID macro. Hpccmap istakemura
2002-04-13Fixed dev/hpc/hpcfb.c to set RI_BSWAP flag in 8bpp for rasops8.ctakemura
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-06remove ite8181video's bivideo dependency.uch
2002-02-09delete '#if 0' codes.sato
2002-01-27Do nothing if there is no screen.takemura
2002-01-13Added new config hook type PCIINTR (handling PCI interrupt).takemura
2002-01-13Number of elements in button_config is smaller than CONFIG_HOOK_MAX_ID.takemura
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2002-01-02when bootinfo has no framebuffer information, don't attach bicons.uch
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-13add RCSIDlukem
2001-10-08fix PERSONA keymap. patch by KIYOHARA Takashiuch
2001-09-15remove unused font_clB8x8_data[].uch
2001-09-14HITACHI PERSONA keymap. patch by KIYOHARA Takashi.uch
2001-08-15fix hf_order_flags.uch
2001-08-02Check if sc->sc_dc is NULL, so that non-console hpcfb can attach withouttoshii