git: amdtemp - Fix family 0x17 support, add family 0x19 support (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Sat May 29 23:53:01 PDT 2021


commit 206afc23f92722a9b6e8f8d7cdd649e5dd3ec27a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat May 29 23:50:33 2021 -0700

    amdtemp - Fix family 0x17 support, add family 0x19 support (2)
    
    * Get rid of debugging kprintfs and the family 0x18 sillyness I had
      added earlier.
    
    * Unfortunately, there are still a multitude of problems with this
      driver.  Not only is the ncores supposed to be per-unit (and isn't,
      its whole-system), but the amdtemp driver attaches four times
      on the 3990X (units 0, 1, 2, 3) because there are four root complexes.
      Each attachment lists 8 CCDs.  And, insofar as I can tell, each of
      the four attachments are reading the same sensors even though they
      are hanging off of four different root complexes.
    
      (This is in addition to the driver not knowing how to map temp
       sensors to CPUs).

Summary of changes:
 sys/dev/powermng/amdtemp/amdtemp.c | 5 -----
 1 file changed, 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/206afc23f92722a9b6e8f8d7cdd649e5dd3ec27a


-- 
DragonFly BSD source repository



More information about the Commits mailing list