summaryrefslogtreecommitdiffstats
path: root/stand
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2018-02-22 00:36:12 +0000
committertruckman <truckman@FreeBSD.org>2018-02-22 00:36:12 +0000
commit2314d2b163a6783ecb1c55d744025054a79319d3 (patch)
tree724203b420866337389c9b0a3171b52674d01c5c /stand
parentbc965d1ff1efe114b66991be4cf9c0bb11d4cd18 (diff)
downloadFreeBSD-src-2314d2b163a6783ecb1c55d744025054a79319d3.zip
FreeBSD-src-2314d2b163a6783ecb1c55d744025054a79319d3.tar.gz
MFC r323067, r323184, r323185, r323195, r323196 (by cem)
------------------------------------------------------------------------ r323067 | cem | 2017-08-31 11:39:18 -0700 (Thu, 31 Aug 2017) | 4 lines amdtemp.4: Update BKDG URL to current location Sponsored by: Dell EMC Isilon ------------------------------------------------------------------------ r323184 | cem | 2017-09-05 08:13:41 -0700 (Tue, 05 Sep 2017) | 10 lines Add smn(4) driver for AMD System Management Network AMD Family 17h CPUs have an internal network used to communicate between the host CPU and the PSP and SMU coprocessors. It exposes a simple 32-bit register space. Reviewed by: avg (no +1), mjoras, truckman Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D12217 ------------------------------------------------------------------------ r323185 | cem | 2017-09-05 08:19:14 -0700 (Tue, 05 Sep 2017) | 13 lines amdtemp(4): Add support for Family 17h temperature sensor The sensor value is formatted similarly to previous models (same bitfield sizes, same units), but must be read off of the internal System Management Network (SMN) from the System Management Unit (SMU) co-processor. PR: 218264 Reported and tested by: Nils Beyer <nbe AT renzel.net> Reviewed by: avg (no +1), mjoras, truckman Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D12217 ------------------------------------------------------------------------ r323195 | cem | 2017-09-05 13:35:25 -0700 (Tue, 05 Sep 2017) | 8 lines amdtemp(4): Do not probe not matching hostbridges Some systems have hostbs that do not match our PCI device id criteria. Detect and ignore these devices in probe. PR: 218264 Sponsored by: Dell EMC Isilon ------------------------------------------------------------------------ r323196 | cem | 2017-09-05 14:00:33 -0700 (Tue, 05 Sep 2017) | 8 lines amdsmn(4): Do not probe not matching hostbridges Similar to r323195, but for amdsmn(4) driver (which borrowed some design). Ignore hostbs that do not match our PCI device id criteria. Sponsored by: Dell EMC Isilon PR: 218264 Differential Revision: https://reviews.freebsd.org/D12217
Diffstat (limited to 'stand')
-rw-r--r--stand/forth/loader.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/forth/loader.conf b/stand/forth/loader.conf
index 9136659..061918a 100644
--- a/stand/forth/loader.conf
+++ b/stand/forth/loader.conf
@@ -533,6 +533,7 @@ coretemp_load="NO" # Intel Core CPU temperature monitor
vkbd_load="NO" # Virtual AT keyboard interface
vpd_load="NO" # Vital Product Data kernel interface
vpo_load="NO" # Parallel to SCSI interface driver
+amdsmn_load="NO" # AMD Family 17h System Management Network
amdtemp_load="NO" # AMD K8/K10/K11 temperature monitor
tpm_load="NO" # Trusted Platform Module
wbwd_load="NO" # Winbond watchdog
OpenPOWER on IntegriCloud