OpenBSD cvs log

created 2021-10-20T09:33:32Z
begin 2021-05-30T00:00:00Z
end 2021-05-31T00:00:00Z
path src/sys
commits 7

date 2021-05-30T02:54:36Z
author jsg
files src/sys/dev/pci/azalia.c log diff annotate
message match on Intel 500 Series LP HDA

The ASUS ZenBook S UX393EA HDA device has a multimedia subclass of audio
instead of the expected subclass of HD audio, so add 500 Series LP HDA
to the list of devices.

Fix suggested by and ok brynet@
Reported and tested by Peter N. M. Hansteen

date 2021-05-30T03:18:38Z
author jsg
files src/sys/dev/pci/azalia_codec.c log diff annotate
message recognise ALC294

date 2021-05-30T15:05:32Z
author visa
files src/sys/arch/amd64/amd64/db_interface.c log diff annotate
src/sys/arch/arm64/arm64/db_interface.c log diff annotate
src/sys/arch/arm64/dev/apldart.c log diff annotate
src/sys/arch/mips64/mips64/db_machdep.c log diff annotate
src/sys/arch/powerpc/ddb/db_interface.c log diff annotate
message Include <sys/mutex.h> to avoid a hidden header dependency.

OK jsg@ deraadt@

date 2021-05-30T15:05:33Z
author visa
files src/sys/arch/powerpc64/powerpc64/db_interface.c log diff annotate
src/sys/arch/sparc64/sparc64/db_interface.c log diff annotate
src/sys/dev/fdt/bcm2835_mbox.c log diff annotate
src/sys/dev/ic/ahcivar.h log diff annotate
message Include <sys/mutex.h> to avoid a hidden header dependency.

OK jsg@ deraadt@

date 2021-05-30T15:06:53Z
author visa
files src/sys/arch/powerpc64/include/intr.h log diff annotate
message Include <sys/queue.h> to avoid a hidden header dependency.

OK jsg@ deraadt@

date 2021-05-30T15:08:08Z
author visa
files src/sys/arch/powerpc/include/pmap.h log diff annotate
src/sys/arch/powerpc64/include/pmap.h log diff annotate
message Include <sys/mutex.h> and <sys/queue.h> earlier in powerpc* pmap.h
to avoid hidden header dependencies.

OK jsg@ deraadt@

date 2021-05-30T21:01:27Z
author bluhm
files src/sys/kern/uipc_proto.c log diff annotate
src/sys/net/pfkeyv2.c log diff annotate
src/sys/net/rtsock.c log diff annotate
message Declare all struct protosw as constant.
OK mvs@