summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi/mfireg.h
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2010-10-21 10:38:52 +0000
committerpluknet <pluknet@FreeBSD.org>2010-10-21 10:38:52 +0000
commit0c66efff688c95c486991ed085fad96911ef5e95 (patch)
treee46ed6d0b85675f1bb902128cd27a16b2f0917cb /sys/dev/mfi/mfireg.h
parentd92ab85359b3a1a5e37aa8bd3efe5a8e56191a4f (diff)
downloadFreeBSD-src-0c66efff688c95c486991ed085fad96911ef5e95.zip
FreeBSD-src-0c66efff688c95c486991ed085fad96911ef5e95.tar.gz
Update PD state firmware definitions: add copyback, system.
Reviewed by: jhb Approved by: avg (mentor) MFC after: 1 week
Diffstat (limited to 'sys/dev/mfi/mfireg.h')
-rw-r--r--sys/dev/mfi/mfireg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h
index 17ab4b3..e08a16d 100644
--- a/sys/dev/mfi/mfireg.h
+++ b/sys/dev/mfi/mfireg.h
@@ -975,7 +975,9 @@ enum mfi_pd_state {
MFI_PD_STATE_OFFLINE = 0x10,
MFI_PD_STATE_FAILED = 0x11,
MFI_PD_STATE_REBUILD = 0x14,
- MFI_PD_STATE_ONLINE = 0x18
+ MFI_PD_STATE_ONLINE = 0x18,
+ MFI_PD_STATE_COPYBACK = 0x20,
+ MFI_PD_STATE_SYSTEM = 0x40
};
union mfi_ld_ref {
OpenPOWER on IntegriCloud