| Commit message (Expand) | Author | Age | Files | Lines |
| * | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 1 | -3/+1 |
| * | Let the armv7 bus_dma layer and simplebus(4) implementation deal with |  kettenis | 2020-04-29 | 1 | -3/+2 |
| * | Provide hw.serialno using the root node's serial-number property. |  patrick | 2019-10-23 | 1 | -5/+13 |
| * | Enable thermal zone handling code. |  kettenis | 2019-09-21 | 1 | -1/+4 |
| * | Remove whitespace in inline assembly output constraint strings. While |  jsg | 2017-09-11 | 1 | -3/+3 |
| * | Remove check for compatible property. Turns out sunxi relied on the broken |  kettenis | 2017-05-02 | 1 | -4/+1 |
| * | Make early attrbute work here as well. Remove unreachable panic while there. |  kettenis | 2017-04-30 | 1 | -7/+16 |
| * | Bring over the changes to mainbus(4) and simplebus(4) from arm64. |  kettenis | 2017-04-27 | 2 | -145/+89 |
| * | unifdef CPU_ARMv7 and ARM_ARCH_7 |  jsg | 2017-01-06 | 1 | -9/+3 |
| * | Add simplefb(4), a driver to support the framebuffer set up by the firmware |  kettenis | 2017-01-03 | 1 | -6/+17 |
| * | Set up the fdt attach args for devices that attach directly to mainbus |  jsg | 2016-08-06 | 1 | -1/+54 |
| * | Add support for pre-registering interrupts. This allows device drivers to |  kettenis | 2016-08-04 | 1 | -1/+5 |
| * | The "#address-cells" and "#size-cells" properties define the size |  patrick | 2016-07-13 | 1 | -1/+7 |
| * | use fdt "model" string for hw.product |  jsg | 2016-05-29 | 1 | -4/+10 |
| * | Introduce a per-platform init_mainbus() hook that can be used to attach |  kettenis | 2016-05-18 | 2 | -3/+8 |
| * | Rework mainbus and implement simplebus to be able to span a tree-like |  patrick | 2016-05-02 | 3 | -118/+146 |
| * | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -3/+2 |
| * | None of the mainbus child devices care about getting a bus_space_tag_t from |  miod | 2011-09-22 | 4 | -399/+20 |
| * | Kill pmap_phys_address(), and force every driver's mmap() routine to return |  miod | 2010-12-26 | 1 | -2/+2 |
| * | Convert all powerhooks to activate functions, and provide powerhook stubs. |  deraadt | 2010-08-30 | 1 | -2/+3 |
| * | arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist, |  drahn | 2010-04-27 | 1 | -7/+1 |
| * | Make sure all platforms understand the flags argument of bus_space_map() and |  miod | 2009-07-26 | 1 | -3/+3 |
| * | 'Proto type' -> 'Prototype' when discussing functions in comments. |  krw | 2007-05-25 | 1 | -2/+2 |
| * | Search for the devices to attach to mainbus, not hardcoded. ok miod@ |  drahn | 2005-12-31 | 1 | -8/+17 |
| * | use atop() and ptoa() |  martin | 2005-11-09 | 1 | -2/+2 |
| * | de __P of sys/arch/arm. |  drahn | 2004-05-19 | 1 | -5/+5 |
| * | Arm port, NetBSD codebase stripped down, 32bit only support. |  drahn | 2004-02-01 | 5 | -0/+653 |