OpenBSD cvs log

created 2022-11-28T11:22:26Z
begin 2022-11-10T12:10:54Z
end 2022-11-10T12:14:05Z
path src/sys
commits 3

date 2022-11-10T12:12:53Z
author patrick
files src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/qcpdc.c log diff annotate
message Add qcpdc(4), a driver for the Qualcomm Power Domain controller found on
Qualcomm SoCs. This is mostly a shim torwards agintc(4).

ok kettenis@

date 2022-11-10T12:13:22Z
author patrick
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
message Enable qcpdc(4)

ok kettenis@

date 2022-11-10T12:14:05Z
author kettenis
files src/sys/dev/pci/if_bwfm_pci.c log diff annotate
message We need to turn a few more things on in the resume path. This makes it
possible to ifconfig down the interface suspend/resume and ifconfig up the
interface again afterwards in most cases. Suspend/resume with the interface
up is still busted.

ok patrick@, stsp@