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