aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.29/202-npe_driver_switch_support.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-04-29 20:31:27 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-04-29 20:31:27 +0000
commit7df13dc926cd7962bdeb8282c04b1b411f0af016 (patch)
tree785553937c575f354d7038e4e53aacc77ab7f134 /target/linux/ixp4xx/patches-2.6.29/202-npe_driver_switch_support.patch
parentad6684010847042610acb814540d6626fac26af7 (diff)
downloadupstream-7df13dc926cd7962bdeb8282c04b1b411f0af016.tar.gz
upstream-7df13dc926cd7962bdeb8282c04b1b411f0af016.tar.bz2
upstream-7df13dc926cd7962bdeb8282c04b1b411f0af016.zip
experimental multiphy support for 2.6.29
SVN-Revision: 15491
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.29/202-npe_driver_switch_support.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.29/202-npe_driver_switch_support.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.29/202-npe_driver_switch_support.patch b/target/linux/ixp4xx/patches-2.6.29/202-npe_driver_switch_support.patch
deleted file mode 100644
index ba1efd8430..0000000000
--- a/target/linux/ixp4xx/patches-2.6.29/202-npe_driver_switch_support.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-TODO: take care of additional PHYs through the PHY abstraction layer
-
---- a/arch/arm/mach-ixp4xx/include/mach/platform.h
-+++ b/arch/arm/mach-ixp4xx/include/mach/platform.h
-@@ -95,12 +95,15 @@ struct sys_timer;
- #define IXP4XX_ETH_NPEB 0x10
- #define IXP4XX_ETH_NPEC 0x20
-
-+#define IXP4XX_ETH_PHY_MAX_ADDR 32
-+
- /* Information about built-in Ethernet MAC interfaces */
- struct eth_plat_info {
- u8 phy; /* MII PHY ID, 0 - 31 */
- u8 rxq; /* configurable, currently 0 - 31 only */
- u8 txreadyq;
- u8 hwaddr[6];
-+ u32 phy_mask;
- };
-
- /* Information about built-in HSS (synchronous serial) interfaces */