From: Casey Leedom <leedom@chelsio.com>
To: netdev@vger.kernel.org
Cc: Casey Leedom <leedom@chelsio.com>, Dimitris Michailidis <dm@chelsio.com>
Subject: [PATCH net-next 2/4] cxgb3: Set FATALPERREN.
Date: Thu, 2 Sep 2010 16:07:30 -0700 [thread overview]
Message-ID: <1283468852-1010-2-git-send-email-leedom@chelsio.com> (raw)
In-Reply-To: <241D2F16-4F92-48DD-A904-832771B2F4B4@chelsio.com>
Signed-off-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: Casey Leedom <leedom@chelsio.com>
---
drivers/net/cxgb3/t3_hw.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/cxgb3/t3_hw.c b/drivers/net/cxgb3/t3_hw.c
index 427c451..14a5664 100644
--- a/drivers/net/cxgb3/t3_hw.c
+++ b/drivers/net/cxgb3/t3_hw.c
@@ -3569,6 +3569,7 @@ int t3_init_hw(struct adapter *adapter, u32 fw_params)
t3_write_reg(adapter, A_PM1_TX_MODE, 0);
chan_init_hw(adapter, adapter->params.chan_map);
t3_sge_init(adapter, &adapter->params.sge);
+ t3_set_reg_field(adapter, A_PL_RST, 0, F_FATALPERREN);
t3_write_reg(adapter, A_T3DBG_GPIO_ACT_LOW, calc_gpio_intr(adapter));
--
1.7.0.4
next prev parent reply other threads:[~2010-09-02 23:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-02 23:04 [PATCH net-next 0/4] cxgb3: new code to deal with adapter parity errors Casey Leedom
2010-09-02 23:07 ` [PATCH net-next 1/4] cxgb3: Add register bit definition for Fatal Parity Error Casey Leedom
2010-09-02 23:07 ` Casey Leedom [this message]
2010-09-02 23:07 ` [PATCH net-next 3/4] cxgb3: Leave interrupts for fatal errors asserted in common code Casey Leedom
2010-09-02 23:07 ` [PATCH net-next 4/4] cxgb3: Avoid flush_workqueue() deadlock Casey Leedom
2010-09-03 17:04 ` [PATCH net-next 0/4] cxgb3: new code to deal with adapter parity errors David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1283468852-1010-2-git-send-email-leedom@chelsio.com \
--to=leedom@chelsio.com \
--cc=dm@chelsio.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).