OpenBSD cvs log

created 2022-04-11T07:31:55Z
begin 2022-04-08T00:00:00Z
end 2022-04-09T00:00:00Z
path src/sys
commits 7

date 2022-04-08T01:25:34Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c log diff annotate
message change "PSP runtime database doesn't exist" from warn to info
suggested by kettenis@

date 2022-04-08T06:07:01Z
author kevlo
files src/sys/dev/pci/pcidevs log diff annotate
message Add MT7921K.

ok deraadt@

date 2022-04-08T06:07:38Z
author kevlo
files src/sys/dev/pci/pcidevs.h log diff annotate
message regen

date 2022-04-08T06:07:39Z
author kevlo
files src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2022-04-08T13:13:14Z
author mbuhl
files src/sys/dev/ipmi.c log diff annotate
message fix leaking memory in get_sdr on failure.
Found by LLVM scan-build.
ok sthen@

date 2022-04-08T15:02:28Z
author naddy
files src/sys/dev/i2c/w83l784r.c log diff annotate
src/sys/dev/ic/lm78.c log diff annotate
src/sys/dev/ic/lm78var.h log diff annotate
src/sys/dev/isa/fins.c log diff annotate
src/sys/dev/isa/uguru.c log diff annotate
message lm, uguru, fins, wbenv: constify sensor tables

ok miod@

date 2022-04-08T18:17:24Z
author bluhm
files src/sys/net/pfvar_priv.h log diff annotate
message Rename the pf state assert locked macro consistently.
OK sashan@