Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24681
b: refs/heads/master
c: 5c51312
h: refs/heads/master
i:
  24679: 48ed364
v: v3
  • Loading branch information
Gary Zambrano authored and Jeff Garzik committed Mar 29, 2006
1 parent 10f89cc commit f030e1d
Show file tree
Hide file tree
Showing 2 changed files with 6 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: f3cab8a0b1a772dc8b055b7affa567a366627c9e
refs/heads/master: 5c5131297db57b501f371ab53c40343eac6f2af7
5 changes: 5 additions & 0 deletions trunk/drivers/net/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -2033,6 +2033,11 @@ static int __devinit b44_init_one(struct pci_dev *pdev,

pci_save_state(bp->pdev);

/* Chip reset provides power to the b44 MAC & PCI cores, which
* is necessary for MAC register access.
*/
b44_chip_reset(bp);

printk(KERN_INFO "%s: Broadcom 4400 10/100BaseT Ethernet ", dev->name);
for (i = 0; i < 6; i++)
printk("%2.2x%c", dev->dev_addr[i],
Expand Down

0 comments on commit f030e1d

Please sign in to comment.