diff options
author | ps <ps@FreeBSD.org> | 2004-06-05 18:31:04 +0000 |
---|---|---|
committer | ps <ps@FreeBSD.org> | 2004-06-05 18:31:04 +0000 |
commit | c2d8798214ca28d78931658eeeaca22133738dc8 (patch) | |
tree | 1701fa13cadad58cb881585778af6da306a6a8c2 /sys/dev/ciss | |
parent | e02f078768f48c434f4fcc63a3f4220d576c6ee6 (diff) | |
download | FreeBSD-src-c2d8798214ca28d78931658eeeaca22133738dc8.zip FreeBSD-src-c2d8798214ca28d78931658eeeaca22133738dc8.tar.gz |
Document the 64bit version of blocks_to_recover for logical drive status.
Pad the struct to 1024 bytes as defined in the firmware spec.
Diffstat (limited to 'sys/dev/ciss')
-rw-r--r-- | sys/dev/ciss/cissreg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ciss/cissreg.h b/sys/dev/ciss/cissreg.h index 61cd9cd..8bada63 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 */ |