CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/14 05:48:15
Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_bios.c
sys/dev/pci/drm/radeon: radeon_bios.c
Log message:
use bus_space_read_region_1() when reading bios from pci rom
Avoids 'BIOS signature incorrect 0 0' warning seen on sparc64
(where pci is mapped little endian) reported by Ted Bullock.
