summaryrefslogtreecommitdiff
path: root/sys/dev/hpc
AgeCommit message (Expand)Author
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
2001-08-02add MC-R700 battery parameters.sato
2001-08-02turn pwctl_debug to 0sato
2001-07-31Abort redrawing when screen switch was requested.sato
2001-07-31change DPRINTF() to VPRINTF() in pwctl_hardpower().sato
2001-07-24add missing terminator of hpcbattery_parameters.sato
2001-07-22You must set 'HPCFB_SWAP_*' if bytes are stored in reverse order, i.e.takemura
2001-07-21 - delete sc->sc_screens[]takemura
2001-07-19add hpcmips battery parameter tables.sato
2001-07-19battery parameter structures for hpc systems.sato
2001-07-17"infomation" -> "information"toshii
2001-07-13disable framebuffer drawing while suspending.sato
2001-07-07bcopy -> memcpy, bzero -> memset.toshii
2001-06-22Don't include <machine/autoconf.h>, which should not be necessary.toshii
2001-06-13make this work.uch
2001-06-11not set HPCFB_SWAP_BYTEsato
2001-06-05implement HPCFB_SWAP_BYTE.uch
2001-06-05add vc_reverse flag to struct video_chip.uch
2001-06-05change behavior of cmap_work_alloc().uch
2001-06-04ANSI KNF.uch
2001-05-08fix locking problem of event queue access.uch
2001-05-08fix RCS Id.uch
2001-05-06Vrc4172 GPIO support. This device is currently configured on PenCentra 130.takemura
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-05-01Fix 'busname' to attach nodes correctly.takemura
2001-04-30Machine independent GPIO interface.takemura
2001-04-30Copy of sys/arch/hpcmips/vr/button_vrgiu.c.takemura
2001-04-30Copy of sys/arch/hpcmips/vr/pwctl_vrgiu.c.takemura
2001-04-18Add Mobile Pro 780 own keymap. This resolves the arrow key problem ontakemura
2001-04-12splimp -> splvm (it's questionable whether or not this is reallythorpej
2001-04-11Put back all header files defining ioctlsjdolecek
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-04-09fix KS_Cmd_Screen* in sigmarion_cmdmap[].sato
2001-04-05add MobilePro770 cmdmap.sato
2001-03-26o Change initialization for config_hook() base lcd control.sato