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:
Paul Saab 2004-06-05 18:31:04 +00:00
parent 05b2c96fd3
commit a54e98d365

View File

@ -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 */