Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic I think MFI_BBU_STATE_LEARN_CYC_REQ is not an error.



details:   https://anonhg.NetBSD.org/src/rev/18d6f19f7c76
branches:  trunk
changeset: 366055:18d6f19f7c76
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu May 12 12:05:04 2022 +0000

description:
I think MFI_BBU_STATE_LEARN_CYC_REQ is not an error.

diffstat:

 sys/dev/ic/mfireg.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6b136060b58a -r 18d6f19f7c76 sys/dev/ic/mfireg.h
--- a/sys/dev/ic/mfireg.h       Thu May 12 12:04:09 2022 +0000
+++ b/sys/dev/ic/mfireg.h       Thu May 12 12:05:04 2022 +0000
@@ -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 <marco%peereboom.us@localhost>
@@ -1289,7 +1289,6 @@
                                    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)



Home | Main Index | Thread Index | Old Index