summaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw/vga
AgeCommit message (Expand)Author
2025-07-22vt: refer to correct man section.Matteo Riondato
2024-07-11vt: Add vd_bitblt_argbEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-05-06vt: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-03-17vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualizedRoger Pau Monné
2022-03-02vt_vga: fix colour in pixel blocks with more than 4 coloursEd Maste
2022-03-02vt_vga: Correct "plane" spellingEd Maste
2021-09-23vt: bound buffer access in redraw optimizationEd Maste
2018-08-25Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival
2018-08-07Replace a pair of 8-bit writes to VGA memory with a single 16-bit write.Colin Percival
2018-06-25Fix compilation.Konstantin Belousov
2018-06-25Provide a helper function acpi_get_fadt_bootflags() to fetch the FADTKonstantin Belousov
2018-06-25Always initialize the ignore local variable.Konstantin Belousov
2018-06-25vt: add option to ignore NO_VGA flag in ACPIRoger Pau Monné
2018-05-18vt: add more cp437 mappings for vga textmodeEd Maste
2018-05-10vt(4): Use default VGA paletteJean-Sébastien Pédron
2018-04-12vt: add three more cp437 mappings for vga textmodeEd Maste
2018-03-13vt_vga: check if VGA is available from ACPI FADT tableRoger Pau Monné
2017-06-14Use nitems(..) when computing `max` instead of the longhand version ofEnji Cooper
2016-04-30sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-03-28vt: Use textmode when we're running on hypervisorsSepherosa Ziehau
2015-08-13Fix text mode operation.Marcel Moolenaar
2015-08-12Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar
2015-04-29vt_vga: add a timeout while waiting for vertical retraceRoger Pau Monné
2015-03-01vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron
2015-02-05vtvga: improve the device description.Rui Paulo
2014-12-30vt_vga: fix an off-by-one errorRoger Pau Monné
2014-12-22vt: register the memory regions used by the vt driversRoger Pau Monné
2014-09-05vt_vga: vd_setpixel_t and vd_drawrect_t are noop in text modeJean-Sébastien Pédron
2014-08-25vt_vga: Use Write Mode 0 to draw group of 8 pixels using 3 or more colorsJean-Sébastien Pédron
2014-08-25vt(4): Store a rectangle for the drawable area, not just the top-left cornerJean-Sébastien Pédron
2014-08-24vt_vga: Fix the display of the splash screenJean-Sébastien Pédron
2014-08-23vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron
2014-08-23vt(4): Fix cursor handling in vt_flush()Jean-Sébastien Pédron
2014-08-23vt_vga: Give only the character part of term_char_t to vga_get_cp437()Jean-Sébastien Pédron
2014-08-22vt_vga: Remove a "FIXME" comment; the issue was solved in r270338Jean-Sébastien Pédron
2014-08-22vt(4): The offset to center the text area is per-window nowJean-Sébastien Pédron
2014-08-22vt(4): Give the window to vd_bitblt_text_t callbackJean-Sébastien Pédron
2014-08-22vt(4): Store cursor bitmap & colors in struct vt_deviceJean-Sébastien Pédron
2014-08-22vt_vga: Clip the draw area to never draw offscreenJean-Sébastien Pédron
2014-08-22vt(4): Add new vd_bitblt_text_t callback, and implement it for vt_vgaJean-Sébastien Pédron
2014-08-21vt_vga: When clearing video memory, don't read from itJean-Sébastien Pédron
2014-08-07Retire vd_maskbitbltchr. The same functionality can be obtained by testingNathan Whitehorn
2014-08-03Fix vt_vga driver to draw not-8-bit-aligned fonts correctly.Aleksandr Rybalko
2014-07-07Remove ia64.Marcel Moolenaar
2014-06-18Rename vt(4) vga module to dismiss interference with syscons(4) vga module.Aleksandr Rybalko
2014-06-10Correct unicode map for VGA ROM character 0x0eEd Maste