| Age | Commit message (Expand) | Author |
| 2022-01-21 | Don't bother with prom_node_to_devhandle() if we're just forwarding along | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-05-10 | Associate the OpenBoot / OpenFirmware node with attached devices | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-17 | reduce the scope of 'ci' variable. | mrg |
| 2019-10-01 | in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP | chs |
| 2019-02-09 | on tomatillo unload the map before flushing the iommu, instead of | mrg |
| 2019-02-05 | add or avoid fallthru comments. | mrg |
| 2017-06-03 | add __func__ to some panic strings. | mrg |
| 2017-03-26 | Reorder attach slightly to avoid unintialized use of OF nodes. | martin |
| 2016-11-10 | weed out BUS_SPACE_MAP_PREFETCHABLE in resp. _map() and _mmap() methods | macallan |
| 2016-05-10 | sun4v: make device interrupts work. Introduce a new intrhand_alloc() function... | palle |
| 2015-11-27 | Use __BIT() for some masks to fix the sparc build. | martin |
| 2015-11-23 | Set the target JPID for all interrupts on Tomatillo. | jdc |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2014-09-21 | fix leak | christos |
| 2013-06-21 | Avoid data_access_error trap panic when reading unused PCI | nakayama |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-03-25 | - save the "version#" in the softc, we will want it later | mrg |
| 2012-03-18 | add missing __KERNEL_RCSID(). | mrg |
| 2011-09-04 | ih_pil is an interrupt level, not an interrupt mask. | nakayama |
| 2011-08-12 | initialise ih_pending | mrg |
| 2011-07-20 | add per ivec event counters | macallan |
| 2011-07-20 | some malloc() -> kmem_alloc() | macallan |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-03 | forgot the _NEW part | christos |
| 2011-06-03 | CFATTACH_DECL_NEW | christos |
| 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-03-20 | enable the tomatillo iocache. | mrg |
| 2011-01-02 | now that it's optional, kill schizo_pci_find_ino(). | mrg |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-03-11 | - pay attention to the "no-streaming-cache" flag. | mrg |
| 2010-02-13 | Make 32-bit kernels compilable. | nakayama |
| 2010-02-06 | - properly map the schizo interrupt registers, so we can use the normal | mrg |
| 2010-01-06 | move the guts of pci_intr_map() into pci_machdep.c, and move the schizo | mrg |
| 2009-12-30 | It seems that accessing to a PCI configration space where devices | nakayama |
| 2009-11-30 | convert pci_intr_map() into a chipset tag function pointer, and implement | mrg |
| 2009-11-27 | clean up some debug messages a little bit. | mrg |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-12-15 | properly calculate the addresses of the interrupt map & clr registers. | mrg |
| 2008-12-13 | - read AgentID out of the schizo CSR and use that, rather than the | mrg |
| 2008-12-13 | fix much of the interrupt mapping/establishment code. still does | mrg |
| 2008-12-13 | - enable schizo_dmamap_create() after fixing it | mrg |
| 2008-12-10 | Add initialization of spc_busmax and spc_busnode in sparc_pci_chipset. | nakayama |
| 2008-12-10 | checkpoint my work-in-progress port of this driver. | mrg |
| 2008-12-10 | import the original openbsd "schizo" PCI driver as found on US-III systems. | mrg |