NetBSD/sys/arch/x86
briggs b53262281a Check for duplicate sensor names in the IPMI table. If a duplicate name
is found, try to make it unique by appending a count (1-99) to the sensor
description (truncating, if necessary).  This takes my Dell PowerEdge 1800
from:
        Temp:     40.000 degC
  VRD 1 Temp:     35.000 degC
  VRD 0 Temp:     39.000 degC
 Planar Temp:     35.000 degC
Ambient Temp:     20.000 degC
       Fan 2:       1500 RPM
       Fan 1:       1425 RPM
CMOS Battery:      3.057 V
   Intrusion:         ON
     Status :         ON

to:
       Temp3:     40.000 degC
       Temp2:     40.000 degC
  VRD 1 Temp:     35.000 degC
  VRD 0 Temp:     39.000 degC
 Planar Temp:     35.000 degC
Ambient Temp:     20.000 degC
       Temp1:     41.000 degC
        Temp:     43.000 degC
       Fan 2:       1500 RPM
       Fan 1:       1425 RPM
CMOS Battery:      3.057 V
   Intrusion:         ON
    Status 1:         ON
     Status :         ON
2007-08-13 18:32:22 +00:00
..
conf Make the Enhanced Speedstep driver available for i386 and amd64. 2007-06-03 19:32:26 +00:00
include Display RDTSCP bit on AMD processors (Read Serialized TSC Pair). 2007-07-11 11:56:36 +00:00
isa Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
pci Remove newline from format string of aprint_normal. 2007-07-22 23:45:50 +00:00
x86 Check for duplicate sensor names in the IPMI table. If a duplicate name 2007-08-13 18:32:22 +00:00