OpenBSD cvs log

created 2020-07-28T21:02:31Z
begin 2020-05-12T00:00:00Z
end 2020-05-13T00:00:00Z
path src/sys
commits 2

date 2020-05-12T08:49:54Z
author jan
files src/sys/dev/pci/if_em.c log diff annotate
src/sys/net/if_var.h log diff annotate
message Set timeout(9) to refill the receive ring descriptors if the amount of
descriptors runs below the low watermark.

The em(4) firmware seems not to work properly with just a few descriptors in
the receive ring. Thus, we use the low water mark as an indicator instead of
zero descriptors, which causes deadlocks.

ok kettenis@

date 2020-05-12T15:13:18Z
author kettenis
files src/sys/arch/luna88k/luna88k/clock.c log diff annotate
src/sys/arch/luna88k/luna88k/machdep.c log diff annotate
message Finally switch luna88k to the same inittodr()/resettodr() implementation
as all the other architectures.