Module Name: src Committed By: mrg Date: Wed May 19 22:14:20 UTC 2010
Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_sysctl.c Log Message: only use bus_space*() on drm_local_map_t's that have been mapped into some bus space somewhere. otherwise, just use normal accesses since it is normal memory. this fixes radeondrm on x86 since bus_space_tag_t became a pointer. add the "GEM" and "TTM" mapping types to sysctl support (though right now we will never have them in our list of maps.) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/external/bsd/drm/dist/bsd-core/drmP.h cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm/dist/bsd-core/drm_sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.