OpenBSD cvs log

created 2020-02-07T01:24:51Z
begin 2020-01-19T00:00:00Z
end 2020-01-20T00:00:00Z
path src/sys
commits 2

date 2020-01-19T00:03:46Z
author cheloha
files src/sys/dev/pci/eso.c log diff annotate
src/sys/dev/pci/esovar.h log diff annotate
message eso(4): msleep(9) -> msleep_nsec(9)

Ticks to milliseconds.

ok ratchov@

date 2020-01-19T00:18:34Z
author cheloha
files src/sys/dev/pci/eso.c log diff annotate
message eso(4): do not retake audio_lock during drain

We can pass PNORELOCK to msleep_nsec(9) and avoid retaking the lock
for no reason during a drain.

ok ratchov@