Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66559
b: refs/heads/master
c: 3f61e42
h: refs/heads/master
i:
  66557: b87a7ce
  66555: a1623f8
  66551: 560e7d0
  66543: 0fd43d9
  66527: f7b8047
  66495: 0cef835
  66431: 855b9e1
  66303: f1adac2
  66047: 37f1e64
  65535: 9f7407a
v: v3
  • Loading branch information
Divy Le Ray authored and David S. Miller committed Oct 10, 2007
1 parent 97173cb commit f6416ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 167cdf5fbc64ab8f4eae2cd6d9d0892478d569d7
refs/heads/master: 3f61e4278c8489c1d026a45b0903cd4230d1ec07
2 changes: 2 additions & 0 deletions trunk/drivers/net/cxgb3/regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,7 @@
#define V_D0_WEIGHT(x) ((x) << S_D0_WEIGHT)

#define A_PM1_RX_CFG 0x5c0
#define A_PM1_RX_MODE 0x5c4

#define A_PM1_RX_INT_ENABLE 0x5d8

Expand Down Expand Up @@ -1394,6 +1395,7 @@
#define A_PM1_RX_INT_CAUSE 0x5dc

#define A_PM1_TX_CFG 0x5e0
#define A_PM1_TX_MODE 0x5e4

#define A_PM1_TX_INT_ENABLE 0x5f8

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/cxgb3/t3_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3223,6 +3223,8 @@ int t3_init_hw(struct adapter *adapter, u32 fw_params)
t3_set_reg_field(adapter, A_PCIX_CFG, 0, F_CLIDECEN);

t3_write_reg(adapter, A_PM1_RX_CFG, 0xffffffff);
t3_write_reg(adapter, A_PM1_RX_MODE, 0);
t3_write_reg(adapter, A_PM1_TX_MODE, 0);
init_hw_for_avail_ports(adapter, adapter->params.nports);
t3_sge_init(adapter, &adapter->params.sge);

Expand Down

0 comments on commit f6416ee

Please sign in to comment.