diff options
| author | Moore, Eric <Eric.Moore@lsil.com> | 2006-02-02 17:19:47 -0700 | 
|---|---|---|
| committer | <jejb@mulgrave.il.steeleye.com> | 2006-02-04 16:32:51 -0600 | 
| commit | 592f9c2fc9725b922ba8c4b1d67318ea4a301b59 (patch) | |
| tree | c6412bd0074ee48693d4560bcbe28927c95de3bb /drivers/message/fusion/mptbase.h | |
| parent | 5f07e2499d629045f7f8a60a5b442792f08732cb (diff) | |
| download | olio-linux-3.10-592f9c2fc9725b922ba8c4b1d67318ea4a301b59.tar.xz olio-linux-3.10-592f9c2fc9725b922ba8c4b1d67318ea4a301b59.zip  | |
[SCSI] fusion - mptctl - backplane istwi fix
Moving the toolbox call from mptbase.c, over to
mptctl.c, and using the mptctl infastructure to issue
the call.  The existing code is hanging on certain HP platforms
when this ioctl is issued, and this patch fix's that.
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 | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index ea2649ecad1..2e5377309ce 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -1026,7 +1026,6 @@ extern u32	 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);  extern void	 mpt_print_ioc_summary(MPT_ADAPTER *ioc, char *buf, int *size, int len, int showlan);  extern int	 mpt_HardResetHandler(MPT_ADAPTER *ioc, int sleepFlag);  extern int	 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *cfg); -extern int	 mpt_toolbox(MPT_ADAPTER *ioc, CONFIGPARMS *cfg);  extern void	 mpt_alloc_fw_memory(MPT_ADAPTER *ioc, int size);  extern void	 mpt_free_fw_memory(MPT_ADAPTER *ioc);  extern int	 mpt_findImVolumes(MPT_ADAPTER *ioc);  |