summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/hw/efifb/efifb.c
Commit message (Expand)AuthorAgeFilesLines
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toskra2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* Improve support for Macs that have a stride not equal to themarcel2015-08-151-20/+6
* Better support memory mapped console devices, such as VGA and EFImarcel2015-08-121-27/+2
* - Nuke dupe $FreeBSD$.marius2015-07-271-3/+0
* Partially revert "vt: register the memory regions used by the vt drivers"royger2014-12-301-53/+0
* vt: register the memory regions used by the vt driversroyger2014-12-221-0/+53
* vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivativedumbbell2014-09-161-0/+2
* vt(4): Add vd_bitblt_bmp_t callbackdumbbell2014-08-231-0/+1
* vt_fb: Implement vd_bitblt_text_t for vt_fb and derivativesdumbbell2014-08-231-1/+1
* vt(4): Colors are indexed against a console palette, not a VGA palettedumbbell2014-08-101-1/+1
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingnwhitehorn2014-08-071-1/+0
* Retire various intertwined bits of fbd(4) and vt_fb, in particular thenwhitehorn2014-08-061-4/+0
* Allow efifb to be used with xf86-video-scfb. This is important for EFInwhitehorn2014-07-161-7/+3
* On my Lenovo laptop, the firmware maps the EFI framebuffer with MTRRs setnwhitehorn2014-07-141-3/+25
* Switch fb and efifb drivers to use names and new vt(4) driver probe method.ray2014-05-051-15/+38
* Update EFI framebuffer handoff from loaderemaste2014-03-271-3/+2
* Use the existence of module metadata to indicate framebuffer presenceemaste2014-03-141-1/+1
* Add efifb driver. Driver uses the data passed by UEFI compatible loader/BIOS andray2014-03-051-0/+143
OpenPOWER on IntegriCloud