summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Rename ECAM PCI driver file.br2015-06-121-0/+0
* Add generic ECAM PCI device driver found in Gem5 simulator.br2015-06-121-0/+626
* Revert previous change. The magical constants can't be changedmarcel2015-06-065-5/+5
* Don't return -10000 as the probe priority. That's lower than whatmarcel2015-06-065-5/+5
* Disable VGA PCI interrupts until a chipset driver is loaded for VGAhselasky2015-06-051-0/+7
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-291-9/+5
* Create a separate kobj interface for leaf-driver PCI IOV methods.jhb2015-05-285-39/+108
* Add a PCI bridge for the Freescale PCIe Root Complexjhibbits2015-05-112-10/+17
* Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.oshogbo2015-05-021-1/+1
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* Update the pci_cfg_save/restore routines to operate on bridge devicesjhb2015-04-224-54/+107
* Don't explicitly manage power states for PCI-PCI bridge devices in thejhb2015-04-221-19/+2
* Fix some incorrect #if conditions around older workarounds for busjhb2015-04-221-2/+2
* The minimim grant and maximum latency PCI config registers are only validjhb2015-04-221-3/+10
* Fix SR-IOV passthrough devices to allow ppt to attachrstone2015-03-101-1/+1
* Don't leak 'used' in a few error cases.imp2015-03-011-2/+6
* Record the dependency to x86bios in vga_pcidumbbell2015-03-011-1/+2
* vgapci: New vga_pci_repost() functiondumbbell2015-03-012-0/+33
* Validate the schema that the PF driver passed to usrstone2015-03-013-7/+274
* Pass SR-IOV configuration to kernel using an nvlistrstone2015-03-012-23/+105
* Add function to validate the consistency of SR-IOV configrstone2015-03-011-21/+421
* Add infrastructure for exporting config schema from PF driversrstone2015-03-017-4/+442
* Add interface to destroy SR-IOV VFsrstone2015-03-012-2/+109
* Allocate PCI I/O memory spaces for VFsrstone2015-03-015-4/+279
* Emulate the Device ID and Vendor ID registers for VFsrstone2015-03-012-16/+35
* Implement interface to create SR-IOV Virtual Functionsrstone2015-03-017-0/+568
* Add some pcib methods to get ARI-related informationrstone2015-03-015-0/+74
* Refactor PCI resource allocationrstone2015-03-012-16/+39
* Refactor PCI device creationrstone2015-03-011-63/+74
* remove NULL check as M_WAITOK will not return NULLjmg2015-02-161-2/+0
* Add a new device control utility for new-bus devices called devctl. Thisjhb2015-02-061-2/+57
* Pass a valid Dx state variable to PCIB_POWER_FOR_SLEEP() in pcib_resume()jhb2015-01-251-2/+4
* - Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI devicemarius2014-12-271-8/+21
* Revert r274635 as it's completely wrong.dchagin2014-11-191-1/+3
* Use the correct device as the power_for_sleep() methoddchagin2014-11-171-3/+1
* Use the correct device (child) when asking the bus layer about which poweradrian2014-11-111-1/+1
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-162-4/+4
* Add a bus method to fetch the VM domain for the given device/bus.adrian2014-10-091-0/+1
* Oops, fix typo made in r272729.yongari2014-10-081-1/+1
* Add new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4).yongari2014-10-081-2/+18
* Stage one of multipass suspend/resumejhibbits2014-09-232-51/+45
* pci: add a new pci_child_added newbus method.royger2014-08-224-0/+20
* pci: make MSI(-X) enable and disable methods of the PCI busroyger2014-08-204-22/+65
* Remove ia64.marcel2014-07-071-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-283-23/+10
* Revert r267961, r267973:gjb2014-06-273-10/+23
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-273-23/+10
* Add IOMMU PCI subclass, found on Tyan S8236 motherboard.mav2014-05-202-0/+2
* Make uninteresting PCI devices with no attached drivers only print outsmh2014-04-301-92/+100
* Be consistent with the whitespace in the rest of these files.rstone2014-04-292-4/+4
OpenPOWER on IntegriCloud