summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vga_pcivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).kettenis2015-10-291-11/+1
* remove unused vesafb code, had been commented out and not compiled in formlarkin2015-08-201-8/+1
* The aperture needed test should be in vgafb as well as vga@pci.jsg2014-07-221-1/+2
* Add a port of the TTM and Radeon DRM code from Linux 3.8.13.jsg2013-08-121-2/+2
* Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instancekettenis2013-03-181-2/+2
* Split out the bar functions required to attach drm(4) to share themmpi2012-08-221-1/+6
* Try to save the vga hardware state around suspend, and also redisplay themiod2010-08-081-5/+12
* Remove the last VGA_POST defines with X86EMU. Okay deraadt@.pirofti2009-06-061-2/+2
* Add vga bios repost support. Fetched from the NetBSD tree mostly.pirofti2009-06-061-1/+4
* Bump max BARs up to 6. Needed for nouveau.oga2008-06-121-2/+2
* currently agp_i810 needs to map the same BAR as inteldrm, this obviouslyoga2008-05-061-6/+23
* Make agp attach as a device. This means that many more agp bridgesoga2007-11-251-64/+1
* use DEVICE_IS_VGA_PCI in vga_pci_match()martin2007-11-031-2/+2
* commit vesabios for matthieu@gwk2006-11-271-1/+22
* Move the agpgart handling code to a separate file.matthieu2006-03-161-2/+9
* support for the agp gart on various agp chipsets.mickey2002-07-121-1/+71
* First round of __P removal in sysmillert2002-03-141-3/+3
* Updated VGA driver; from NetBSD. Needed for wscons on i386 and alpha. Theseaaron2000-11-151-4/+4
* Add some missing things for the MI vga driver. Move wscons to an MI place asniklas1997-11-061-0/+1
* Sync with NetBSD 961207niklas1997-01-241-0/+37