OpenBSD cvs log

created 2022-03-03T18:01:00Z
begin 2022-02-27T00:00:00Z
end 2022-02-28T00:00:00Z
path src/sys
commits 3

date 2022-02-27T02:27:55Z
author krw
files src/sys/scsi/sd.c log diff annotate
src/sys/scsi/st.c log diff annotate
message SC_DEBUG() requires an initialized scsi_link. Shuffle
code to make it so.

Pointed out by clang when prodded with SCSIDEBUG.

date 2022-02-27T10:14:01Z
author bluhm
files src/sys/dev/dt/dt_dev.c log diff annotate
src/sys/dev/dt/dtvar.h log diff annotate
message Fix whitespace and uninitialized variable in dt(4).
OK mpi@

date 2022-02-27T17:36:52Z
author kettenis
files src/sys/arch/arm64/dev/apldart.c log diff annotate
message Adjust definition of DART_L1_TABLE to what Linux uses.

ok jsg@