netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-2.6 PATCH 1/2] qla3xxx: Give the PHY time to come out of reset.
@ 2009-06-23 19:00 Ron Mercer
  2009-06-23 19:00 ` [net-2.6 PATCH 2/2] qla3xxx: Don't sleep while holding lock Ron Mercer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ron Mercer @ 2009-06-23 19:00 UTC (permalink / raw)
  To: davem; +Cc: netdev, ron.mercer


Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
---
 drivers/net/qla3xxx.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c
index cadc32c..d9e3835 100644
--- a/drivers/net/qla3xxx.c
+++ b/drivers/net/qla3xxx.c
@@ -3151,7 +3151,8 @@ static int ql_adapter_initialize(struct ql3_adapter *qdev)
 	ql_write_common_reg(qdev, &port_regs->CommonRegs.serialPortInterfaceReg,
 			    (ISP_SERIAL_PORT_IF_WE |
 			     (ISP_SERIAL_PORT_IF_WE << 16)));
-
+	/* Give the PHY time to come out of reset. */
+	mdelay(100);
 	qdev->port_link_state = LS_DOWN;
 	netif_carrier_off(qdev->ndev);
 
-- 
1.6.0.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-24  8:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23 19:00 [net-2.6 PATCH 1/2] qla3xxx: Give the PHY time to come out of reset Ron Mercer
2009-06-23 19:00 ` [net-2.6 PATCH 2/2] qla3xxx: Don't sleep while holding lock Ron Mercer
2009-06-23 23:36   ` David Miller
2009-06-23 23:36 ` [net-2.6 PATCH 1/2] qla3xxx: Give the PHY time to come out of reset David Miller
2009-06-24  8:56 ` Franco Fichtner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).