NetBSD/sys/dev/vmt
msaitoh c7dff6922c Process all queued messages without delay immediately. From OpenBSD.
Apply the remaining part of OpenBSD sys/dev/vmt.c rev. 1.22.

 > The VM host might send multiple messages at once but vmt(4) only
 > processed one of time per second.  Change the code to process all
 > queued messages without delay immediately.  This fixes two things: a)
 > the vmt time sensor is available on boot when ntpd -s is loaded and b)
 > the random seeding on resume (OS_Resume message) is executed almost
 > immediately and not delayed by about 20 seconds.

 Apply OpenBSD sys/dev/pv/vmt.c rev. 1.4.

 >  Merge two return branches in vmt_tclo_tick().  No functional changes.
2024-03-20 23:34:24 +00:00
..
files.vmt
vmt_subr.c Process all queued messages without delay immediately. From OpenBSD. 2024-03-20 23:34:24 +00:00
vmtreg.h
vmtvar.h