OpenBSD cvs log

created 2021-06-19T14:47:22Z
begin 2021-06-12T00:00:00Z
end 2021-06-13T00:00:00Z
path src/sys
commits 4

date 2021-06-12T09:26:47Z
author kettenis
files src/sys/dev/pci/if_bge.c log diff annotate
message Enable code to read MAC address from the device tree on FDT platforms.

ok deraadt@, gkoehler@

date 2021-06-12T13:08:30Z
author kettenis
files src/sys/dev/pci/virtio_pci.c log diff annotate
message Restrict MSI override to i386 and amd64. On other architectures we can
trust the flag set by the PCI host bridge driver and there are cases
where it isn't set because MSIs aren't implemented (for example on riscv64).

ok patrick@, sf@

date 2021-06-12T16:30:16Z
author kettenis
files src/sys/arch/riscv64/conf/GENERIC log diff annotate
src/sys/arch/riscv64/conf/RAMDISK log diff annotate
src/sys/dev/fdt/dwpcie.c log diff annotate
message Enable dwpcie(4) and add support for the PCIe host bridge found on the
SiFive FU740 SoC.

ok drahn@

date 2021-06-12T23:58:24Z
author drahn
files src/sys/arch/riscv64/conf/GENERIC log diff annotate
src/sys/arch/riscv64/conf/RAMDISK log diff annotate
src/sys/arch/riscv64/conf/files.riscv64 log diff annotate
src/sys/arch/riscv64/dev/sfuart.c log diff annotate
message Serial driver for SiFive Unmatched (U74) based on dev/fdt/amluart.c
console input and output working, userland input and output at least
partially working.
'commit that driver, further improvements can happen in-tree' deraadt@