summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vga_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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