aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Add some auxiliary types for device driver support.Mark Johnston2017-07-041-1/+2
* Add a field for the class code to struct pci_driver.Mark Johnston2017-07-041-2/+4
* Add some PCI class definitions.Mark Johnston2017-07-041-0/+7
* Rename the "driver" field to "bsddriver" to avoid a name collision.Mark Johnston2017-07-041-1/+1
* Implement pci_disable_device() in the LinuxKPI.Mark Johnston2017-06-091-0/+3
* Add some miscellaneous definitions to support DRM drivers.Mark Johnston2017-05-301-0/+4
* linuxkpi: Fix not-found case of linux_pci_find_irq_devConrad Meyer2016-12-131-6/+7
* Add more LinuxKPI PCI definitions.Hans Petter Selasky2016-12-091-5/+65
* Prefer function macros over regular macros in the LinuxKPI.Hans Petter Selasky2016-12-091-3/+3
* Prefix some _pci_xxx() functions in the Linux KPI with linux_ and makeHans Petter Selasky2016-12-091-9/+9
* linuxkpi: Fix PCI BAR lazy allocation support.Sepherosa Ziehau2016-09-301-3/+8
* The IORESOURCE_XXX defines should resemble a bitmask while SYS_RES_XXXHans Petter Selasky2016-09-291-9/+20
* Add more LinuxKPI PCI related functions and defines.Hans Petter Selasky2016-01-261-56/+51
* Implement support for PCI suspend, resume and shutdown events in theHans Petter Selasky2016-01-151-2/+3
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+735