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
/
pyro.c
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
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
2019-04-21
wether -> whether
maya
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-10-02
PCI Extended Configuration stuff written by nonaka@:
msaitoh
2013-08-10
thanks to mhitch, we got all the interrupt issues sorted out for now,
mrg
2013-06-24
Fix copy and paste.
nakayama
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-18
add missing __KERNEL_RCSID().
mrg
2011-08-12
initailise ih_pending and ih_ivec.
mrg
2011-08-12
print the ihandle passed in, not NULL.
mrg
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-06-03
forgot _NEW
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
remove pyro_xir(). we don't have the MD support for it (yet?).
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