summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/cfxga.c
AgeCommit message (Expand)Author
2007-09-11KNFGilles Chehade
2007-09-09more M_ZERO conversions; ok krw@.Federico G. Schwindt
2006-11-29Change the getchar wsdisplay_accessops function to not return aMiod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-28Reorder cfxga initialization sequence for clarity, and minor tweaks; noMiod Vallat
2006-11-27Support for different video modes (by playing with wsconfcfg).Miod Vallat
2006-11-27Do not use a complete bitmap as a backing store for multiple screens, butMiod Vallat
2006-11-27Separate solid fill operations from regular raster ops; this also bringsMiod Vallat
2006-11-27Do not perform frame buffer actions on non-active screens.Miod Vallat
2006-11-27Store the wsscreen_descr structure in the softc.Miod Vallat
2006-11-27Always update cfxga_scr emulops field when creating a new screen, in caseMiod Vallat
2006-11-26Rewrite the blitter functions, providing an accelerated putchar in theMiod Vallat
2006-11-26Start reworking the raster ops code, and be smarter when monitoring the FIFOMiod Vallat
2006-11-26Much better register description and values. No functional change yet - butMiod Vallat
2006-04-16Preliminary driver for the Colorgraphic VoyagerVGA pcmcia frame buffer;Miod Vallat