diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-08-17 02:40:54 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-08-17 02:40:54 +0000 |
commit | fbfedd559c464bbd62f4211e75f2185da90b7f08 (patch) | |
tree | 9ab3d0180644ce669026a9e4bbb150c3851bb85d /sys | |
parent | 11a99748bfe6aa793452a7b09c0b28e3ff49a04c (diff) |
add a macro for the WRITE_BUFFER opcode
ok marco@ krw@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsi_all.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index f140592777b..718af139184 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.31 2005/08/09 14:27:56 marco Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.32 2005/08/17 02:40:53 dlg Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -171,6 +171,7 @@ struct scsi_prevent { #define SEND_DIAGNOSTIC 0x1d #define PREVENT_ALLOW 0x1e #define POSITION_TO_ELEMENT 0x2b +#define WRITE_BUFFER 0x3b #define READ_BUFFER 0x3c #define CHANGE_DEFINITION 0x40 #define MODE_SELECT_BIG 0x55 |