aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKelly Yancey <kbyanc@FreeBSD.org>2000-08-08 06:24:17 +0000
committerKelly Yancey <kbyanc@FreeBSD.org>2000-08-08 06:24:17 +0000
commit7e32b20d95deb61abb1200c43282ba7204a191c0 (patch)
treedd4e230e323f672061c11ac8dad5d605e609b248 /sys
parent4f0682b0f3ca473b0f5ef1da4c63f2c0df054ada (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/scsi/scsi_all.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index b88ad73ac622..ca39b09a0516 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -677,7 +677,13 @@ struct scsi_mode_header_10
u_int8_t blk_desc_len[2];
};
-struct scsi_mode_blk_desc
+struct scsi_mode_page_header
+{
+ u_int8_t page_code;
+ u_int8_t page_length;
+};
+
+struct scsi_mode_blk_desc
{
u_int8_t density;
u_int8_t nblocks[3];