| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2016-10-19 | Added MSI/MSI-X and interrupt_distribute(9) support for powerpc. | nonaka |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-04-03 | GCC 4.8 build fixes from John D. Baker | mrg |
| 2014-03-26 | kill sprintf | christos |
| 2011-10-13 | Init MSI hooks. | matt |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | Modify mapiodev to take a third argument indicating whether the space | matt |
| 2011-06-22 | Add support pci_intr_setattr. | matt |
| 2011-06-18 | struct device * -> device_t | matt |
| 2011-06-06 | More device_t, cfdata, CFATTACH_DECL_NEW cleanup. | matt |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2010-12-13 | Change definition of pc_bus_maxdevs to get a void * instead a pci_chipset_tag_t | matt |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-04-26 | Rather than use the residual data to guess that we have a raven pchb, | garbled |
| 2007-04-26 | Add special code to properly detect a W83C553 pcib sitting on a RAVEN | garbled |
| 2007-03-22 | When we have a non-PReP pci bridge, we need to perform a single swizzle | garbled |
| 2007-03-21 | Add a second check to the prep-pci-intrmap test, to make sure the dictionary | garbled |
| 2007-03-20 | The motorola RAVEN is both a pchb and an MPIC. Block out the pci | garbled |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-09-06 | Add preliminary support for the 7025-F40. The MPIC must not be wired up | garbled |
| 2006-09-01 | Fix a horrible bug in how we initialize the 8259 interrupt controller. | garbled |
| 2006-06-21 | Attach the pnpbus prior to attaching the pci bus on the prep. This | garbled |
| 2006-06-09 | Completely rework how we look up PCI interrupts on prep: | garbled |
| 2006-05-25 | Implement partial support for the RS6K PCI Bridge found on 7025-F40 | garbled |
| 2006-05-09 | More KNF. That should be the rest of the .c files. | garbled |
| 2006-04-25 | s/allready/already/ | snj |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-03-17 | ANSIfy more code in prep. | garbled |
| 2006-03-09 | Prep super-commit: | garbled |
| 2006-02-23 | Commit support for the IBM Model 7024 E20 and E30. (E30 not tested). | garbled |
| 2006-02-10 | PCI_NETBSD_CONFIGURE should allocate (but not map) address space expansion | gdamore |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-28 | RCSId police. | skrll |
| 2005-01-13 | Pass the interrupt swizzle down to the platforms' fixup functions. | kleink |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-04-23 | pass string length (= boundary info) to pci_devinfo so that we do not run over | itojun |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-04-05 | Include <machine/pio.h> for in32rb() and out32rb(). | tsutsui |
| 2003-03-18 | Switch/adapt to new bus space infrastructure. | matt |
| 2003-01-16 | Add platform support for the IBM PPS Model 6040 (E) (aka ThinkPad 820). | matt |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |