mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Document the 64bit version of blocks_to_recover for logical drive status.
Pad the struct to 1024 bytes as defined in the firmware spec.
This commit is contained in:
parent
05b2c96fd3
commit
a54e98d365
1 changed files with 2 additions and 0 deletions
|
|
@ -564,6 +564,8 @@ struct ciss_bmic_id_lstatus {
|
|||
u_int8_t spare_to_replace_map[CISS_BIG_MAP_ENTRIES];
|
||||
u_int8_t replaced_marked_ok_map[CISS_BIG_MAP_ENTRIES / 8];
|
||||
u_int8_t drive_rebuilding;
|
||||
u_int64_t big_blocks_to_recover;
|
||||
u_int8_t res4[28];
|
||||
} __packed;
|
||||
|
||||
/* CISS_BMIC_ID_CTLR */
|
||||
|
|
|
|||
Loading…
Reference in a new issue