Bug 89411

Summary: [acpi] acpiconf bug
Product: Base System Reporter: Alexey <errmaker>
Component: kernAssignee: freebsd-acpi (Nobody) <acpi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Alexey 2005-11-22 09:30:23 UTC
%acpiconf -i 0
Design capacity:        4400 mAh
Last full capacity:     3427 mAh
Technology:             secondary (rechargeable)
Design voltage:         14800 mV
Capacity (warn):        342 mAh
Capacity (low):         103 mAh
Low/warn granularity:   5 mAh
Warn/full granularity:  5 mAh
Model number:           ?DELL H2369
Serial number:          1
Type:                   LION
OEM info:               Simplo
State:                  high
Remaining capacity:     100%
Remaining time:         unknown
Present rate:           4294952 mA <<<<<< :))
Voltage:                16638 mV
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-04-28 10:08:06 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-acpi

Over to maintainer(s). 

To submitter: does this problem still recur?
Comment 2 Alexander Motin freebsd_committer freebsd_triage 2009-01-31 12:58:52 UTC
State Changed
From-To: open->feedback

This is probably not acpiconf, but ACPI AML code problem. 
I had the same problem on my ACER TM6292. Due to bug in AML 
code, it returned negative current value when battery charging, 
which was interpreted as positive. Small AML fix solved it for me. 

Also I have just merged to 7-STABLE patch that fixes mA rate indication.
Comment 3 Alexander Motin freebsd_committer freebsd_triage 2009-07-16 18:33:02 UTC
State Changed
From-To: feedback->closed

No feedback.