Author: emaste Date: Thu Mar 8 18:52:47 2018 New Revision: 330667 URL: https://svnweb.freebsd.org/changeset/base/330667
Log: asmc: update temperature sensor name/description PR: 225911 Submitted by: Trev <fbsdbugs4 at sentry.org> MFC after: 1 week Modified: head/sys/dev/asmc/asmcvar.h Modified: head/sys/dev/asmc/asmcvar.h ============================================================================== --- head/sys/dev/asmc/asmcvar.h Thu Mar 8 18:42:23 2018 (r330666) +++ head/sys/dev/asmc/asmcvar.h Thu Mar 8 18:52:47 2018 (r330667) @@ -311,7 +311,7 @@ struct asmc_softc { "cpu0_proximity", "hdd_bay", \ "northbridge_die", \ "northbridge_proximity", \ - "wireless_module", } + "wireless_proximity", } #define ASMC_MM31_TEMPDESCS { "CPU0 Die Core Temperature", \ "CPU0 Heatsink Temperature", \ @@ -319,7 +319,7 @@ struct asmc_softc { "HDD Bay Temperature", \ "Northbridge Die Core Temperature", \ "Northbridge Proximity Temperature", \ - "Wireless Module Temperature", } + "Wireless Module Proximity Temperature", } #define ASMC_MP_TEMPS { "TA0P", "TCAG", "TCAH", "TCBG", "TCBH", \ "TC0C", "TC0D", "TC0P", "TC1C", "TC1D", \ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"