aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_if.m
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Add OFW_IOMMU id type for pci_get_id() so we can ask parent IOMMURuslan Bukin2022-05-071-0/+1
* Add PCI methods to iterate over the PCI capabilitiesBryan Venteicher2018-02-191-0/+24
* Create pcib_request_feature.Warner Losh2017-02-251-0/+5
* Permit the name of the /dev/iov entry to be set by the driver.John Baldwin2016-08-031-0/+1
* Add a pcib interface for use by interrupt controllers that need toAndrew Turner2016-05-161-0/+1
* Re-commit r299467 having fixed the build:Andrew Turner2016-05-161-1/+8
* Revert r299467 to fix the kernel build.Conrad Meyer2016-05-111-4/+1
* Add a new get_id interface to pci and pcib. This will allow us to bothAndrew Turner2016-05-111-1/+4
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-0/+4
* Add accessor methods to fetch the BAR holding the MSI-X table and PBA.John Baldwin2015-12-231-1/+17
* Create a separate kobj interface for leaf-driver PCI IOV methods.John Baldwin2015-05-281-17/+0
* Pass SR-IOV configuration to kernel using an nvlistRyan Stone2015-03-011-0/+2
* Add infrastructure for exporting config schema from PF driversRyan Stone2015-03-011-0/+6
* Implement interface to create SR-IOV Virtual FunctionsRyan Stone2015-03-011-0/+41
* pci: add a new pci_child_added newbus method.Roger Pau Monné2014-08-221-0/+4
* pci: make MSI(-X) enable and disable methods of the PCI busRoger Pau Monné2014-08-201-0/+20
* Be consistent with the whitespace in the rest of these files.Ryan Stone2014-04-291-2/+2
* Add a method to get the PCI RID for a device.Ryan Stone2014-04-011-0/+6
* Revert PCI RID changes.Ryan Stone2014-04-011-6/+0
* Add a method to get the PCI Routing ID for a deviceRyan Stone2014-04-011-0/+6
* Expand the set of APIs available for locating PCI capabilities:John Baldwin2012-03-031-0/+14
* Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin2007-05-021-1/+2
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-221-0/+17
* First cut at MI support for PCI Message Signalled Interrupts (MSI):John Baldwin2006-11-131-0/+25
* provide routines to access VPD data at the PCI layer...John-Mark Gurney2006-10-091-0/+13
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedJohn Baldwin2005-12-201-0/+7
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add a new PCI interface method, assign_interrupt, to determine theThomas Moestl2003-07-011-0/+5
* Return status for PCI methods '{enable,disable}_{io,busmaster}'.Matthew N. Dodd2003-04-161-4/+4
* Slightly reimplement some recently added helper functions as methods, soPeter Wemm2001-02-271-0/+33
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-0/+44