OpenBSD cvs log

created 2021-10-20T09:31:08Z
begin 2021-05-29T00:00:00Z
end 2021-05-30T00:00:00Z
path src/sys
commits 4

date 2021-05-29T01:32:49Z
author cheloha
files src/sys/sys/timeout.h log diff annotate
message timeout.h: remove API documentation comment

Details about using the timeout API can be found in the timeout.9
manpage. We don't need this comment.

ok mvs@

date 2021-05-29T08:07:43Z
author kettenis
files src/sys/dev/ic/nvme.c log diff annotate
message Only allocate the "hibernate" queue when HIBERNATE support is being built.
This makes the NVMe storage on the Apple M1 machines actually work!

ok patrick@, dlg@

date 2021-05-29T08:10:11Z
author kettenis
files src/sys/arch/arm64/dev/aplns.c log diff annotate
message Remove support for the hibernate queue. Allocating this queue would
overwrite the registers pointing at the normal IO queue and break things.

ok dlg@, patrick@

date 2021-05-29T08:50:07Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
message Enable aplns(4).