OpenBSD cvs log

created 2021-10-03T01:48:59Z
begin 2021-09-29T00:00:00Z
end 2021-09-30T00:00:00Z
path src/sys
commits 8

date 2021-09-29T10:27:21Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message add amdgpu and inteldrm devices matched by 5.15 drm without force probe
includes amd codenames for codenames so subject to change

date 2021-09-29T10:28:07Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2021-09-29T12:18:08Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message intel 0x5915 is a kaby lake graphics id not imaging unit
fix strings in some other graphics devices as well

date 2021-09-29T12:18:40Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2021-09-29T13:02:29Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c log diff annotate
message drm/amdgpu: add some additional RDNA2 PCI IDs

From Alex Deucher
8f0c93f454bd7ab04eaec1d3c436c4c7c2378f07 in mainline linux

date 2021-09-29T13:03:47Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h log diff annotate
message sync

date 2021-09-29T22:03:33Z
author kettenis
files src/sys/dev/acpi/pchgpio.c log diff annotate
message Add support for Cannon Lake H and Tiger Lake H platforms.

ok jcs@

date 2021-09-29T22:08:13Z
author bluhm
files src/sys/netinet/ip_ipsp.c log diff annotate
src/sys/netinet/ip_ipsp.h log diff annotate
src/sys/netinet/ipsec_input.c log diff annotate
message Global variables to track initialisation behave poorly with MP.
Move the tdb pool init into an init function.
OK mvs@