diff options
| author | 2005-04-30 17:09:38 -0500 | |
|---|---|---|
| committer | 2005-05-20 12:53:42 -0500 | |
| commit | d335cc38c75e28407455463444b912b09c92daec (patch) | |
| tree | 031810afee4004df4797a641d9d02fe3955a3b9b /drivers/message/fusion/mptbase.h | |
| parent | [SCSI] ultrastor: fix compile failure (diff) | |
| download | linux-dev-d335cc38c75e28407455463444b912b09c92daec.tar.xz linux-dev-d335cc38c75e28407455463444b912b09c92daec.zip | |
[SCSI] mptfusion: fix panic loading driver statically compiled
Adjust link ordering in the Makefile. Also, the ioc->DoneCtx handles
for mptspi/mptfc in the message frame. And I'm now not seeing the
panic.
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
| -rw-r--r-- | drivers/message/fusion/mptbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index b338a154f78f..2c4bb69fc80a 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -76,8 +76,8 @@ #define COPYRIGHT "Copyright (c) 1999-2005 " MODULEAUTHOR #endif -#define MPT_LINUX_VERSION_COMMON "3.03.00" -#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.03.00" +#define MPT_LINUX_VERSION_COMMON "3.03.01" +#define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.03.01" #define WHAT_MAGIC_STRING "@" "(" "#" ")" #define show_mptmod_ver(s,ver) \ |
