OpenBSD cvs log

created 2023-03-11T23:12:50Z
begin 2023-03-07T00:00:00Z
end 2023-03-08T00:00:00Z
path src/sys
commits 2

date 2023-03-07T10:24:11Z
author kettenis
files src/sys/dev/fdt/dwpcie.c log diff annotate
message Add some minimal initialization code for rk356x such that the kernel
doesn't hang.

ok millert@, dlg@

date 2023-03-07T20:09:48Z
author jan
files src/sys/net/if.c log diff annotate
src/sys/net/if.h log diff annotate
message Avoid enabling TSO on interfaces which are already attached to a bridge.

with tweaks from claudio and deraadt

ok claudio, bluhm