Subject: kern/12478: fix SCSI_MODE_SENSE_BIG opcode
To: None <gnats-bugs@gnats.netbsd.org>
From: Brett McCoy <bmccoy@morte.piffle.net>
List: netbsd-bugs
Date: 03/26/2001 10:17:44
>Number: 12478
>Category: kern
>Synopsis: opcode for SCSI_MODE_SENSE_BIG is incorrect
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Mar 26 07:18:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: Brett McCoy
>Release: 2001-03-26
>Organization:
>Environment:
System: NetBSD morte 1.5T NetBSD 1.5T (MORTEfw) #57: Mon Mar 26 09:30:38 EST 2001 bmccoy@morte:/usr/src/sys/arch/i386/compile/MORTEfw i386
Architecture: i386
Machine: i386
>Description:
The opcode specified for SCSI_MODE_SENSE_BIG in
sys/dev/scsipi/scsi_all.h (0x54) is incorrect. It
should be 0x5A.
>How-To-Repeat:
>Fix:
Index: scsi_all.h
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/scsipi/scsi_all.h,v
retrieving revision 1.16
diff -r1.16 scsi_all.h
84c84
< #define SCSI_MODE_SENSE_BIG 0x54
---
> #define SCSI_MODE_SENSE_BIG 0x5A
>Release-Note:
>Audit-Trail:
>Unformatted: