aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_if.m
Commit message (Expand)AuthorAgeFilesLines
* 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