cxgb3: Set FATALPERREN.
authorCasey Leedom <leedom@chelsio.com>
Thu, 2 Sep 2010 13:07:30 +0000 (13:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Sep 2010 17:03:50 +0000 (10:03 -0700)
Signed-off-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cxgb3/t3_hw.c

index 427c451..14a5664 100644 (file)
@@ -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));