Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9618
b: refs/heads/master
c: 32b5bfa
h: refs/heads/master
v: v3
  • Loading branch information
Philippe De Muyter authored and Jeff Garzik committed Oct 4, 2005
1 parent d55aae5 commit 26a3ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 217df670d9a4da036d68b22500ac06128811d5c8
refs/heads/master: 32b5bfab9a09b19ea9a7d902b249ebf311fd2999
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/21142.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void t21142_lnk_change(struct net_device *dev, int csr5)
int i;
for (i = 0; i < tp->mtable->leafcount; i++)
if (tp->mtable->mleaf[i].media == dev->if_port) {
int startup = ! ((tp->chip_id == DC21143 && tp->revision == 65));
int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65)));
tp->cur_index = i;
tulip_select_media(dev, startup);
setup_done = 1;
Expand Down

0 comments on commit 26a3ec3

Please sign in to comment.