[Bug 276731] amdtemp does not detect AMD Ryzen 9 7950X3D

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 30 Jan 2024 14:12:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276731

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org
             Status|New                         |Open

--- Comment #4 from Mark Johnston <markj@FreeBSD.org> ---
It works for me on main:

markj@xinde> sysctl hw.model
hw.model: AMD Ryzen 9 7950X3D 16-Core Processor
markj@xinde> sysctl dev.amdtemp
dev.amdtemp.0.ccd1: 22.7C
dev.amdtemp.0.ccd0: 25.2C
dev.amdtemp.0.core0.sensor0: 25.7C
dev.amdtemp.0.sensor_offset: 0
dev.amdtemp.0.%parent: hostb0
dev.amdtemp.0.%pnpinfo: 
dev.amdtemp.0.%location: 
dev.amdtemp.0.%driver: amdtemp
dev.amdtemp.0.%desc: AMD CPU On-Die Thermal Sensors
dev.amdtemp.%parent:

It'd be worth trying to boot in verbose mode (boot -v) since amdtemp_attach()
will print more information in that mode.

I can merge the patch in question but I'm not sure why it doesn't work.

-- 
You are receiving this mail because:
You are the assignee for the bug.