hello, may be I'm wrong but it seems that this patch
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/acpi/dsdt.c?rev=1.94&content-type=text/x-cvsweb-markup&sortby=date give me troubles w/ acpibat. w/o the patch the values reported are corected hw.sensors.acpibat0.volt0=12.59 VDC (voltage) hw.sensors.acpibat0.volt1=unknown (current voltage), UNKNOWN hw.sensors.acpibat0.watthour0=57.72 Wh (last full capacity) hw.sensors.acpibat0.watthour1=1.00 Wh (warning capacity) hw.sensors.acpibat0.watthour2=0.40 Wh (low capacity) hw.sensors.acpibat0.watthour3=57.72 Wh (remaining capacity), OK hw.sensors.acpibat0.raw0=0 (battery full), OK hw.sensors.acpibat0.raw1=unknown (rate), UNKNOWN w/ the patch I'have: ??? hw.sensors.acpibat0.volt0=1.30 VDC (voltage) hw.sensors.acpibat0.volt1=unknown (current voltage), UNKNOWN ??? hw.sensors.acpibat0.watthour0=1.40 Wh (last full capacity) hw.sensors.acpibat0.watthour1=1.00 Wh (warning capacity) hw.sensors.acpibat0.watthour2=0.40 Wh (low capacity) ??? hw.sensors.acpibat0.watthour3=1.47 Wh (remaining capacity), OK hw.sensors.acpibat0.raw0=2 (battery full), OK hw.sensors.acpibat0.raw1=unknown (rate), UNKNOWN any help is appreciated -- see ya, giovanni

