summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vga_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unused vesafb code, had been commented out and not compiled in formlarkin2015-08-201-99/+1
* Shuffle include file ordering in preparation for future changes in vgavar.h,miod2015-07-181-2/+2
* Restore user-loaded vga fonts upon X11->VT switch and upon resume; frommiod2015-03-291-1/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* Repost video on all known Intel PowerVR devices not just GMA500, forjsg2014-12-061-3/+23
* Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS.jsg2014-07-281-2/+3
* The aperture needed test should be in vgafb as well as vga@pci.jsg2014-07-221-39/+1
* Print a line in dmesg to indicate if the aperture driver isjsg2014-07-121-2/+43
* Remove real mode VGA repost option. It was used by nobody, and even if itmlarkin2014-06-011-17/+7
* Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofmpi2014-03-281-3/+1
* No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,mpi2014-03-261-1/+2
* The AGP ioctl interface is gone; remove the header file as well.kettenis2014-03-171-2/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-5/+2
* Add a port of the TTM and Radeon DRM code from Linux 3.8.13.jsg2013-08-121-8/+2
* Stop rePOSTing devices supported by inteldrm(4). The driver now properlykettenis2013-03-261-13/+1
* Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instancekettenis2013-03-181-4/+5
* Reorder code such that wsdisplay(4) attaches after drm(4).kettenis2013-03-041-3/+4
* Revamp the sequences for suspend/hibernate -> resume so that the codederaadt2012-10-081-1/+4
* Split out the bar functions required to attach drm(4) to share themmpi2012-08-221-140/+3
* Spacing nit.oga2011-04-141-3/+3
* For the time being repost Intel clarkdale IGD.oga2011-04-141-8/+9
* Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod2010-12-261-2/+2
* Add DVACT_QUIECE support. This is called before splhigh() and beforederaadt2010-08-311-1/+4
* fix broken english in commented out printf.miod2010-08-081-2/+2
* Try to save the vga hardware state around suspend, and also redisplay themiod2010-08-081-11/+166
* repost hp g62marco2010-08-061-1/+6
* re-post all ATI and all PowerVR (with an annoying message)deraadt2010-08-041-24/+16
* Add missing brace.matthew2010-08-041-1/+2
* Print annoying stuff when re-posting the video, so that people willderaadt2010-08-041-2/+4
* Repost ATI Radeon HD4500 on HP Pavilion dv7-3160us using the emulator,mlarkin2010-07-271-1/+6
* Repost ATI FireGL M24 using the emulator. This card is seen on some IBMmlarkin2010-07-211-1/+6
* VGA repost for ATI Radeon X1250IGP (as found on Gateway netbooks andmlarkin2010-07-201-1/+6
* Let vga_pci.c build in kernel configs without acpi. ok kettenis@matthieu2010-07-141-6/+9
* Add Lenovo ThinkPad X100e quirk, from Brad.pirofti2010-07-021-1/+6
* Switch to nitems for the table, save some space. `Looks good' deraadt@.pirofti2010-07-021-8/+2
* Repost T510 video using the emulator.mlarkin2010-07-011-1/+6
* It seems the x200s doesn't need the video bios call from locore.pirofti2010-07-011-6/+1
* See, I said the #ifdef's are a confusing maze -- they confused me.deraadt2010-07-011-4/+4
* Make this compile with SMALL_KERNEL. The #ifdef farm this produces shouldderaadt2010-07-011-4/+4
* Add a look-up table for machines that have special vga cards. This table willpirofti2010-07-011-1/+75
* Fix previous; pointed out by stsp@kettenis2009-11-281-2/+1
* Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our childrenkettenis2009-11-281-1/+21
* Remove the last VGA_POST defines with X86EMU. Okay deraadt@.pirofti2009-06-061-3/+3
* Add vga bios repost support. Fetched from the NetBSD tree mostly.pirofti2009-06-061-1/+11
* Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled.miod2009-06-031-3/+7
* Add acpivideo support. This adds brightness support for all laptopspirofti2009-06-031-1/+19
* Do not go one bar too far down the road; found by Parfait; ok ogaderaadt2009-06-021-2/+2
* Move the drm drivers over from:oga2008-11-221-5/+5
* Rework that way that agp attaches.oga2008-11-091-36/+17
* Kill dmesg spam. Since we can't guarantee that a device is capable ofoga2008-08-121-10/+2