diff options
-rw-r--r-- | sys/sys/disk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/disk.h b/sys/sys/disk.h index 25aa4af..0149b15 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.h @@ -42,6 +42,9 @@ struct disk { off_t d_mediasize; u_int d_fwsectors; u_int d_fwheads; + u_int d_stripe_offset; + u_int d_stripe_width; + u_int d_max_request; struct g_geom *d_softc; }; |