Module Name: src
Committed By: msaitoh
Date: Thu May 12 12:05:04 UTC 2022
Modified Files:
src/sys/dev/ic: mfireg.h
Log Message:
I think MFI_BBU_STATE_LEARN_CYC_REQ is not an error.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/ic/mfireg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/mfireg.h
diff -u src/sys/dev/ic/mfireg.h:1.20 src/sys/dev/ic/mfireg.h:1.21
--- src/sys/dev/ic/mfireg.h:1.20 Thu May 12 12:00:58 2022
+++ src/sys/dev/ic/mfireg.h Thu May 12 12:05:04 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: mfireg.h,v 1.20 2022/05/12 12:00:58 msaitoh Exp $ */
+/* $NetBSD: mfireg.h,v 1.21 2022/05/12 12:05:04 msaitoh Exp $ */
/* $OpenBSD: mfireg.h,v 1.24 2006/06/19 19:05:45 marco Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <[email protected]>
@@ -1289,7 +1289,6 @@ struct mfi_bbu_status {
MFI_BBU_STATE_PACK_MISSING | \
MFI_BBU_STATE_VOLTAGE_LOW | \
MFI_BBU_STATE_DISCHARGE_ACTIVE | \
- MFI_BBU_STATE_LEARN_CYC_REQ | \
MFI_BBU_STATE_LEARN_CYC_ACTIVE | \
MFI_BBU_STATE_REPLACE_PACK | \
MFI_BBU_STATE_CAPACITY_LOW)