[Midnightbsd-cvs] src [9605] trunk/sys/dev/amdtemp/amdtemp.c: update zero
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Oct 1 18:29:59 EDT 2017
Revision: 9605
http://svnweb.midnightbsd.org/src/?rev=9605
Author: laffer1
Date: 2017-10-01 18:29:58 -0400 (Sun, 01 Oct 2017)
Log Message:
-----------
update zero
Modified Paths:
--------------
trunk/sys/dev/amdtemp/amdtemp.c
Modified: trunk/sys/dev/amdtemp/amdtemp.c
===================================================================
--- trunk/sys/dev/amdtemp/amdtemp.c 2017-10-01 22:18:58 UTC (rev 9604)
+++ trunk/sys/dev/amdtemp/amdtemp.c 2017-10-01 22:29:58 UTC (rev 9605)
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: stable/10/sys/dev/amdtemp/amdtemp.c 300520 2016-05-23 16:37:04Z loos $");
+__FBSDID("$FreeBSD: stable/11/sys/dev/amdtemp/amdtemp.c 300421 2016-05-22 13:58:32Z loos $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -505,7 +505,7 @@
return (error);
}
-#define AMDTEMP_ZERO_C_TO_K 2732
+#define AMDTEMP_ZERO_C_TO_K 2731
static int32_t
amdtemp_gettemp0f(device_t dev, amdsensor_t sensor)
More information about the Midnightbsd-cvs
mailing list