OpenBSD cvs log

created 2023-04-12T02:15:45Z
begin 2023-03-30T00:00:00Z
end 2023-03-31T00:00:00Z
path src/sys
commits 4

date 2023-03-30T09:24:22Z
author kevlo
files src/sys/dev/mii/txphy.c log diff annotate
message Update comment: RTL8139 -> TNETE2101

ok mpi@

date 2023-03-30T15:09:01Z
author kn
files src/sys/arch/arm64/arm64/machdep.c log diff annotate
message Map device tree read/write to unbreak root on softraid

Since r1.76 "Get rid of pmap_map_early()" the FDT was mapped read-only,
but CRYPTO softraid code writes it to zero out the key.

Found and tested by me; explanation and fix from kettenis.
OK kettenis

date 2023-03-30T20:03:32Z
author kn
files src/sys/dev/fdt/dwpcie.c log diff annotate
message Attach Baikal-M PCIe

https://github.com/Elpitech/baikal-m-linux-kernel/search?q=bm1000-pcie
Tested on ET-101-MB

Initial diff from Slava Voronzoff
Feedback OK kettenis patrick

date 2023-03-30T20:07:49Z
author kn
files src/sys/dev/fdt/dwpcie.c log diff annotate
message keep match strings sorted