aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/vga_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new bus_generic_detach directly in place of home-grown versionsJohn Baldwin2025-01-021-12/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* vga_pci: Use bus_generic_* directly instead of wrappersJohn Baldwin2024-11-191-16/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-14/+10
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* vgapci: Don't create a drm helperDmitry Chagin2023-07-061-2/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+1
* pci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* pci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Fix the build after r350570.Justin Hibbits2019-08-041-1/+1
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-6/+117
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Allow PCI VGA devices to be detached.Peter Grehan2018-05-031-0/+12
* Add PCI methods to iterate over the PCI capabilitiesBryan Venteicher2018-02-191-0/+27
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-1/+1
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-2/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+3
* Disable VGA PCI interrupts until a chipset driver is loaded for VGAHans Petter Selasky2015-06-051-0/+7
* Record the dependency to x86bios in vga_pciJean-Sébastien Pédron2015-03-011-1/+2
* vgapci: New vga_pci_repost() functionJean-Sébastien Pédron2015-03-011-0/+32
* Remove ia64.Marcel Moolenaar2014-07-071-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Drop the 3rd clause from all 3 clause BSD licenses where I am the soleJohn Baldwin2014-02-051-3/+0
* vga_pci: Improve boot display detectionJean-Sébastien Pédron2013-12-211-17/+54
* vgapci: Use vga_pci_alloc_resource() to map PCI Expansion ROMJean-Sébastien Pédron2013-09-141-22/+17
* vga_pci: Remove left-over debugging printf()'sJean-Sébastien Pédron2013-08-251-4/+0
* vga_pci: Add API to map the Video BIOSJean-Sébastien Pédron2013-08-251-0/+98
* Usnure that PCI bus BIS_GET_DMA_TAG() method sees the actual PCIKonstantin Belousov2013-04-141-0/+8
* Proxy allocation requests for the PCI ROM BAR from child devices similarJohn Baldwin2013-04-091-25/+35
* Add 'drmn' device as another drm child, to allow drm2 drivers to liveKonstantin Belousov2012-05-231-0/+1
* Expand the set of APIs available for locating PCI capabilities:John Baldwin2012-03-031-0/+18
* Don't whine about child drivers calling pci_enable_busmaster(). That isJohn Baldwin2010-12-201-4/+0
* Small whitespace fixes.John Baldwin2010-03-111-2/+1
* - Partially revert hackish r198964 and r199002.Jung-uk Kim2009-11-121-13/+0
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerJung-uk Kim2009-11-061-76/+11
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.Jung-uk Kim2009-11-051-2/+80
* Rewrite x86bios and update its dependent drivers.Jung-uk Kim2009-10-191-0/+21
* The recent PCI resource allocation fixes exposed a bug where the sameJohn Baldwin2009-03-041-1/+60
* pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methodsRobert Noland2008-09-191-2/+18
* Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-XJohn Baldwin2008-09-161-1/+99
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPJohn Baldwin2006-02-011-7/+0
* Return BUS_PROBE_GENERIC rather than 0 in the probe routine.John Baldwin2005-12-221-1/+1
* Add a vgapci(4) stub device driver for VGA PCI devices. This device servesJohn Baldwin2005-12-201-0/+262
* Remove vga_pci generic driver.Nicolas Souchu2001-01-051-75/+0