From owner-freebsd-bugs@freebsd.org Wed Mar 15 23:27:16 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C23ED0E85C for ; Wed, 15 Mar 2017 23:27:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C67B1B63 for ; Wed, 15 Mar 2017 23:27:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v2FNRFm2042328 for ; Wed, 15 Mar 2017 23:27:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 217822] amdtemp backport to 10.3 Date: Wed, 15 Mar 2017 23:27:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: llowrey@nuclearwinter.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2017 23:27:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217822 Bug ID: 217822 Summary: amdtemp backport to 10.3 Product: Base System Version: 10.3-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: llowrey@nuclearwinter.com The version of amdtemp in 10.3 lacks the device ID for the temp sensor in t= he A10-6700T processor. The device ID is present in the version of amdtemp in trunk. I copied the amdtemp.c from trunk into 10.3 and confirmed that the module w= orks as expected. IMO this is a low risk change. The change set is minimal, 3 lines and only = the first two changes (adds) are necessary. 82a83 > #define DEVICEID_AMD_MISC16_M30H 0x1583 95a97 > { VENDORID_AMD, DEVICEID_AMD_MISC16_M30H }, 506c508 < #define AMDTEMP_ZERO_C_TO_K 2732 --- > #define AMDTEMP_ZERO_C_TO_K 2731 The last change appears to be a bug fix that should probably be omitted sin= ce users of 10.x would see a (small) behavior change. They'll get it in 11.x b= ut it'll be their choice. Is there anything I need to (or can) do to facilitate this backport? What d= o I need to do? --=20 You are receiving this mail because: You are the assignee for the bug.=