OpenBSD cvs log

created 2024-04-23T01:22:14Z
begin 2024-04-15T13:58:48Z
end 2024-04-15T14:25:10Z
path src/sys
commits 1

date 2024-04-15T14:25:10Z
author krw
files src/sys/dev/ic/nvme.c log diff annotate
message Don't wait forever in nvme_poll(). Respect the timeout provided by a scsi_xfer.
Define values for internal commands (identity and queue ops) that are polled.

Adapted from work by jdolecek@netbsd.

Feedback/suggestions deraadt@, testing by jca@, ok jmatthew@.