From 41167c6d5468e9500de6a9bc16ce7dbde7bcb628 Mon Sep 17 00:00:00 2001 From: kaloz Date: Wed, 29 Apr 2009 21:00:06 +0000 Subject: merge [15491] for 2.6.30 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15500 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../202-npe_driver_switch_support.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 target/linux/ixp4xx/patches-2.6.30/202-npe_driver_switch_support.patch (limited to 'target/linux/ixp4xx/patches-2.6.30/202-npe_driver_switch_support.patch') diff --git a/target/linux/ixp4xx/patches-2.6.30/202-npe_driver_switch_support.patch b/target/linux/ixp4xx/patches-2.6.30/202-npe_driver_switch_support.patch deleted file mode 100644 index ba1efd843..000000000 --- a/target/linux/ixp4xx/patches-2.6.30/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 */ -- cgit v1.2.3