[Bug 167575] mfiutil(8) claims battery is OK even though it is worn out and wb cache is disabled

bz-noreply at freebsd.org bz-noreply at freebsd.org
Thu Jun 5 15:00:45 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167575

--- Comment #3 from Ed Maste <emaste at freebsd.org> ---
In both cases the battery had < 50% capacity -- 504 and 549 mAh, vs 1215 mAh
design capacity.  The write cache is disabled as expected, the issue is just
the battery status reporting.

BBU State of Health output as added in r219717

        switch (stat.battery_type) {
        case MFI_BBU_TYPE_BBU:
                printf("      State of Health: %s\n",
                    stat.detail.bbu.is_SOH_good ? "good" : "bad");
                break;
        }

and I suspect this would report "bad" for those batteries.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list