* [PATCH 2.6 ] MPT Fusion driver 3.01.06 update
@ 2004-05-06 19:36 Moore, Eric Dean
2004-05-07 0:47 ` Masao Fukuchi
0 siblings, 1 reply; 2+ messages in thread
From: Moore, Eric Dean @ 2004-05-06 19:36 UTC (permalink / raw)
To: linux-scsi; +Cc: James.Bottomley
[-- Attachment #1: Type: text/plain, Size: 573 bytes --]
This is an update for the MPT Fusion drivers 2.6 kernel.
This is mpt version is 3.01.06 The attached patch is made
against 3.01.05 driver.
Changelog: MPI_IOCSTATUS_SCSI_PROTOCOL_ERROR; return DID_SOFT_ERROR.
You can download full source as well as the patches for this
driver at:
ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-patches/3.01.06
/
Eric Moore
Staff Engineer
Standard Storage Products Division
LSI Logic Corporation
4420 Arrowswest Drive
Colorado Springs, CO 80907
Tel: (719) 533-7056
Email: emoore@lsil.com
Web: http://www.lsilogic.com/
[-- Attachment #2: mptlinux-3.01.06.patch --]
[-- Type: application/octet-stream, Size: 1155 bytes --]
diff -uarN b/drivers/message/fusion/mptbase.h a/drivers/message/fusion/mptbase.h
--- b/drivers/message/fusion/mptbase.h 2004-04-22 08:46:29.000000000 -0600
+++ a/drivers/message/fusion/mptbase.h 2004-05-04 16:34:55.000000000 -0600
@@ -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) \
diff -uarN b/drivers/message/fusion/mptscsih.c a/drivers/message/fusion/mptscsih.c
--- b/drivers/message/fusion/mptscsih.c 2004-04-13 15:35:31.000000000 -0600
+++ a/drivers/message/fusion/mptscsih.c 2004-05-04 16:38:32.000000000 -0600
@@ -940,10 +940,6 @@
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;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-07 0:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-06 19:36 [PATCH 2.6 ] MPT Fusion driver 3.01.06 update Moore, Eric Dean
2004-05-07 0:47 ` Masao Fukuchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox