diff options
author | phk <phk@FreeBSD.org> | 2005-09-24 20:11:07 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-09-24 20:11:07 +0000 |
commit | 81a425948bada5590b8d692f6a60a131b7bd7f72 (patch) | |
tree | ff1dbc871555b2dfa2b91a01fadea320dda78fd2 /sys/dev/ieee488/pcii.c | |
parent | 8d364c8c58c67417ba136fa9f2b0dbf056099ff0 (diff) | |
download | FreeBSD-src-81a425948bada5590b8d692f6a60a131b7bd7f72.zip FreeBSD-src-81a425948bada5590b8d692f6a60a131b7bd7f72.tar.gz |
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.
Diffstat (limited to 'sys/dev/ieee488/pcii.c')
0 files changed, 0 insertions, 0 deletions