| Age | Commit message (Expand) | Author |
| 2013-09-15 | Comment out a currently unused variable, but leave it around for debug/ | martin |
| 2012-10-20 | Add a __PCI_DEV_FUNCORDER hook. | matt |
| 2011-08-29 | have pci register itself as a module, and make PCI driver modules depend on it | jmcneill |
| 2011-08-24 | Add to pci_bus_devorder() an argument that tells the number of slots | dyoung |
| 2011-05-17 | PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional | dyoung |
| 2011-05-10 | Stop abuse of PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED. The flags | dyoung |
| 2011-04-05 | Lightly KNF. Changes to the generated assembly language appeared to | dyoung |
| 2011-04-05 | fix a typo | macallan |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2011-03-02 | When probing the PCI bars, make sure to only probe BARS (PPBs and PCB has | matt |
| 2011-02-27 | follow the lead of genfb_pci and call pci_mapreg_probe before pci_mapreg_info | jmcneill |
| 2011-02-24 | add a hack to allow mapping the video memory portions of a mach64's aperture | macallan |
| 2011-02-10 | pcimmap: if the requested page is marked prefetchable in a child device's | jmcneill |
| 2011-02-01 | During shutdown, restore the each PCI device's bus-mastering enable to | dyoung |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-06-06 | Update pciverbose module to use module_autoload() rather than module_load(). | pgoyette |
| 2010-05-24 | Extract the vendor/product tables and related access routines into a | pgoyette |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-23 | Remove unused functions pci_disable_retry() and cardbus_disable_retry(). | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-08-19 | Since the intention in capturing a device's PCI Configuration Space | dyoung |
| 2009-07-04 | remove useless parenthesis | cegger |
| 2009-04-02 | During shutdown, detach devices in an orderly fashion. | dyoung |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-16 | Do not depend on physmem for pci_dma64_available(). On some systems (e.g. Xen, | bouyer |
| 2008-09-19 | Complain about devices with misaligned PCI capability pointers instead | joerg |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 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 |
| 2008-02-28 | Extend the pmf suspend/resume hooks by a shutdown method, so drivers | drochner |
| 2008-02-23 | Simplify the switch-statement in pci_set_powerstate_int(), and fix | dyoung |
| 2008-02-21 | -fix the delay logics in "set powerstate" for the cases that D2 or D3 | drochner |
| 2008-01-28 | PCI Power Management 1.2 says that system software should wait 10ms after | jmcneill |
| 2008-01-03 | Disable pci_disable_retry() and cardbus_disable_retry(), with a | dyoung |
| 2007-12-16 | Improve pci, cbb, cardslot, cardbus, and pcmcia to support detachment | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-01 | Empty vessels make the most noise | ad |
| 2007-11-12 | Merge pci_disable_retry function from jmcneill-pm as it is found in | joerg |
| 2007-10-16 | Merge 1.103.22.4 from jmcneill-pm: | joerg |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-02 | Print error on powerhook_establish failure, not success. PR# 34698. | jmcneill |
| 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-29 | Replace device_locators() with device_locator(), and use it. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | use XXXCF_NLOCS constants instead of magic numbers | drochner |
| 2005-08-25 | kill a number of autoconf submatch functions which follow the | drochner |