Commit 09991d7e authored by James Bottomley's avatar James Bottomley

MPT Fusion driver 3.01.06 update

From: 	Moore, Eric Dean <Emoore@lsil.com>
parent 19101a34
......@@ -81,8 +81,8 @@
#define COPYRIGHT "Copyright (c) 1999-2004 " MODULEAUTHOR
#endif
#define MPT_LINUX_VERSION_COMMON "3.01.05"
#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.01.05"
#define MPT_LINUX_VERSION_COMMON "3.01.06"
#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.01.06"
#define WHAT_MAGIC_STRING "@" "(" "#" ")"
#define show_mptmod_ver(s,ver) \
......
......@@ -940,10 +940,6 @@ mptscsih_io_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr)
break;
case MPI_IOCSTATUS_SCSI_PROTOCOL_ERROR: /* 0x0047 */
if (pScsiReply->SCSIState & MPI_SCSI_STATE_TERMINATED) {
/* Not real sure here either... */
sc->result = DID_RESET << 16;
} else
sc->result = DID_SOFT_ERROR << 16;
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment