Searched hist:d6be06c84da9626b10443c664ee55bda96fb3514 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/message/fusion/ |
H A D | mptfc.c | diff d6be06c84da9626b10443c664ee55bda96fb3514 Wed May 24 15:07:57 CDT 2006 Michael Reed <mdr@sgi.com> [SCSI] mptfc: abort of board reset leaves port dead requiring reboot
The driver uses msleep_interruptible() in the code path responsible for resetting the card's ports via the lsiutil command. If a <ctrl-c> is received during the reset it can leave a port in such a state that the only way to regain its use is to reboot the system. Changing from msleep_interruptible() to msleep() corrects the problem.
Signed-off-by: Michael Reed <mdr@sgi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
|
H A D | mptscsih.c | diff d6be06c84da9626b10443c664ee55bda96fb3514 Wed May 24 15:07:57 CDT 2006 Michael Reed <mdr@sgi.com> [SCSI] mptfc: abort of board reset leaves port dead requiring reboot
The driver uses msleep_interruptible() in the code path responsible for resetting the card's ports via the lsiutil command. If a <ctrl-c> is received during the reset it can leave a port in such a state that the only way to regain its use is to reboot the system. Changing from msleep_interruptible() to msleep() corrects the problem.
Signed-off-by: Michael Reed <mdr@sgi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
|
H A D | mptbase.c | diff d6be06c84da9626b10443c664ee55bda96fb3514 Wed May 24 15:07:57 CDT 2006 Michael Reed <mdr@sgi.com> [SCSI] mptfc: abort of board reset leaves port dead requiring reboot
The driver uses msleep_interruptible() in the code path responsible for resetting the card's ports via the lsiutil command. If a <ctrl-c> is received during the reset it can leave a port in such a state that the only way to regain its use is to reboot the system. Changing from msleep_interruptible() to msleep() corrects the problem.
Signed-off-by: Michael Reed <mdr@sgi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
|