summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/pyro.c
AgeCommit message (Expand)Author
2022-01-21Don't bother with prom_node_to_devhandle() if we're just forwarding alongthorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-10Associate the OpenBoot / OpenFirmware node with attached devicesthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-17reduce the scope of 'ci' variable.mrg
2021-01-04malloc(9) -> kmem(9) -- just the simple, straightforward conversions for now.thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-04-21wether -> whethermaya
2016-11-10weed out BUS_SPACE_MAP_PREFETCHABLE in resp. _map() and _mmap() methodsmacallan
2016-05-10sun4v: make device interrupts work. Introduce a new intrhand_alloc() function...palle
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2013-08-10thanks to mhitch, we got all the interrupt issues sorted out for now,mrg
2013-06-24Fix copy and paste.nakayama
2013-06-21Avoid data_access_error trap panic when reading unused PCInakayama
2012-10-27split device_t/softc for all remaining drivers.chs
2012-03-18add missing __KERNEL_RCSID().mrg
2011-08-12initailise ih_pending and ih_ivec.mrg
2011-08-12print the ihandle passed in, not NULL.mrg
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-03forgot _NEWchristos
2011-06-03CFATTACH_DECL_NEWchristos
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-03-20remove pyro_xir(). we don't have the MD support for it (yet?).mrg
2011-03-15initial port of these drivers to netbsd. both pyro(4) and ebus(4) atmrg
2011-03-15import the openbsd pyro and ebus_mainbus drivers for base reference.mrg