projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed at91 ethernet driver for dm9161a PHY interrupt issue
[openwrt.git]
/
target
/
linux
/
atheros-2.6
/
files
/
include
/
asm-mips
/
mach-atheros
/
ar531x_platform.h
diff --git
a/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h
b/target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h
index
377b31a
..
bddcd59
100644
(file)
--- a/
target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h
+++ b/
target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h
@@
-20,7
+20,9
@@
struct ar531x_eth {
u32 reset_base;
u32 reset_mac;
u32 reset_phy;
+ u32 phy_base;
char *board_config;
+ char *macaddr;
};
#endif /* __AR531X_PLATFORM_H */
This page took
0.026258 seconds
and
4
git commands to generate.