summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/hpcfb.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDlukem
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-07-31Abort redrawing when screen switch was requested.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-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-05implement HPCFB_SWAP_BYTE.uch
2001-06-04ANSI KNF.uch
2001-05-08fix RCS Id.uch
2001-03-17* enable HPCFB_MULTI codes.sato
2001-02-22hpc common files are moved to dev/hpc.uch