OpenBSD cvs log

created 2024-08-17T17:22:47Z
begin 2024-08-10T00:00:00Z
end 2024-08-11T00:00:00Z
path src/sys
commits 8

date 2024-08-10T04:59:17Z
author jsg
files src/sys/dev/pci/drm/i915/gt/intel_ggtt.c log diff annotate
message reduce diff to linux in ggtt_probe_common()

date 2024-08-10T09:18:09Z
author jsg
files src/sys/kern/kern_sig.c log diff annotate
message spelling; ok claudio@

date 2024-08-10T11:00:14Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message add SANDISK/Western Digital NVMe devices

0x5017 from Jan Schreiber
and some from submitted dmesgs

use a string of just "NVMe" when models share a device id:
0x5009 WDC PC SN530, WDC WDS500G2B0C-00PXH0
0x5014 WD Green SN350, WDC PC SN540
0x5017 WD PC SN740, WD_BLACK SN770

date 2024-08-10T11:01:12Z
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 2024-08-10T20:20:50Z
author kettenis
files src/sys/dev/pci/pci.c log diff annotate
message Some AMD Ryzen xHCI controllers need a bit more time to transition from D3
into D0. Fixes xhci(4) issues after resume.

ok deraadt@

date 2024-08-10T21:53:06Z
author patrick
files src/sys/dev/pci/if_rge.c log diff annotate
message Fix TX descriptors DMA syncs. So far only a single TX desc was synced, which
wasn't even one that we filled. Ensure that we sync all descs that we touch
before we give the whole chain to the hardware.

ok kettenis@

date 2024-08-10T23:15:28Z
author jsg
files src/sys/dev/pci/drm/i915/gt/uc/intel_guc_fw.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_huc.c log diff annotate
message drm/i915/huc: Allow for very slow HuC loading

From John Harrison
a797099562267ebb281acd59750f1a8dbba36eef in mainline linux

Avoids HuC auth failing due to timeout on Raptor Lake-S,
reported and fix tested by Laurence Tratt.

date 2024-08-10T23:28:17Z
author deraadt
files src/sys/dev/acpi/acpi.c log diff annotate
src/sys/dev/acpi/acpi_x86.c log diff annotate
message cleanup excessive calls to acpi_indicator at suspend time and resume time
ok kettenis