| Age | Commit message (Expand) | Author |
| 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 |
| 1997-04-13 | create pci_mapreg_info() which simply gets mapping register information. | cgd |
| 1997-04-13 | rename pci_map_register to pci_mapreg_map. The latter name is more | cgd |
| 1997-04-13 | implement pci_map_register(), which gets information about a device's | cgd |
| 1997-04-10 | pass memory- and i/o-enabled flags down via the PCI bus and device attach | cgd |
| 1996-12-01 | The atari has a pci_machdep.h file. | leo |
| 1996-11-23 | Provide a routine so that ISA/EISA bridges can set up a callback so | cgd |
| 1996-10-21 | New bus.h implementation/interface: | thorpej |
| 1996-03-28 | remove inappropriate an potentially confusing comments ("unnecessary?") from | cgd |
| 1996-03-27 | modify these to provide a new, better-specified PCI interface | cgd |
| 1996-03-14 | (1) provide #defines for cf_loc[] entries for devices that attach to | cgd |
| 1996-03-08 | pass a bus_chipset_tag_t (defined in <machine/bus.h>) to the bus when | cgd |
| 1996-02-28 | make PCI bus match/attach and sub-device attachment machine-independent. | cgd |
| 1996-01-22 | update PCIVERBOSE code in various ways: | cgd |
| 1995-12-24 | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | mycroft |
| 1995-06-18 | prototype for pci_devinfo function | cgd |
| 1995-06-18 | add include for the alpha, alphabetize | cgd |
| 1995-05-23 | split single-subdevice lookup & attachment into a subroutine | cgd |
| 1995-04-17 | clean up several ISA device interfaces: autoconfiguration, header | cgd |
| 1995-01-27 | include files from the correct places. | cgd |
| 1994-11-04 | Make a wrapper match function to check the bus and device numbers, rather | mycroft |
| 1994-10-27 | new RCS ID format. | cgd |
| 1994-08-09 | Add PCI autoconfiguration support. | mycroft |