OpenBSD cvs log

created 2019-10-26T13:49:15Z
begin 2019-10-20T00:00:00Z
end 2019-10-21T00:00:00Z
path src/sys
commits 5

date 2019-10-20T07:52:37Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c log diff annotate
message unstub amdgpu_ttm_bo_eviction_valuable()

The remaining commented block of code calls amdkfd_fence_check_mm()
which does nothing when not built with CONFIG_HSA_AMD.

date 2019-10-20T16:13:35Z
author kn
files src/sys/arch/amd64/stand/boot/boot.8 log diff annotate
src/sys/arch/hppa/stand/boot/boot.8 log diff annotate
src/sys/arch/i386/stand/boot/boot.8 log diff annotate
src/sys/arch/landisk/stand/boot/boot.8 log diff annotate
message Document "set db_console 0|1"

OK deraadt

date 2019-10-20T16:27:19Z
author kettenis
files src/sys/arch/sparc64/include/hypervisor.h log diff annotate
src/sys/arch/sparc64/include/mdesc.h log diff annotate
src/sys/arch/sparc64/sparc64/hvcall.S log diff annotate
src/sys/arch/sparc64/sparc64/mdesc.c log diff annotate
src/sys/arch/sparc64/sparc64/openprom.c log diff annotate
message Firmware that supports the "parallel boot" feature allows us to read the PRI
using a simple hypervisor call. Implement this.

Tested by jmatthew@

date 2019-10-20T22:15:07Z
author kn
files src/sys/arch/amd64/stand/boot/boot.8 log diff annotate
src/sys/arch/hppa/stand/boot/boot.8 log diff annotate
message Improve previous

From and OK jmc

date 2019-10-20T22:15:08Z
author kn
files src/sys/arch/i386/stand/boot/boot.8 log diff annotate
src/sys/arch/landisk/stand/boot/boot.8 log diff annotate
message Improve previous

From and OK jmc