summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vga_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Disable VGA PCI interrupts until a chipset driver is loaded for VGAhselasky2015-06-051-0/+7
* Record the dependency to x86bios in vga_pcidumbbell2015-03-011-1/+2
* vgapci: New vga_pci_repost() functiondumbbell2015-03-011-0/+32
* Remove ia64.marcel2014-07-071-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-051-3/+0
* vga_pci: Improve boot display detectiondumbbell2013-12-211-17/+54
* vgapci: Use vga_pci_alloc_resource() to map PCI Expansion ROMdumbbell2013-09-141-22/+17
* vga_pci: Remove left-over debugging printf()'sdumbbell2013-08-251-4/+0
* vga_pci: Add API to map the Video BIOSdumbbell2013-08-251-0/+98
* Usnure that PCI bus BIS_GET_DMA_TAG() method sees the actual PCIkib2013-04-141-0/+8
* Proxy allocation requests for the PCI ROM BAR from child devices similarjhb2013-04-091-25/+35
* Add 'drmn' device as another drm child, to allow drm2 drivers to livekib2012-05-231-0/+1
* Expand the set of APIs available for locating PCI capabilities:jhb2012-03-031-0/+18
* Don't whine about child drivers calling pci_enable_busmaster(). That isjhb2010-12-201-4/+0
* Small whitespace fixes.jhb2010-03-111-2/+1
* - Partially revert hackish r198964 and r199002.jkim2009-11-121-13/+0
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerjkim2009-11-061-76/+11
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.jkim2009-11-051-2/+80
* Rewrite x86bios and update its dependent drivers.jkim2009-10-191-0/+21
* The recent PCI resource allocation fixes exposed a bug where the samejhb2009-03-041-1/+60
* pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methodsrnoland2008-09-191-2/+18
* Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-Xjhb2008-09-161-1/+99
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPjhb2006-02-011-7/+0
* Return BUS_PROBE_GENERIC rather than 0 in the probe routine.jhb2005-12-221-1/+1
* Add a vgapci(4) stub device driver for VGA PCI devices. This device servesjhb2005-12-201-0/+262
* Remove vga_pci generic driver.nsouch2001-01-051-75/+0
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-0/+75
OpenPOWER on IntegriCloud