OpenBSD cvs log

created 2022-05-01T22:42:10Z
begin 2022-04-25T00:00:00Z
end 2022-04-26T00:00:00Z
path src/sys
commits 2

date 2022-04-25T16:17:19Z
author claudio
files src/sys/dev/pci/ksmn.c log diff annotate
message Extend ksmn(4) driver to also show CCD tempratures if available.
Based information from the linux k10temp driver.
OK brynet@

date 2022-04-25T21:53:09Z
author kettenis
files src/sys/dev/pci/drm/ttm/ttm_pool.c log diff annotate
message Reimplement the page allocation code using bus_dma(9) APIs to make sure
that on architectures with an IOMMU, DMA addresses are translated
properly.

Fixes radeondrm(4) and amdgpu(4) on powerpc64, sparc64 and arm64 machines
with smmu(4).

ok jsg@