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