OpenBSD cvs log

created 2020-03-14T19:28:38Z
begin 2020-03-08T00:00:00Z
end 2020-03-09T00:00:00Z
path src/sys
commits 4

date 2020-03-08T11:43:43Z
author mpi
files src/sys/dev/pci/if_em.c log diff annotate
src/sys/dev/pci/if_em_hw.c log diff annotate
src/sys/dev/pci/if_em_hw.h log diff annotate
message Use queue descriptor instead of hardcoded value when initializing hw.

Tested by Hrvoje Popovski, ok jmatthew@

date 2020-03-08T15:15:57Z
author ratchov
files src/sys/dev/audio.c log diff annotate
message Wake up processes reading the mixer when the device is detached.

date 2020-03-08T18:22:36Z
author landry
files src/sys/arch/amd64/stand/pxeboot/conf.c log diff annotate
message fs_name[] must match file_system[], adapt for ufs2 support.

fixes pxeboot - committing on behalf of otto@ who cant right now.

date 2020-03-08T19:24:15Z
author claudio
files src/sys/dev/usb/ucom.c log diff annotate
message Rework ucom(4) a bit. The logic of RTS follows DTR should only be done
when the port is initialized (with a tcsetattr() call) but not on every
changed of DTR (especially those caused by other tty ioctls).
Fixes firmware upload on various microcontroller boards that use DTR and
RTS as signaling lines to reset the device and enter the bootloader.
Tested by tracey@, OK deraadt@