summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/hpcfb.c
AgeCommit message (Expand)Author
2003-01-01Use aprint_normal() in cfprint routines.thorpej
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-25Don't include <sys/map.h>.thorpej
2002-09-01BUGFIX: WSDISPLAYIO_SVIDEO and WSDISPLAYIO_GVIDEO don't work.takemura
2002-07-04alloc_attr -> allocattrjunyoung
2002-05-10Use symbolic WSCOL_* colour names instead of magic numbers.uwe
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-01-27Do nothing if there is no screen.takemura
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
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