Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi Correct the opcode for SCSI_MODE_SENSE_BIG.



details:   https://anonhg.NetBSD.org/src/rev/fdfae78dd330
branches:  trunk
changeset: 508757:fdfae78dd330
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Apr 19 10:16:25 2001 +0000

description:
Correct the opcode for SCSI_MODE_SENSE_BIG.

diffstat:

 sys/dev/scsipi/scsi_all.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 917eafefbcbc -r fdfae78dd330 sys/dev/scsipi/scsi_all.h
--- a/sys/dev/scsipi/scsi_all.h Thu Apr 19 08:52:47 2001 +0000
+++ b/sys/dev/scsipi/scsi_all.h Thu Apr 19 10:16:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsi_all.h,v 1.16 2000/11/29 12:49:56 wiz Exp $        */
+/*     $NetBSD: scsi_all.h,v 1.17 2001/04/19 10:16:25 augustss Exp $   */
 
 /*
  * SCSI-specific interface description.
@@ -81,7 +81,7 @@
        u_int8_t control;
 };
 
-#define        SCSI_MODE_SENSE_BIG             0x54
+#define        SCSI_MODE_SENSE_BIG             0x5A
 struct scsi_mode_sense_big {
        u_int8_t opcode;
        u_int8_t byte2;         /* same bits as small version */



Home | Main Index | Thread Index | Old Index