Module Name: src Committed By: riastradh Date: Thu Nov 5 20:26:10 UTC 2015
Modified Files: src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device: nouveau_engine_device_base.c Log Message: Fix bogus output parameter for bus_space_map. We stored the bus space handle in nv_subdev(device)->mmioh, which we then overwrote with whatever was in the mmioh local variable -- maybe garbage, maybe an old mapping, almost certainly wrong either way. Instead store it in mmioh so that the subsequent assignment nv_subdev(device)->mmioh = mmioh actually works as intended. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device/nouveau_engine_device_base.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.