summaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_scanner.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1999-05-11 23:25:44 +0000
committerkstailey <kstailey@cvs.openbsd.org>1999-05-11 23:25:44 +0000
commit82c5969b8c986d714d38ec481827503234c705c7 (patch)
tree543b33f270ea39739a9e461f5e4325f0cfef3f79 /sys/scsi/scsi_scanner.h
parentca83c33e5e2034d7cc66b16a0532a53f819feba1 (diff)
generic trigger
Diffstat (limited to 'sys/scsi/scsi_scanner.h')
-rw-r--r--sys/scsi/scsi_scanner.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_scanner.h b/sys/scsi/scsi_scanner.h
index 8c27ca3866c..c25f2289a33 100644
--- a/sys/scsi/scsi_scanner.h
+++ b/sys/scsi/scsi_scanner.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_scanner.h,v 1.7 1997/03/10 02:29:39 kstailey Exp $ */
+/* $OpenBSD: scsi_scanner.h,v 1.8 1999/05/11 23:25:43 kstailey Exp $ */
/*
* Copyright (c) 1995 Kenneth Stailey. All rights reserved.
@@ -78,6 +78,7 @@ struct scsi_rw_scanner {
};
struct scsi_start_stop {
+#define START_STOP 0x1b
u_int8_t opcode;
u_int8_t byte2;
u_int8_t unused[2];