OpenBSD cvs log

created 2024-07-03T19:10:55Z
begin 2024-06-19T00:00:00Z
end 2024-06-20T00:00:00Z
path src/sys
commits 6

date 2024-06-19T01:32:24Z
author jsg
files src/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c log diff annotate
message #if notyet -> #ifdef notyet for consistency and -Wundef

date 2024-06-19T13:27:26Z
author jsg
files src/sys/arch/amd64/amd64/hibernate_machdep.c log diff annotate
src/sys/arch/i386/i386/hibernate_machdep.c log diff annotate
message remove externs for global hibernate_state
removed in subr_hibernate.c rev 1.35

date 2024-06-19T21:25:41Z
author patrick
files src/sys/arch/arm64/dev/smmu_acpi.c log diff annotate
message The X1E80100 (Snapdragon X Elite) joins the group of chips that require
the SMMU quirk.

ok kettenis@

date 2024-06-19T21:27:22Z
author patrick
files src/sys/dev/acpi/qciic.c log diff annotate
message Add _HID for X1E80100 (Snapdragon X Elite) SoCs.

ok kettenis@

date 2024-06-19T21:31:10Z
author patrick
files src/sys/dev/acpi/xhci_acpi.c log diff annotate
message Add PNP IDs to handle the X1E80100 (Snapdragon X Elite) USB controllers.

ok kettenis@

date 2024-06-19T22:10:45Z
author patrick
files src/sys/arch/arm64/dev/agintc.c log diff annotate
message The GICv3 redistributor spacing on the X1E80100 (Snapdragon X Elite)
does not follow the regular scheme and needs to be read out of the
redistributor-stride property.

ok kettenis@