summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2004-06-05 18:31:04 +0000
committerps <ps@FreeBSD.org>2004-06-05 18:31:04 +0000
commitc2d8798214ca28d78931658eeeaca22133738dc8 (patch)
tree1701fa13cadad58cb881585778af6da306a6a8c2 /sys/dev/ciss
parente02f078768f48c434f4fcc63a3f4220d576c6ee6 (diff)
downloadFreeBSD-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.h2
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 */
OpenPOWER on IntegriCloud