| Age | Commit message (Expand) | Author |
| 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 |
| 2004-09-13 | remove macros which just hide cfdata internals | drochner |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-08-30 | add centralized {eisa,isa,pci,agp,mca}busprint() functions which do | drochner |
| 2004-08-17 | make PCI devices attachable/detachable (as far as the particular drivers | drochner |
| 2004-08-02 | For the PCIVERBOSE case, separate vendors and products into separate tables. | mycroft |
| 2004-07-29 | make the "generic" PCI bus enumeration code the standard case which | drochner |
| 2004-05-08 | GC pci_{g,s}et_powerstate into pci_powerstate(). Idea from mycroft and gimpy. | christos |
| 2004-04-23 | pass string length (= boundary info) to pci_devinfo so that we do not run over | itojun |
| 2003-08-15 | - check HDRTYPE early, and ignore if it is not supported (n > 2). | itojun |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-03-25 | Add PCI VPD access routines. From psi.cz!freza, PR kern/20889. | thorpej |
| 2003-03-19 | It is not appropriate for pcivar.h to include "locators.h" | christos |
| 2002-06-18 | add support for the per-device power management capability. | tshiozak |
| 2002-05-30 | implement a check whether a BAR is present at all at a given configuration | drochner |
| 2002-05-18 | Add "pa_rawintrpin" containing unswizzled interrupt pin to pci_attach_args. | sommerfeld |
| 2002-05-16 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | thorpej |
| 2002-05-15 | Split the code that enumerates the PCI bus and that actually probes | thorpej |
| 2001-09-13 | Add an ioctl interface to the PCI bus. Add ioctls to read/write | thorpej |
| 2001-09-10 | Add a pci_find_device function, to find a PCI device using a match | fvdl |
| 2001-05-04 | Add pci bus number to pci_attach_args, as suggested by Jason on tech-kern | bouyer |
| 2001-03-05 | Only include "locators.h" is _KERNEL is defined. | matt |
| 2001-02-12 | backout the parts of the previous change (7 months ago) that were *not* part | mrg |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-05-10 | Add support for mapping 64-bit PCI memory space. If the region | thorpej |
| 1999-09-30 | Define flags in pci_attach_args which indicate it's okay to use the | thorpej |
| 1999-05-06 | Back out previous. Thanks to cgd for pointing out another way to do this. | thorpej |
| 1999-05-06 | Add a `bus' member to the pci_attach_args. This is not normally used, | thorpej |
| 1999-03-19 | pull pci_machdep.h in from machine/ | cgd |
| 1998-11-07 | add support for "extended capabilities" (new in PCI spec 2.2) | drochner |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-07-12 | Add USB support. Supported so far: | augustss |
| 1998-06-09 | Remove the PCI-ISA bridge callback mechanism; it's no longer needed. | thorpej |
| 1998-05-31 | add a PCI 'quirks' mechanism, meant to be used as the mechanism | cgd |
| 1998-05-25 | Include arm32/pci/pci_machdep.h if arm32 is defined. | mark |
| 1998-05-18 | largely reimplement pci_conf_print(): | cgd |
| 1998-05-15 | Add macppc support. | tsubai |
| 1998-04-14 | Add pci_conf_print(), a function to dump the PCI configuration space, useful | thorpej |
| 1997-10-14 | add bebox | sakamoto |
| 1997-10-06 | Back out last change. (Partially my fault, for not reviewing it close | thorpej |
| 1997-10-03 | pci_mapreg_info() has been changed to take arguments like pci_mapreg_map() | lonhyn |
| 1997-08-30 | Don't export pci_*_find() any more. | mycroft |
| 1997-07-17 | use "locators.h" defines for indices for cf_loc[] and default values | jtk |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |