aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2010-10-21 10:38:52 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2010-10-21 10:38:52 +0000
commitd63e9da300d41547bcdc9b0e9591ae9c84067318 (patch)
treee46ed6d0b85675f1bb902128cd27a16b2f0917cb /sys/dev
parent42e2e8990aa02c57d516bc80a64de7894778f375 (diff)
downloadsrc-d63e9da300d41547bcdc9b0e9591ae9c84067318.tar.gz
src-d63e9da300d41547bcdc9b0e9591ae9c84067318.zip
Update PD state firmware definitions: add copyback, system.
Reviewed by: jhb Approved by: avg (mentor) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=214130
Diffstat (limited to 'sys/dev')
-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 17ab4b3b5cf5..e08a16dd4712 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 {