Module Name: src Committed By: riastradh Date: Wed Jun 24 18:23:23 UTC 2015
Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_bios.c Log Message: Use bus_space_read rather than kmemdup to read ROM. jakllsch@ reports that on some 64-bit systems, kmemdup does 8-byte reads, which yield garbage in the high word. bus_space_read_region_1 does 1-byte reads instead, which seem to work. Derived from a patch from jakllsch@. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/sys/external/bsd/drm2/dist/drm/radeon/radeon_bios.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.