summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci_if.m
Commit message (Expand)AuthorAgeFilesLines
* MFC 303721: Permit the name of the /dev/iov entry to be set by the driver.jhb2016-09-291-0/+16
* Add a pcib interface for use by interrupt controllers that need toandrew2016-05-161-0/+1
* Re-commit r299467 having fixed the build:andrew2016-05-161-1/+8
* Revert r299467 to fix the kernel build.cem2016-05-111-4/+1
* Add a new get_id interface to pci and pcib. This will allow us to bothandrew2016-05-111-1/+4
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-0/+4
* Add accessor methods to fetch the BAR holding the MSI-X table and PBA.jhb2015-12-231-1/+17
* Create a separate kobj interface for leaf-driver PCI IOV methods.jhb2015-05-281-17/+0
* Pass SR-IOV configuration to kernel using an nvlistrstone2015-03-011-0/+2
* Add infrastructure for exporting config schema from PF driversrstone2015-03-011-0/+6
* Implement interface to create SR-IOV Virtual Functionsrstone2015-03-011-0/+41
* pci: add a new pci_child_added newbus method.royger2014-08-221-0/+4
* pci: make MSI(-X) enable and disable methods of the PCI busroyger2014-08-201-0/+20
* Be consistent with the whitespace in the rest of these files.rstone2014-04-291-2/+2
* Add a method to get the PCI RID for a device.rstone2014-04-011-0/+6
* Revert PCI RID changes.rstone2014-04-011-6/+0
* Add a method to get the PCI Routing ID for a devicerstone2014-04-011-0/+6
* Expand the set of APIs available for locating PCI capabilities:jhb2012-03-031-0/+14
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-021-1/+2
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-221-0/+17
* First cut at MI support for PCI Message Signalled Interrupts (MSI):jhb2006-11-131-0/+25
* provide routines to access VPD data at the PCI layer...jmg2006-10-091-0/+13
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedjhb2005-12-201-0/+7
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add a new PCI interface method, assign_interrupt, to determine thetmm2003-07-011-0/+5
* Return status for PCI methods '{enable,disable}_{io,busmaster}'.mdodd2003-04-161-4/+4
* Slightly reimplement some recently added helper functions as methods, sopeter2001-02-271-0/+33
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-0/+44
OpenPOWER on IntegriCloud