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 | b7e5e78ae6fd8a08cb01a7a7c8f23f297459db91 (patch) | |
tree | a876d1a91d12fc5c15d05d7ec65dbf21430bcacc /target/linux/atheros-2.6/files/include | |
parent | c55df2a7ed31000b9e3b52b32cf7079f1f5f8cec (diff) | |
download | upstream-b7e5e78ae6fd8a08cb01a7a7c8f23f297459db91.tar.gz upstream-b7e5e78ae6fd8a08cb01a7a7c8f23f297459db91.tar.bz2 upstream-b7e5e78ae6fd8a08cb01a7a7c8f23f297459db91.zip |
major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6307 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 */ |