projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4758267
)
update oleg's b44 patch to initialize switch access on driver load
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 May 2005 14:33:14 +0000
(14:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 May 2005 14:33:14 +0000
(14:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@821
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/linux/kernel-patches/316-b44_mii_phy.patch
patch
|
blob
|
history
diff --git
a/package/linux/kernel-patches/316-b44_mii_phy.patch
b/package/linux/kernel-patches/316-b44_mii_phy.patch
index
ace58c9
..
524f7ed
100644
(file)
--- a/
package/linux/kernel-patches/316-b44_mii_phy.patch
+++ b/
package/linux/kernel-patches/316-b44_mii_phy.patch
@@
-75,3
+75,15
@@
spin_unlock_irq(&bp->lock);
return err;
+@@ -1919,6 +1929,11 @@
+ printk("%2.2x%c", dev->dev_addr[i],
+ i == 5 ? '\n' : ':');
+
++ /* Initialize phy */
++ spin_lock_irq(&bp->lock);
++ b44_chip_reset(bp);
++ spin_unlock_irq(&bp->lock);
++
+ return 0;
+
+ err_out_iounmap: