freebsd-dev/sys/tools
Poul-Henning Kamp 6db1c434a4 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.
2005-09-24 20:11:07 +00:00
..
acpi_quirks2h.awk /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
bus_macro.sh Add convenience macros for bus_space usage that doesn't require specification 2005-09-24 20:11:07 +00:00
emu10k1-mkalsa.sh
makeobjops.awk /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
miidevs2h.awk /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
pccarddevs2h.awk /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
usbdevs2h.awk /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
vnode_if.awk Allow EVFILT_VNODE events to work on every filesystem type, not just 2005-06-09 20:20:31 +00:00