diff options
| author | Paul Saab <ps@FreeBSD.org> | 2004-06-05 18:31:04 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2004-06-05 18:31:04 +0000 |
| commit | a54e98d365730db92dd8f0ac1df6c0efeeb408ad (patch) | |
| tree | 1701fa13cadad58cb881585778af6da306a6a8c2 /sys/dev/ciss | |
| parent | 05b2c96fd3f63ea78047fb3fe1ae62bef0172fa6 (diff) | |
Notes
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 61cd9cd99a98..8bada63c3de1 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 */ |
