aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* vt(4): Colors are indexed against a console palette, not a VGA paletteJean-Sébastien Pédron2014-08-104-19/+19
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingNathan Whitehorn2014-08-075-70/+0
* Set fb_pbase properly on PowerPC in the case where we have to guess atNathan Whitehorn2014-08-061-5/+3
* Retire various intertwined bits of fbd(4) and vt_fb, in particular theNathan Whitehorn2014-08-065-32/+62
* Fix vt_vga driver to draw not-8-bit-aligned fonts correctly.Aleksandr Rybalko2014-08-031-65/+60
* Don't assume that the framebuffer driver is using vt_fb_blank() when blankingNathan Whitehorn2014-08-021-1/+1
* Make mmap() of the console device when using ofwfb work like other supportedNathan Whitehorn2014-07-291-78/+49
* Fix embarassing typos I made.Nathan Whitehorn2014-07-171-5/+5
* Allow efifb to be used with xf86-video-scfb. This is important for EFINathan Whitehorn2014-07-161-7/+3
* Allow console drivers active from early boot to be used with xf86-video-scfb,Nathan Whitehorn2014-07-162-30/+64
* On my Lenovo laptop, the firmware maps the EFI framebuffer with MTRRs setNathan Whitehorn2014-07-141-3/+25
* Remove ia64.Marcel Moolenaar2014-07-071-5/+0
* Use common vt_fb parts in ofwfb as far as we are able without sacrificingNathan Whitehorn2014-07-071-73/+52
* 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
* Remove driver as unused.Aleksandr Rybalko2014-05-291-141/+0
* Port over mmap routine from syscons. This lets X11 work on PowerPC with vt.Nathan Whitehorn2014-05-111-12/+51
* Make ofwfb not be painfully slow. This reduces the time for a verbose bootNathan Whitehorn2014-05-111-25/+63
* Make ofwfb actually work again. Apparently the API it was written againstNathan Whitehorn2014-05-111-4/+33
* No need to assign fields required and checked on probe.Aleksandr Rybalko2014-05-081-7/+0
* Switch vga drivers to use names and new vt(4) driver probe method.Aleksandr Rybalko2014-05-051-4/+18
* Revert r264997 and r265026. It is not required anymore.Aleksandr Rybalko2014-05-051-15/+0
* Add vt(4) driver name for ofwfb driver.Aleksandr Rybalko2014-05-051-0/+1
* Switch fb and efifb drivers to use names and new vt(4) driver probe method.Aleksandr Rybalko2014-05-054-37/+157