OpenBSD cvs log

created 2023-02-26T08:42:50Z
begin 2023-02-20T00:00:00Z
end 2023-02-21T00:00:00Z
path src/sys
commits 3

date 2023-02-20T00:01:16Z
author patrick
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
message Unbreak RAMDISK build by adding a check for MULTIPROCESSOR.

date 2023-02-20T09:08:47Z
author miod
files src/sys/dev/pci/sti_pci.c log diff annotate
message Wrap all printf calls in sti_check_rom() in order to automagically cope with
ROM enable/disable; makes addition of debug code more fool-proof. NFC (yet)

date 2023-02-20T11:31:16Z
author miod
files src/sys/dev/pci/sti_pci.c log diff annotate
message Rewrite the ROM walk logic to correctly iterate over non-STI ROMs (and skip
them), such as x86 bios ROMs.