aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw
Commit message (Expand)AuthorAgeFilesLines
...
* No EFI on i386. This unbreaks the i386 VT kernel build.Nathan Whitehorn2014-04-271-1/+1
* Disable vga if EFI framebuffer present. vt(9) should handle this internallyNathan Whitehorn2014-04-271-0/+15
* Need to include machine/fdt.h.Rui Paulo2014-04-051-0/+1
* o Add new vd_driver method to do bitblt with mask, named vd_maskbitbltchr.Aleksandr Rybalko2014-03-281-0/+30
* Update EFI framebuffer handoff from loaderEd Maste2014-03-271-3/+2
* Use the existence of module metadata to indicate framebuffer presenceEd Maste2014-03-141-1/+1
* Add efifb driver. Driver uses the data passed by UEFI compatible loader/BIOS andAleksandr Rybalko2014-03-051-0/+143
* Implement vd_drawrect and vd_setpixel for vt(9)'s VGA driver.Aleksandr Rybalko2014-02-071-0/+29
* Add two new vt(9) driver methods: vd_drawrect and vd_setpixel.Aleksandr Rybalko2014-02-061-0/+55
* Micro-optimize 8-bit blanking. This is the same as in ofw_syscons.Justin Hibbits2014-01-291-5/+7
* Style(9) fix.Aleksandr Rybalko2014-01-201-2/+3
* Update xboxfb driver to actual state.Aleksandr Rybalko2014-01-151-117/+46
* Restore VGA mode on vt switch. It fix VESA mode left by Xorg on exit.Aleksandr Rybalko2014-01-081-0/+12
* Fix build of vt_xboxfb.Robert Millan2014-01-081-1/+1
* o Add virtual terminal mmap request handler.Aleksandr Rybalko2013-12-231-0/+33
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-057-0/+1955