index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
mainbus
Age
Commit message (
Expand
)
Author
2016-08-06
Set up the fdt attach args for devices that attach directly to mainbus
Jonathan Gray
2016-08-04
Add support for pre-registering interrupts. This allows device drivers to
Mark Kettenis
2016-07-13
The "#address-cells" and "#size-cells" properties define the size
Patrick Wildt
2016-05-29
use fdt "model" string for hw.product
Jonathan Gray
2016-05-18
Introduce a per-platform init_mainbus() hook that can be used to attach
Mark Kettenis
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2013-05-30
Enforce ca_activate tree-walks over the entire heirarchy for all events,
Theo de Raadt
2011-09-22
None of the mainbus child devices care about getting a bus_space_tag_t from
Miod Vallat
2010-12-26
Kill pmap_phys_address(), and force every driver's mmap() routine to return
Miod Vallat
2010-08-30
Convert all powerhooks to activate functions, and provide powerhook stubs.
Theo de Raadt
2010-04-27
arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist,
Dale Rahn
2009-07-26
Make sure all platforms understand the flags argument of bus_space_map() and
Miod Vallat
2007-05-25
'Proto type' -> 'Prototype' when discussing functions in comments.
Kenneth R Westerback
2005-12-31
Search for the devices to attach to mainbus, not hardcoded. ok miod@
Dale Rahn
2005-11-09
use atop() and ptoa()
Martin Reindl
2004-05-19
de __P of sys/arch/arm.
Dale Rahn
2004-02-01
Arm port, NetBSD codebase stripped down, 32bit only support.
Dale Rahn