diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-16 09:23:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-16 09:23:15 +0000 |
commit | 3d60d69334f43e0da151208dffee850b26d34c3c (patch) | |
tree | c3e70ccc5a93810bfa7b3e5cb7363823a4b0209d /target/linux/atheros-2.6/files/include | |
parent | 312aeaf1bee32e524f4ab12796e3fba46f36e8aa (diff) | |
download | upstream-3d60d69334f43e0da151208dffee850b26d34c3c.tar.gz upstream-3d60d69334f43e0da151208dffee850b26d34c3c.tar.bz2 upstream-3d60d69334f43e0da151208dffee850b26d34c3c.zip |
major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces
SVN-Revision: 6307
Diffstat (limited to 'target/linux/atheros-2.6/files/include')
-rw-r--r-- | target/linux/atheros-2.6/files/include/asm-mips/mach-atheros/ar531x_platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 377b31a266..bddcd59a0b 100644 --- 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 */ |