aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw
Commit message (Expand)AuthorAgeFilesLines
...
* vt(4): Use default VGA paletteJean-Sébastien Pédron2018-05-101-11/+16
* vt: add three more cp437 mappings for vga textmodeEd Maste2018-04-121-1/+3
* vt_vga: check if VGA is available from ACPI FADT tableRoger Pau Monné2018-03-131-1/+35
* Move the powerpc64 direct map base address from zero to high memory. ThisNathan Whitehorn2018-03-071-1/+1
* Check more aggressively for whether the desired properties actually exist.Nathan Whitehorn2017-12-301-2/+7
* Allow custom overrides of mmap attribute for VT framebufferJustin Hibbits2017-12-061-1/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* Use nitems(..) when computing `max` instead of the longhand version ofEnji Cooper2017-06-141-1/+1
* Increase vt(4) framebuffer maximum sizeConrad Meyer2016-07-191-2/+2
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-5/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* vt: Use textmode when we're running on hypervisorsSepherosa Ziehau2016-03-281-1/+7
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-161-1/+2
* Make graphical consoles work under PowerKVM. Without using hypercalls, it isNathan Whitehorn2016-01-091-2/+23
* Support frame buffers that are larger than the default screenMarcel Moolenaar2015-08-181-2/+8
* Improve support for Macs that have a stride not equal to theMarcel Moolenaar2015-08-151-20/+6
* Fix text mode operation.Marcel Moolenaar2015-08-132-4/+8
* Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar2015-08-122-36/+7
* - Nuke dupe $FreeBSD$.Marius Strobl2015-07-273-13/+5
* vt: fix vt_fb_bitblt_bitmap mask corruptionEd Maste2015-04-291-31/+23
* vt_vga: add a timeout while waiting for vertical retraceRoger Pau Monné2015-04-291-3/+13
* Let unchangeable 8-bit frame buffers have vaguely correct colors.Nathan Whitehorn2015-03-101-2/+20
* Add support for USB display link adapters to the FB and VT drivers.Hans Petter Selasky2015-03-071-5/+12
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron2015-03-013-0/+24
* vtvga: improve the device description.Rui Paulo2015-02-051-1/+2
* vt(4): Use power_{suspend,resume} event handlers to implementAndriy Gapon2015-01-272-6/+8
* Make PS3 work with the userspace kboot loader. loader.ps3 will disappearNathan Whitehorn2015-01-051-0/+9
* vt_vga: fix an off-by-one errorRoger Pau Monné2014-12-301-1/+1
* Partially revert "vt: register the memory regions used by the vt drivers"Roger Pau Monné2014-12-301-53/+0
* vt: register the memory regions used by the vt driversRoger Pau Monné2014-12-222-0/+108
* vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivativeJean-Sébastien Pédron2014-09-164-5/+8
* Remove stray whitespaces.Aleksandr Rybalko2014-09-121-1/+1
* vt_vga: vd_setpixel_t and vd_drawrect_t are noop in text modeJean-Sébastien Pédron2014-09-051-0/+6
* vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfbJean-Sébastien Pédron2014-08-272-33/+30
* vt_vga: Use Write Mode 0 to draw group of 8 pixels using 3 or more colorsJean-Sébastien Pédron2014-08-251-47/+119
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerJean-Sébastien Pédron2014-08-253-37/+44
* vt_vga: Fix the display of the splash screenJean-Sébastien Pédron2014-08-241-6/+7
* vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron2014-08-236-1/+55
* ofwfb: Implement vd_bitblt_text_tJean-Sébastien Pédron2014-08-231-9/+64
* vt_fb: Implement vd_bitblt_text_t for vt_fb and derivativesJean-Sébastien Pédron2014-08-234-25/+78
* vt(4): Fix cursor handling in vt_flush()Jean-Sébastien Pédron2014-08-231-22/+25
* vt_vga: Give only the character part of term_char_t to vga_get_cp437()Jean-Sébastien Pédron2014-08-231-1/+1
* vt_vga: Remove a "FIXME" comment; the issue was solved in r270338Jean-Sébastien Pédron2014-08-221-10/+1
* vt(4): The offset to center the text area is per-window nowJean-Sébastien Pédron2014-08-221-13/+13
* vt(4): Give the window to vd_bitblt_text_t callbackJean-Sébastien Pédron2014-08-221-12/+22
* vt(4): Store cursor bitmap & colors in struct vt_deviceJean-Sébastien Pédron2014-08-221-43/+15
* vt_vga: Clip the draw area to never draw offscreenJean-Sébastien Pédron2014-08-221-0/+13