https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167575
--- Comment #3 from Ed Maste <ema...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"