summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/dev
AgeCommit message (Expand)Author
2001-12-30BUGFIX: It allocated only 44 bytes for hpcapm while the device neededtakemura
2001-12-15To make dev/pcmcia work on platforms with 64-bit bus_addr_t andsoren
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-18Rewrite bus stuff with method table in the bus tags.takemura
2001-11-14Merge the thorpej-mips-cache branch onto the trunk. This is anthorpej
2001-09-16ANSIfy, KNF.uch
2001-09-15ANSIfy, KNF, change my copyright.uch
2001-09-05add more battery event.sato
2001-08-05use unsigned variable types as appropriatejdolecek
2001-07-22You must set 'HPCFB_SWAP_*' if bytes are stored in reverse order, i.e.takemura
2001-07-17"infomation" -> "information"toshii
2001-06-13(TX39) switch from TX local I/O manager to hpciouch
2001-06-11not set HPCFB_SWAP_BYTEsato
2001-06-11not set HPCFB_SWAP_BYTE.sato
2001-05-21fix WSDISPLAYIO_PUTCMAP bug.uch
2001-05-08set allocatable PCMCIA I/O space size.uch
2001-03-26o Change initialization for config_hook() base lcd control.sato
2001-03-25Add MQ200_USECRT option, which enables CRT output on MC/R530.takemura
2001-03-12* assume backlight is on if backlight value cannot get.sato
2001-03-11Fix definition of MQ200_GCR(n). This definition was quite bad!takemura
2001-03-09support WSDISPLAYIO_SVIDEO/WSDISPLAYIO_GVIDEO.sato
2001-02-27* add WSDISPLAYIO_PARAM_BACKLIGHT, WSDISPLAYIO_PARAM_CONTRAST,sato
2001-02-23I forgot to move Makefile.uch
2001-02-22hpc common files are moved to dev/hpc.uch
2001-02-15* show framebuffer address in boot time.sato
2001-02-09sync with bicons change.uch
2001-02-02Copyright year.sato
2001-01-28Switch to MI md_root.c.uch
2001-01-26* support more than 16 ids.sato
2001-01-24* fix typo.sato
2001-01-24* dopowerhooks(PWR_SOFTSUSPEND) in apm_suspend().sato
2001-01-24delete unneed debug message.sato
2001-01-24revert one of 1.34 change.sato
2001-01-24* support hpcfb_show_screens()'s cb and cbarg arguments. (HPCFB_MULTI)sato
2001-01-23add 4bpp support (sync with mq200 rev1.6 -> 1.7)sato
2001-01-21Use rasops with 4bit depth.takemura
2001-01-21Built-in console driver supports 4bpp frame buffer.takemura
2001-01-10dummy WSKBDIO_SETLEDS WSKBDIO_GETLEDS for wsconsctl(8)sato
2001-01-07Add some definitions.takemura
2001-01-05- print debug message for WSDISPLAYIO_GETPARAM/WSDISPLAYIO_SETPARAMsato
2001-01-05- fix WSDISPLAYIO_MODE_EMUL mode redrawing.sato
2001-01-04handle pointer type event message and scaler type event messagesato
2001-01-04Avoid null pointer dereference. dc_sc may be null on early stage.sato
2001-01-04Avoid null pointer dereference. dc_sc may be null on early stage.enami
2001-01-04Set HPCFB_DC_CURRENT bit in hpcfb_init() so that boot -d works.enami
2001-01-01re-disable experimental HPCFB_MULTI codes....sato
2000-12-30notify console polling mode or not to lower level video driver.sato
2000-12-29* implimant CONFIG_HOOK_PMEVENT_BATTERY&CONFIG_HOOK_PMEVENT_ACsato
2000-12-27fix typo.sato