OpenBSD cvs log

created 2023-01-29T08:58:43Z
begin 2023-01-23T00:00:00Z
end 2023-01-24T00:00:00Z
path src/sys
commits 13

date 2023-01-23T03:01:52Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h log diff annotate
message add a placeholder for GC 11.0.4 device ids

GC 11.0.4 support will be backported to linux 6.1.y at the request of
Mario Limonciello of AMD on the linux stable list.

Known to be an APU from amdgpu_discovery_set_ip_blocks().
Firmware not currently in linux-firmware git.

date 2023-01-23T05:19:10Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message change ATI "Yellow Carp" string to "Rembrandt"

Yellow Carp is the codename used by drm and linux amdgpu firmware.
In product specifications AMD uses Rembrandt.

Mesa renamed last year in
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16604

Ryzen 6000 Series / Rembrandt graphics are marketed as Radeon 660M and
Radeon 680M. These share the same device id of 0x1681.

Ryzen 7035 Series / Rembrandt-R also use Radeon 660M and Radeon 680M.
It is unclear if they use a device id of 0x1681 or 0x164d.

date 2023-01-23T05:19:44Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
message regen

date 2023-01-23T05:19:45Z
author jsg
files src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2023-01-23T09:36:39Z
author nicm
files src/sys/arch/armv7/exynos/crosec_kbd.c log diff annotate
src/sys/arch/luna88k/dev/omkbdmap.c log diff annotate
src/sys/dev/adb/akbdmap.h log diff annotate
src/sys/dev/hil/hilkbdmap.c log diff annotate
message Add Backtab key, based on a change from Crystal Kolipe kolipe.c at
exoticsilicon dot com.

ok miod

date 2023-01-23T09:36:40Z
author nicm
files src/sys/dev/pckbc/wskbdmap_mfii.c log diff annotate
src/sys/dev/sun/sunkbdmap.c log diff annotate
src/sys/dev/wscons/wsemul_vt100_keys.c log diff annotate
src/sys/dev/wscons/wsksymdef.h log diff annotate
message Add Backtab key, based on a change from Crystal Kolipe kolipe.c at
exoticsilicon dot com.

ok miod

date 2023-01-23T09:38:03Z
author nicm
files src/sys/dev/usb/ukbdmap.c log diff annotate
message Regen.

date 2023-01-23T10:13:46Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message add amdgpu device ids newly matched with 6.1 drm
another Cyan Skillfish and Aldebaran/MI200

date 2023-01-23T10:14:15Z
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-01-23T18:33:34Z
author mvs
files src/sys/kern/uipc_socket.c log diff annotate
message In somove() rename `state' variable to `rcvstate' to make code more
readable. No functional changes.

Proposed by and ok bluhm@

date 2023-01-23T18:34:24Z
author mvs
files src/sys/kern/uipc_socket.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Move SS_ISSENDING flag to `sb_state'. It should belong to the send
buffer as the SS_CANTSENDMORE flag.

ok bluhm@

date 2023-01-23T18:35:13Z
author mvs
files src/sys/sys/socketvar.h log diff annotate
message Remove "sb == &so->so_rcv || sb == &so->so_snd" assertion from
sb_notify() and sbspace(). Now it's overkilling.

ok bluhm@

date 2023-01-23T19:31:41Z
author miod
files src/sys/arch/sparc64/sparc64/pmap.c log diff annotate
message Make sure pmap_extract() doesn't incorrectly return success when invoked
on behalf of an invalid but not page-aligned address.

ok kettenis@