Enable copyback and system PD states.
Reviewed by: jhb Approved by: avg (mentor) MFC after: 1 week X-MFC-After: r214130
This commit is contained in:
parent
d63e9da300
commit
08f2463092
@ -65,6 +65,10 @@ mfi_pdstate(enum mfi_pd_state state)
|
||||
return ("REBUILD");
|
||||
case MFI_PD_STATE_ONLINE:
|
||||
return ("ONLINE");
|
||||
case MFI_PD_STATE_COPYBACK:
|
||||
return ("COPYBACK");
|
||||
case MFI_PD_STATE_SYSTEM:
|
||||
return ("SYSTEM");
|
||||
default:
|
||||
sprintf(buf, "PSTATE 0x%04x", state);
|
||||
return (buf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user