OpenBSD cvs log

created 2020-11-01T20:19:26Z
begin 2020-10-24T00:00:00Z
end 2020-10-25T00:00:00Z
path src/sys
commits 6

date 2020-10-24T05:07:47Z
author jmatthew
files src/sys/arch/sparc64/dev/vpci.c log diff annotate
message If the #msi-eqs property says there are no event queues, don't try to set
up MSI support.

stsp@ and bluhm@ ran into this on T5220s
ok stsp@ kettenis@ patrick@

date 2020-10-24T12:51:58Z
author jmc
files src/sys/dev/pci/azalia_codec.c log diff annotate
message add entry for realtek alc3204/236;
patch cobbled together with assistance from (and ok) jsg;

date 2020-10-24T14:38:46Z
author kettenis
files src/sys/arch/powerpc64/dev/phb.c log diff annotate
message Prefer 32-bit MSI even if the hardware supports 64-bit MSI to work
around buggy Radeon cards that advertise 64-bit MSI but only implement
40 bits.

date 2020-10-24T21:06:56Z
author kettenis
files src/sys/arch/powerpc64/powerpc64/conf.c log diff annotate
message /dev/drm*

date 2020-10-24T21:07:53Z
author kettenis
files src/sys/uvm/uvm_device.c log diff annotate
message We will soon have DRM on powerpc64.

date 2020-10-24T21:42:10Z
author kettenis
files src/sys/arch/powerpc64/include/intr.h log diff annotate
message Add forward declaration of struct trapframe.