Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73215
b: refs/heads/master
c: d2ea732
h: refs/heads/master
i:
  73213: 66ed3b3
  73211: 4ac92d3
  73207: fe3f844
  73199: d2e9eeb
  73183: c5d534e
  73151: e43f86f
  73087: 220d070
  72959: c7a4b3c
  72703: 95b9ede
v: v3
  • Loading branch information
Evgeniy Dushistov authored and Jeff Garzik committed Nov 5, 2007
1 parent 04b0c49 commit aaeed48
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cacd40e07c5ad7068221b3910098f1d364e74e45
refs/heads/master: d2ea732e9ecb68841206f2761ae91360da87cfac
3 changes: 2 additions & 1 deletion trunk/drivers/net/82596.c
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,8 @@ struct net_device * __init i82596_probe(int unit)
goto out;
}

dev->base_addr = ioaddr;

for (i = 0; i < 8; i++) {
eth_addr[i] = inb(ioaddr + 8 + i);
checksum += eth_addr[i];
Expand All @@ -1209,7 +1211,6 @@ struct net_device * __init i82596_probe(int unit)
goto out1;
}

dev->base_addr = ioaddr;
dev->irq = 10;
}
#endif
Expand Down

0 comments on commit aaeed48

Please sign in to comment.