OpenBSD cvs log

created 2023-07-23T19:46:10Z
begin 2023-07-19T00:00:00Z
end 2023-07-20T00:00:00Z
path src/sys
commits 4

date 2023-07-19T20:22:05Z
author jan
files src/sys/dev/pci/if_ixl.c log diff annotate
message Protect ixl(4) admin queue with mutex(9).

with tweaks from bluhm

tested by bluhm

ok bluhm@

date 2023-07-19T20:26:11Z
author kettenis
files src/sys/arch/arm64/dev/mainbus.c log diff annotate
src/sys/arch/arm64/dev/simplebus.c log diff annotate
message Implement "early 2" locator for mainbus(4) and simplebus(4) to make
drivers attach even earlier.

ok drahn@, deraadt@

date 2023-07-19T20:27:20Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
message Use "early 2" to attach aplpngr(4) to make sure it attaches before other
core drivers that need to enable power domains.

ok drahn@, deraadt@

date 2023-07-19T21:52:55Z
author kettenis
files src/sys/arch/arm64/dev/mainbus.c log diff annotate
message Reset sc->sc_early to 0 to make sure the framebuffer attaches.
Fixes my previous commit.

ok drahn@