| Age | Commit message (Expand) | Author |
| 2022-02-27 | pci(9): Provide default definition of pci_get_segment, always zero. | riastradh |
| 2021-09-15 | Adjust the device_call() calling convention so as to provide type checking | thorpej |
| 2021-05-12 | - Define a device call for PCI bus instances to fetch a direct child's | thorpej |
| 2021-01-27 | Introduce autoconfiguration helpers based around device_compatible_entry: | thorpej |
| 2018-12-01 | Save control registers in PCI-X, PCIe, MSI and MSI-X capability area when | msaitoh |
| 2018-05-19 | Refine previous change to enable PCI window decoding in Command | jakllsch |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-02-28 | - Add new PCI quirk PCI_QUIRK_HASEXTCNF and PCI_QUIRK_NOEXTCNF. Some devices' | msaitoh |
| 2016-11-25 | provide all PCI MSI/MSI-X manipulation stub functions. | knakahara |
| 2016-07-11 | pci_intr_type() is required pci_chipset_tag_t argument by other than x86. | knakahara |
| 2015-10-30 | - Move PCI_INTRSTR_LEN from pcireg.h to pcivar.h. | msaitoh |
| 2015-10-22 | add pci_intr_alloc related stubs to reduce ifdef from device drivers. | knakahara |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2015-08-17 | Add kernel code to support intrctl(8). | knakahara |
| 2015-08-13 | - Don't take pci_attach_args as an argument in pci_msi[x]_count(). | msaitoh |
| 2015-04-27 | add x86 MD MSI/MSI-X support code. | knakahara |
| 2014-12-26 | Fix a bug that ichlpcib(4) maps I/O area incorrectly and then fails to attach | msaitoh |
| 2014-10-16 | Generalize pci_find_rom and use it to locate x86 video ROM in drm2. | riastradh |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2012-01-29 | extend the pci_aprint_devinfo slightly to cover the cases commonly | drochner |
| 2012-01-26 | put printing of the pci_devinfo into its own function (not inlined | drochner |
| 2011-10-21 | Tell a pci(4) instance its subordinate PCI buses using a new member | dyoung |
| 2011-08-24 | Add to pci_bus_devorder() an argument that tells the number of slots | dyoung |
| 2011-06-22 | Add inline accessors for pba_pc and pa_pc so that <machine/pci_machdep.h> | matt |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2011-02-10 | pcimmap: if the requested page is marked prefetchable in a child device's | jmcneill |
| 2010-06-09 | declare 'struct pci_attach_args' before it is used. fixes ia64 build. | mrg |
| 2010-05-27 | Extract pci_verbose interface definitions into their own header file so | pgoyette |
| 2010-05-25 | Rework the pciverbose module dispatch vectors to avoid renaming the | pgoyette |
| 2010-05-24 | Extract the vendor/product tables and related access routines into a | pgoyette |
| 2010-04-28 | Add data types, function prototypes, and stub implementations | dyoung |
| 2010-03-12 | Add placeholdr flags indicating that the bus has MSI/MSI-X support. | matt |
| 2010-02-23 | Remove unused functions pci_disable_retry() and cardbus_disable_retry(). | dyoung |
| 2008-07-22 | Add pci_mapreg_submap(): This function is pci_mapreg_map() with two | bjs |
| 2008-05-30 | pci_intr_setattr(), allows PCI interrupts to be marked MPSAFE on x86, and | ad |
| 2008-05-05 | Restore PCI devices to a state that is closer to the state that | dyoung |
| 2008-04-09 | Export some PCI autoconf routines for use by elansc(4), for example. | dyoung |
| 2008-03-23 | Split device_t and softc for pci(4). | cube |
| 2008-03-21 | pci_activate() expects for its void * argument to be a device_t, | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-12 | Merge pci_disable_retry function from jmcneill-pm as it is found in | joerg |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-09-25 | Create a PCI bus powerhook to handle setting PCI D# power state transitions | jmcneill |
| 2006-06-17 | re-factor the pci powestate api. reviewed by gimpy | christos |
| 2006-03-01 | Add pci_find_rom() API as discussed on tech-kern. | gdamore |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2005-01-26 | Add support functions for capturing and restoring PCI configuration | jmcneill |