Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142867
b: refs/heads/master
c: b5e86db
h: refs/heads/master
i:
  142865: 16ffd6a
  142863: ee2d042
v: v3
  • Loading branch information
Lennert Buytenhek authored and David S. Miller committed Apr 8, 2009
1 parent 20452cb commit 771362d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 150899d29367eb60302bcb710e779617d04aceea
refs/heads/master: b5e86db4c7f6397ef86ab5e4a3fbece966935577
4 changes: 2 additions & 2 deletions trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2274,8 +2274,6 @@ static void port_start(struct mv643xx_eth_private *mp)
pscr |= FORCE_LINK_PASS;
wrlp(mp, PORT_SERIAL_CONTROL, pscr);

wrlp(mp, SDMA_CONFIG, PORT_SDMA_CONFIG_DEFAULT_VALUE);

/*
* Configure TX path and queues.
*/
Expand Down Expand Up @@ -2957,6 +2955,8 @@ static int mv643xx_eth_probe(struct platform_device *pdev)

netif_carrier_off(dev);

wrlp(mp, SDMA_CONFIG, PORT_SDMA_CONFIG_DEFAULT_VALUE);

set_rx_coal(mp, 250);
set_tx_coal(mp, 0);

Expand Down

0 comments on commit 771362d

Please sign in to comment.