summaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_all.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2005-06-18 01:09:04 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2005-06-18 01:09:04 +0000
commit1aac983868de815e71d08512f9e06842c71e4381 (patch)
tree9dea6f9293f6ca697312557f3992f234193854da /sys/scsi/scsi_all.h
parent76f513e2c30d8fcc648c48fc36d790340f1b0dd3 (diff)
Shorten a couple of structure names:
scsi_mode_direct_blk_desc -> scsi_direct_blk_desc scsi_mode_blk_desc_big -> scsi_blk_desc_big
Diffstat (limited to 'sys/scsi/scsi_all.h')
-rw-r--r--sys/scsi/scsi_all.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h
index 25ebe9d3c7e..0469d18997f 100644
--- a/sys/scsi/scsi_all.h
+++ b/sys/scsi/scsi_all.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_all.h,v 1.26 2005/06/12 21:40:05 krw Exp $ */
+/* $OpenBSD: scsi_all.h,v 1.27 2005/06/18 01:09:03 krw Exp $ */
/* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */
/*
@@ -295,13 +295,13 @@ struct scsi_blk_desc {
u_int8_t blklen[3];
};
-struct scsi_mode_direct_blk_desc {
+struct scsi_direct_blk_desc {
u_int8_t nblocks[4];
u_int8_t density;
u_int8_t blklen[3];
};
-struct scsi_mode_blk_desc_big {
+struct scsi_blk_desc_big {
u_int8_t nblocks[8];
u_int8_t density;
u_int8_t reserved[3];