NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/46833 CVS commit: src/sys/arch/x86/x86



The following reply was made to PR port-amd64/46833; it has been noted by GNATS.

From: "YAMAMOTO Takashi" <yamt%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46833 CVS commit: src/sys/arch/x86/x86
Date: Mon, 12 Aug 2013 15:40:34 +0000

 Module Name:   src
 Committed By:  yamt
 Date:          Mon Aug 12 15:40:34 UTC 2013
 
 Modified Files:
        src/sys/arch/x86/x86: ipmi.c
 
 Log Message:
 fix validness check of sensor value
 
 this change is intended to mirror what ipmitool does.
 (their macros for these bits are IS_READING_UNAVAILABLE and
 IS_SCANNING_DISABLED.)
 
 see also:
     second-gen-interface-spec-v2-rev1-4
     Table 35-15, Get Sensor Reading Command
 
 might fix PR/46833 from Francois Tigeot
 
 reviewed by Masanobu SAITOH and Tom Ivar Helbekkmo
 tested by Tom Ivar Helbekkmo
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/x86/ipmi.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index