From a54e98d365730db92dd8f0ac1df6c0efeeb408ad Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Sat, 5 Jun 2004 18:31:04 +0000 Subject: [PATCH] Document the 64bit version of blocks_to_recover for logical drive status. Pad the struct to 1024 bytes as defined in the firmware spec. --- sys/dev/ciss/cissreg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/ciss/cissreg.h b/sys/dev/ciss/cissreg.h index 61cd9cd99a9..8bada63c3de 100644 --- a/sys/dev/ciss/cissreg.h +++ b/sys/dev/ciss/cissreg.h @@ -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 */