aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw/vga
Commit message (Expand)AuthorAgeFilesLines
* vt: refer to correct man section.Matteo Riondato12 days1-1/+1
* vt: Add vd_bitblt_argbEmmanuel Vadot2024-07-111-0/+12
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* vt: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualizedRoger Pau Monné2022-03-171-1/+5
* vt_vga: fix colour in pixel blocks with more than 4 coloursEd Maste2022-03-031-1/+2
* vt_vga: Correct "plane" spellingEd Maste2022-03-021-19/+19
* vt: bound buffer access in redraw optimizationEd Maste2021-09-231-0/+6
* Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival2018-08-251-0/+37
* Replace a pair of 8-bit writes to VGA memory with a single 16-bit write.Colin Percival2018-08-071-4/+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
* vt: add more cp437 mappings for vga textmodeEd Maste2018-05-181-2/+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
* Use nitems(..) when computing `max` instead of the longhand version ofEnji Cooper2017-06-141-1/+1
* 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
* vt: Use textmode when we're running on hypervisorsSepherosa Ziehau2016-03-281-1/+7
* Fix text mode operation.Marcel Moolenaar2015-08-132-4/+8
* Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar2015-08-121-9/+5
* vt_vga: add a timeout while waiting for vertical retraceRoger Pau Monné2015-04-291-3/+13
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron2015-03-011-0/+4
* vtvga: improve the device description.Rui Paulo2015-02-051-1/+2
* vt_vga: fix an off-by-one errorRoger Pau Monné2014-12-301-1/+1
* vt: register the memory regions used by the vt driversRoger Pau Monné2014-12-221-0/+55
* vt_vga: vd_setpixel_t and vd_drawrect_t are noop in text modeJean-Sébastien Pédron2014-09-051-0/+6
* 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-251-25/+28
* 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-231-0/+48
* 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
* vt(4): Add new vd_bitblt_text_t callback, and implement it for vt_vgaJean-Sébastien Pédron2014-08-221-144/+591
* vt_vga: When clearing video memory, don't read from itJean-Sébastien Pédron2014-08-211-1/+0
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingNathan Whitehorn2014-08-071-2/+0
* Fix vt_vga driver to draw not-8-bit-aligned fonts correctly.Aleksandr Rybalko2014-08-031-66/+61
* Remove ia64.Marcel Moolenaar2014-07-071-5/+0
* Rename vt(4) vga module to dismiss interference with syscons(4) vga module.Aleksandr Rybalko2014-06-182-1/+1
* Correct unicode map for VGA ROM character 0x0eEd Maste2014-06-101-1/+2