OpenBSD cvs log

created 2023-06-18T02:15:10Z
begin 2023-06-12T00:00:00Z
end 2023-06-13T00:00:00Z
path src/sys
commits 6

date 2023-06-12T01:12:33Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h log diff annotate
message add more Navi 31 device ids

Radeon Pro W7800 and Radeon Pro W7900
from Radeon Software for Linux 23.10.1 (5.5.1) libdrm-amdgpu-common

date 2023-06-12T01:13:13Z
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 2023-06-12T11:26:24Z
author jsg
files src/sys/dev/usb/usbdevs log diff annotate
message add Mercusys MW150US V2
from Daeil Lee

date 2023-06-12T11:26:54Z
author jsg
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2023-06-12T11:27:30Z
author jsg
files src/sys/dev/usb/if_urtwn.c log diff annotate
message match Mercusys MW150US V2
from Daeil Lee

date 2023-06-12T21:19:54Z
author mvs
files src/sys/net/if.c log diff annotate
message Move nd6_ifdetach() out of netlock. In this point, the interface is
disconnected from everywhere. No need to hold netlock for dummy
'nd_ifinfo' release. Netlock is also not needed for
TAILQ_EMPTY(&ifp->if_*hooks) assertions.

ok kn bluhm