K 10 svn:author V 3 phk K 8 svn:date V 27 2005-09-24T20:11:07.000000Z K 7 svn:log V 330 Add convenience macros for bus_space usage that doesn't require specification of bus tag+handle. Instead of bus_space_write_1(sc->tag, sc->handle, ...) this macros offer bus_write_1(sc->resource, ...) The name+argument transformation is constant and the the macros are generated (by hand) by the script in tools/bus_macro.sh. END