summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vga_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284012:hselasky2015-06-171-0/+7
* MFC 261517,261520:jhb2014-02-181-3/+0
* MFC r259679:dumbbell2013-12-221-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