CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2011/09/22 11:46:00
Modified files: sys/arch/arm/mainbus: mainbus.c mainbus.h sys/arch/arm/conf: files.arm Removed files: sys/arch/arm/arm: blockio.S sys/arch/arm/mainbus: mainbus_io.c mainbus_io_asm.S Log message: None of the mainbus child devices care about getting a bus_space_tag_t from its parent, because they know better; so don't bother providing one, which allows more unused code to go to the Attic. While there, redo the config machinery for mainbus child devices, to bring it to our current standards. This also allows them to be disabled in UKC, should there be a need for this in the future.