index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
/
ebus_mainbus.c
Age
Commit message (
Expand
)
Author
2022-05-24
fix various typos in comment, documentation and log messages.
andvar
2022-01-22
Change the devhandle_from_*() functions to also take a "super handle",
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-04
malloc(9) -> kmem(9) -- just the simple, straightforward conversions for now.
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2016-05-13
Use newly introduced intrhand_alloc().
nakayama
2014-11-04
sun4v: Removed a bunch of ifdef SUN4V since the CPU_ISSUN4V already has the n...
palle
2014-08-27
Use device_lookup() to locate device instances
palle
2014-08-24
Generalize the code to allow for arbitrary interrupt wirings - with this chan...
palle
2013-12-16
Updates to pmap_bootstrap() for sun4v - parts from OpenBSD - OK martin@
palle
2013-09-12
#if 0 a variable just like their only use
martin
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-03-18
add missing __KERNEL_RCSID().
mrg
2011-08-14
initialise ih_ivec.
mrg
2011-08-12
- make a bunch of functions static
mrg
2011-08-12
use device_private() to find the matching pyro leaf, now that pyro
mrg
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-06-02
split auxio, ebus, psycho, sab.
christos
2011-03-16
minor clean up.
mrg
2011-03-15
initial port of these drivers to netbsd. both pyro(4) and ebus(4) at
mrg
2011-03-15
import the openbsd pyro and ebus_mainbus drivers for base reference.
mrg