Date: Tue, 13 Jun 2006 19:18:09 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include _bus.h bus.h Message-ID: <200606131918.k5DJI911076460@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2006-06-13 19:18:09 UTC
FreeBSD src repository
Modified files:
sys/sparc64/include _bus.h bus.h
Log:
- Complete breaking out the definition of bus_space_{tag,handle}_t by
moving the typedef of bus_space_tag_t from sys/sparc64/include/bus.h
to sys/sparc64/include/_bus.h. This brings sparc64 in sync with the
other platforms and fixes the compilation of drivers which include
<sys/rman.h> before <machine/bus.h> after sys/sys/rman.h rev. 1.34.
- Remove the definition of bus_type_t from sys/sparc64/include/_bus.h
as it's unused since sys/sparc64/include/bus.h rev. 1.6 and
sys/sparc64/sparc64/bus_machdep.c rev. 1.3.
- Remove some pointless comments.
Revision Changes Path
1.2 +4 -7 src/sys/sparc64/include/_bus.h
1.39 +0 -5 src/sys/sparc64/include/bus.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606131918.k5DJI911076460>
