summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/ebus_mainbus.c
AgeCommit message (Expand)Author
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
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-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
2016-05-13Use newly introduced intrhand_alloc().nakayama
2014-11-04sun4v: Removed a bunch of ifdef SUN4V since the CPU_ISSUN4V already has the n...palle
2014-08-27Use device_lookup() to locate device instancespalle
2014-08-24Generalize the code to allow for arbitrary interrupt wirings - with this chan...palle
2013-12-16Updates to pmap_bootstrap() for sun4v - parts from OpenBSD - OK martin@palle
2013-09-12#if 0 a variable just like their only usemartin
2012-10-27split device_t/softc for all remaining drivers.chs
2012-03-18add missing __KERNEL_RCSID().mrg
2011-08-14initialise ih_ivec.mrg
2011-08-12- make a bunch of functions staticmrg
2011-08-12use device_private() to find the matching pyro leaf, now that pyromrg
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-02split auxio, ebus, psycho, sab.christos
2011-03-16minor clean up.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