| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused vesafb code, had been commented out and not compiled in for |  mlarkin | 2015-08-20 | 1 | -99/+1 |
* | Shuffle include file ordering in preparation for future changes in vgavar.h, |  miod | 2015-07-18 | 1 | -2/+2 |
* | Restore user-loaded vga fonts upon X11->VT switch and upon resume; from |  miod | 2015-03-29 | 1 | -1/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -3/+1 |
* | Repost video on all known Intel PowerVR devices not just GMA500, for |  jsg | 2014-12-06 | 1 | -3/+23 |
* | Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS. |  jsg | 2014-07-28 | 1 | -2/+3 |
* | The aperture needed test should be in vgafb as well as vga@pci. |  jsg | 2014-07-22 | 1 | -39/+1 |
* | Print a line in dmesg to indicate if the aperture driver is |  jsg | 2014-07-12 | 1 | -2/+43 |
* | Remove real mode VGA repost option. It was used by nobody, and even if it |  mlarkin | 2014-06-01 | 1 | -17/+7 |
* | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of |  mpi | 2014-03-28 | 1 | -3/+1 |
* | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, |  mpi | 2014-03-26 | 1 | -1/+2 |
* | The AGP ioctl interface is gone; remove the header file as well. |  kettenis | 2014-03-17 | 1 | -2/+1 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -5/+2 |
* | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. |  jsg | 2013-08-12 | 1 | -8/+2 |
* | Stop rePOSTing devices supported by inteldrm(4). The driver now properly |  kettenis | 2013-03-26 | 1 | -13/+1 |
* | Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instance |  kettenis | 2013-03-18 | 1 | -4/+5 |
* | Reorder code such that wsdisplay(4) attaches after drm(4). |  kettenis | 2013-03-04 | 1 | -3/+4 |
* | Revamp the sequences for suspend/hibernate -> resume so that the code |  deraadt | 2012-10-08 | 1 | -1/+4 |
* | Split out the bar functions required to attach drm(4) to share them |  mpi | 2012-08-22 | 1 | -140/+3 |
* | Spacing nit. |  oga | 2011-04-14 | 1 | -3/+3 |
* | For the time being repost Intel clarkdale IGD. |  oga | 2011-04-14 | 1 | -8/+9 |
* | Kill pmap_phys_address(), and force every driver's mmap() routine to return |  miod | 2010-12-26 | 1 | -2/+2 |
* | Add DVACT_QUIECE support. This is called before splhigh() and before |  deraadt | 2010-08-31 | 1 | -1/+4 |
* | fix broken english in commented out printf. |  miod | 2010-08-08 | 1 | -2/+2 |
* | Try to save the vga hardware state around suspend, and also redisplay the |  miod | 2010-08-08 | 1 | -11/+166 |
* | repost hp g62 |  marco | 2010-08-06 | 1 | -1/+6 |
* | re-post all ATI and all PowerVR (with an annoying message) |  deraadt | 2010-08-04 | 1 | -24/+16 |
* | Add missing brace. |  matthew | 2010-08-04 | 1 | -1/+2 |
* | Print annoying stuff when re-posting the video, so that people will |  deraadt | 2010-08-04 | 1 | -2/+4 |
* | Repost ATI Radeon HD4500 on HP Pavilion dv7-3160us using the emulator, |  mlarkin | 2010-07-27 | 1 | -1/+6 |
* | Repost ATI FireGL M24 using the emulator. This card is seen on some IBM |  mlarkin | 2010-07-21 | 1 | -1/+6 |
* | VGA repost for ATI Radeon X1250IGP (as found on Gateway netbooks and |  mlarkin | 2010-07-20 | 1 | -1/+6 |
* | Let vga_pci.c build in kernel configs without acpi. ok kettenis@ |  matthieu | 2010-07-14 | 1 | -6/+9 |
* | Add Lenovo ThinkPad X100e quirk, from Brad. |  pirofti | 2010-07-02 | 1 | -1/+6 |
* | Switch to nitems for the table, save some space. `Looks good' deraadt@. |  pirofti | 2010-07-02 | 1 | -8/+2 |
* | Repost T510 video using the emulator. |  mlarkin | 2010-07-01 | 1 | -1/+6 |
* | It seems the x200s doesn't need the video bios call from locore. |  pirofti | 2010-07-01 | 1 | -6/+1 |
* | See, I said the #ifdef's are a confusing maze -- they confused me. |  deraadt | 2010-07-01 | 1 | -4/+4 |
* | Make this compile with SMALL_KERNEL. The #ifdef farm this produces should |  deraadt | 2010-07-01 | 1 | -4/+4 |
* | Add a look-up table for machines that have special vga cards. This table will |  pirofti | 2010-07-01 | 1 | -1/+75 |
* | Fix previous; pointed out by stsp@ |  kettenis | 2009-11-28 | 1 | -2/+1 |
* | Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our children |  kettenis | 2009-11-28 | 1 | -1/+21 |
* | Remove the last VGA_POST defines with X86EMU. Okay deraadt@. |  pirofti | 2009-06-06 | 1 | -3/+3 |
* | Add vga bios repost support. Fetched from the NetBSD tree mostly. |  pirofti | 2009-06-06 | 1 | -1/+11 |
* | Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled. |  miod | 2009-06-03 | 1 | -3/+7 |
* | Add acpivideo support. This adds brightness support for all laptops |  pirofti | 2009-06-03 | 1 | -1/+19 |
* | Do not go one bar too far down the road; found by Parfait; ok oga |  deraadt | 2009-06-02 | 1 | -2/+2 |
* | Move the drm drivers over from: |  oga | 2008-11-22 | 1 | -5/+5 |
* | Rework that way that agp attaches. |  oga | 2008-11-09 | 1 | -36/+17 |
* | Kill dmesg spam. Since we can't guarantee that a device is capable of |  oga | 2008-08-12 | 1 | -10/+2 |