On Sat, 20 Nov 2021, Riza Dindir wrote:


In the file "sys/external/bsd/drm2/dist/drm/radeon/radeon_cik.c",
there is a reference to a kaveri_mec2.bin file. But this file is not
present in the "src/sys/dev/microcode/radeon/" directory. Is it
possible to comment out the reference to kaveri_mec2.bin?


You could copy that file over from a Linux distro. On Ubuntu 19.04:

$ ls -l /lib/firmware/radeon/kaveri_mec*
-rw-r--r--  1 rvp  rvp  17024 12 Jul  2019 
/media/lib/firmware/radeon/kaveri_mec.bin
-rw-r--r--  1 rvp  rvp  17024 12 Jul  2019 
/media/lib/firmware/radeon/kaveri_mec2.bin
$

-RVP

Reply via email to