From fbfedd559c464bbd62f4211e75f2185da90b7f08 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Wed, 17 Aug 2005 02:40:54 +0000 Subject: add a macro for the WRITE_BUFFER opcode ok marco@ krw@ --- sys/scsi/scsi_all.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3