| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r350571: | Justin Hibbits | 2020-05-11 | 1 | -1/+1 |
| * | MFC r346645, r346664, r346687, r347387, r347836, r347088, 347089, r346956, | Hans Petter Selasky | 2020-05-01 | 1 | -6/+117 |
| * | Allow PCI VGA devices to be detached. | Peter Grehan | 2018-05-03 | 1 | -0/+12 |
| * | Add PCI methods to iterate over the PCI capabilities | Bryan Venteicher | 2018-02-19 | 1 | -0/+27 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 1 | -1/+1 |
| * | Replace all resource occurrences of '0UL/~0UL' with '0/~0'. | Justin Hibbits | 2016-03-03 | 1 | -2/+2 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -2/+3 |
| * | Disable VGA PCI interrupts until a chipset driver is loaded for VGA | Hans Petter Selasky | 2015-06-05 | 1 | -0/+7 |
| * | Record the dependency to x86bios in vga_pci | Jean-Sébastien Pédron | 2015-03-01 | 1 | -1/+2 |
| * | vgapci: New vga_pci_repost() function | Jean-Sébastien Pédron | 2015-03-01 | 1 | -0/+32 |
| * | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 1 | -3/+3 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -1/+0 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -0/+1 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -1/+0 |
| * | Drop the 3rd clause from all 3 clause BSD licenses where I am the sole | John Baldwin | 2014-02-05 | 1 | -3/+0 |
| * | vga_pci: Improve boot display detection | Jean-Sébastien Pédron | 2013-12-21 | 1 | -17/+54 |
| * | vgapci: Use vga_pci_alloc_resource() to map PCI Expansion ROM | Jean-Sébastien Pédron | 2013-09-14 | 1 | -22/+17 |
| * | vga_pci: Remove left-over debugging printf()'s | Jean-Sébastien Pédron | 2013-08-25 | 1 | -4/+0 |
| * | vga_pci: Add API to map the Video BIOS | Jean-Sébastien Pédron | 2013-08-25 | 1 | -0/+98 |
| * | Usnure that PCI bus BIS_GET_DMA_TAG() method sees the actual PCI | Konstantin Belousov | 2013-04-14 | 1 | -0/+8 |
| * | Proxy allocation requests for the PCI ROM BAR from child devices similar | John Baldwin | 2013-04-09 | 1 | -25/+35 |
| * | Add 'drmn' device as another drm child, to allow drm2 drivers to live | Konstantin Belousov | 2012-05-23 | 1 | -0/+1 |
| * | Expand the set of APIs available for locating PCI capabilities: | John Baldwin | 2012-03-03 | 1 | -0/+18 |
| * | Don't whine about child drivers calling pci_enable_busmaster(). That is | John Baldwin | 2010-12-20 | 1 | -4/+0 |
| * | Small whitespace fixes. | John Baldwin | 2010-03-11 | 1 | -2/+1 |
| * | - Partially revert hackish r198964 and r199002. | Jung-uk Kim | 2009-11-12 | 1 | -13/+0 |
| * | Remove duplicate suspend/resume code from vga_pci.c and let vga(4) register | Jung-uk Kim | 2009-11-06 | 1 | -75/+10 |
| * | Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c. | Jung-uk Kim | 2009-11-05 | 1 | -2/+80 |
| * | Rewrite x86bios and update its dependent drivers. | Jung-uk Kim | 2009-10-19 | 1 | -0/+21 |
| * | The recent PCI resource allocation fixes exposed a bug where the same | John Baldwin | 2009-03-04 | 1 | -0/+59 |
| * | pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methods | Robert Noland | 2008-09-19 | 1 | -2/+18 |
| * | Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-X | John Baldwin | 2008-09-16 | 1 | -1/+99 |
| * | Don't add an agp child in vgapci's attach routine if the PCIY_AGP | John Baldwin | 2006-02-01 | 1 | -7/+0 |
| * | Return BUS_PROBE_GENERIC rather than 0 in the probe routine. | John Baldwin | 2005-12-22 | 1 | -1/+1 |
| * | Add a vgapci(4) stub device driver for VGA PCI devices. This device serves | John Baldwin | 2005-12-20 | 1 | -0/+262 |
| * | Remove vga_pci generic driver. | Nicolas Souchu | 2001-01-05 | 1 | -75/+0 |
| * | Next phase in the PCI subsystem cleanup. | Mike Smith | 2000-12-08 | 1 | -0/+75 |