OpenBSD cvs log

created 2021-11-06T23:52:10Z
begin 2021-11-02T00:00:00Z
end 2021-11-03T00:00:00Z
path src/sys
commits 6

date 2021-11-02T02:17:56Z
author deraadt
files src/sys/dev/acpi/acpi.c log diff annotate
message knf

date 2021-11-02T08:25:47Z
author patrick
files src/sys/arch/amd64/conf/GENERIC log diff annotate
message Enable igc(4).

Tested by kevlo@

date 2021-11-02T09:52:40Z
author dlg
files src/sys/dev/usb/uchcom.c log diff annotate
message add handling for parity and character size config.

i wanted to talk modbus to a thing using a uchcom rs485 adapter,
but i needed even parity enabled to do that which the code didnt
support. this pulls in the necessary changes from netbsd uchcom.c
r1.26. it does not pull in the reset changes in 1.26 because netbsd
r1.28 reverts the reset code back to what we have now.

existing functionality tested by felix kronlage-dammers
ok patrick@

date 2021-11-02T14:49:53Z
author patrick
files src/sys/dev/sdmmc/if_bwfm_sdio.c log diff annotate
message Recognize BCM43436, as seen on the Raspberry Pi Zero 2 W.

ok jsg@

date 2021-11-02T16:31:27Z
author fcambus
files src/sys/dev/wsfont/wsfont.c log diff annotate
message Enable spleen16x32 and spleen32x64 on powerpc64 for GENERIC kernels.

Pointed out by Brad, thanks!

OK kettenis@, deraadt@

date 2021-11-02T23:30:15Z
author mlarkin
files src/sys/arch/amd64/amd64/identcpu.c log diff annotate
message Remove trailing whitespace