diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2022-06-29 13:03:20 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2022-06-29 13:03:20 +0000 |
| commit | d8b90f072bdf08491facb4bcfdf6b4e728ab3fa3 (patch) | |
| tree | 4fb23e5147c6d41db3930ad209584e43e7946f93 /sys/dev/ic | |
| parent | 0e7aee9f5d5bbbf4b4a25f07138b5e20e32276b2 (diff) | |
Add CVPM02 BBU support.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/mfireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/mfireg.h b/sys/dev/ic/mfireg.h index 26819eeccab..68476d7192a 100644 --- a/sys/dev/ic/mfireg.h +++ b/sys/dev/ic/mfireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: mfireg.h,v 1.21 2022/05/12 12:05:04 msaitoh Exp $ */ +/* $NetBSD: mfireg.h,v 1.22 2022/06/29 13:03:20 msaitoh Exp $ */ /* $OpenBSD: mfireg.h,v 1.24 2006/06/19 19:05:45 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> @@ -1267,6 +1267,7 @@ struct mfi_bbu_status { #define MFI_BBU_TYPE_IBBU 1 #define MFI_BBU_TYPE_BBU 2 #define MFI_BBU_TYPE_IBBU09 5 +#define MFI_BBU_TYPE_CVPM02 6 uint8_t reserved; uint16_t voltage; /* mV */ int16_t current; /* mA */ |
