aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Use the correct device (child) when asking the bus layer about which powerAdrian Chadd2014-11-111-1/+1
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-162-4/+4
* Add a bus method to fetch the VM domain for the given device/bus.Adrian Chadd2014-10-091-0/+1
* Oops, fix typo made in r272729.Pyun YongHyeon2014-10-081-1/+1
* Add new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4).Pyun YongHyeon2014-10-081-2/+18
* Stage one of multipass suspend/resumeJustin Hibbits2014-09-232-51/+45
* pci: add a new pci_child_added newbus method.Roger Pau Monné2014-08-224-0/+20
* pci: make MSI(-X) enable and disable methods of the PCI busRoger Pau Monné2014-08-204-22/+65
* Remove ia64.Marcel Moolenaar2014-07-071-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-283-23/+10
* Revert r267961, r267973:Glen Barber2014-06-273-10/+23
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-273-23/+10
* Add IOMMU PCI subclass, found on Tyan S8236 motherboard.Alexander Motin2014-05-202-0/+2
* Make uninteresting PCI devices with no attached drivers only print outSteven Hartland2014-04-301-92/+100
* Be consistent with the whitespace in the rest of these files.Ryan Stone2014-04-292-4/+4
* Correct a PCI enumeration bug introduced in r264011Ryan Stone2014-04-031-4/+1
* Add missing copyright date.Ryan Stone2014-04-011-1/+1
* Add support for PCIe ARIRyan Stone2014-04-016-17/+242
* Add a method to get the PCI RID for a device.Ryan Stone2014-04-018-0/+114
* Revert PCI RID changes.Ryan Stone2014-04-018-333/+15
* Add a method to get the PCI Routing ID for a deviceRyan Stone2014-04-018-15/+333
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-125-37/+553
* Add two tunables to ignore certain firmware-assigned resources. TheseJohn Baldwin2014-02-052-1/+25
* Simplify pci_reserve_map() by calling resource_list_reserve() to allocateJohn Baldwin2014-02-051-12/+4
* Properly set the alignment flags when allocating the initial range for aJohn Baldwin2014-02-051-3/+6
* Fix a typo.John Baldwin2014-02-051-1/+1
* Drop the 3rd clause from all 3 clause BSD licenses where I am the soleJohn Baldwin2014-02-051-3/+0
* Add support for displaying VPD for PCI devices via pciconf.John Baldwin2014-01-203-10/+133
* vga_pci: Improve boot display detectionJean-Sébastien Pédron2013-12-211-17/+54
* Make pci_get_dma_tag() non-static. Since the function is onlyKonstantin Belousov2013-10-242-1/+1
* Add some definitions for the bits in root control and status PCIe capKonstantin Belousov2013-10-241-0/+9
* Move the PCI_DMA_BOUNDARY definition into the pcivar.h.Konstantin Belousov2013-10-242-4/+9
* 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-252-0/+105
* Use device_printf().Rui Paulo2013-08-111-3/+4
* Properly handle I/O windows in bridges with the ISA enable bit set. TheseJohn Baldwin2013-07-184-91/+449
* - As it turns out, not only MSI-X is broken for devices passed through byMarius Strobl2013-07-094-36/+77
* Make detaching drivers from PCI devices more robust. While here, fix aJohn Baldwin2013-06-272-1/+31
* Disable hw.pci.realloc_bars by default. It wasn't needed for the originalJohn Baldwin2013-06-241-1/+1
* Add new capability types encodings from HyperTransport I/O LinkKonstantin Belousov2013-05-171-0/+4
* Revision 233677 broke certain machines. Specifically, if the firmware/BIOSJohn Baldwin2013-05-091-2/+29
* 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
* - Complete r231621 by also blacklisting the bridge used by VMware for PCIeMarius Strobl2013-03-021-10/+11
* Remove the quirk to allow use of MSI when the guest is running inside bhyve.Neel Natu2013-02-281-1/+0
* Add quirk to indicate that the bhyve hostbridge is capable of supportingNeel Natu2013-01-051-0/+1
* Always initialize pattern_buf pointers to NULL, otherwise AMD64 machineDavid Xu2012-12-261-4/+2
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* Add missing Extended Capability ID Numbers from PCIe 3.0.Warner Losh2012-10-191-2/+12