aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw
Commit message (Expand)AuthorAgeFilesLines
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-301-0/+153
* efifb: vt_generate_cons_palette() takes max color, not maskToomas Soome2020-11-061-3/+8
* vm_ooffset_t is now unsignedEric van Gyzen2020-09-181-1/+1
* vt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* vt: avoid overrun when stride is not a multiple of bytes per pixelEd Maste2020-04-041-3/+3
* Fix a stray 'e'from my last commit.Warner Losh2020-02-031-1/+1
* Remove sparc64 kernel supportWarner Losh2020-02-032-23/+1
* Enable use of ofwcons for early debugLeandro Lupori2019-12-091-0/+6
* vt: use proper return value check with TUNABLE_INT_FETCHToomas Soome2019-09-261-2/+1
* vt: use colors from terminal emulatorToomas Soome2019-09-251-2/+11
* vt efifb: add suspend/resume callsEd Maste2019-05-211-0/+2
* Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival2018-08-255-0/+75
* Replace a pair of 8-bit writes to VGA memory with a single 16-bit write.Colin Percival2018-08-071-4/+4
* vt/ofwfb: Fix brain-o from r336514, use the correct form of /chosen/stdout-pathJustin Hibbits2018-07-201-9/+15
* vt/ofwfb: Check that /chosen/stdout is valid before using it in initializationJustin Hibbits2018-07-201-2/+4
* ofwfb: Check for /chosen/stdout-path in addition to /chosen/stdoutJustin Hibbits2018-07-191-0/+4
* Fix compilation.Konstantin Belousov2018-06-251-1/+2
* Provide a helper function acpi_get_fadt_bootflags() to fetch the FADTKonstantin Belousov2018-06-251-27/+8
* Always initialize the ignore local variable.Konstantin Belousov2018-06-251-0/+1
* vt: add option to ignore NO_VGA flag in ACPIRoger Pau Monné2018-06-251-0/+6
* If linebytes property is missing from the graphics device, assume noNathan Whitehorn2018-05-301-3/+4
* Avoid writing to the frame buffer in early boot on PowerPC if the CPU'sNathan Whitehorn2018-05-191-5/+13
* vt: add more cp437 mappings for vga textmodeEd Maste2018-05-181-2/+3
* Clean up vt source whitespace issuesEd Maste2018-05-162-3/+3
* 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