1 diff -Nur linux-2.6.23.1/arch/arm/mach-ixp4xx/ap1000-setup.c linux-2.6.23.1-owrt/arch/arm/mach-ixp4xx/ap1000-setup.c
2 --- linux-2.6.23.1/arch/arm/mach-ixp4xx/ap1000-setup.c 2007-11-14 14:11:10.000000000 +0100
3 +++ linux-2.6.23.1-owrt/arch/arm/mach-ixp4xx/ap1000-setup.c 2007-11-14 14:09:30.000000000 +0100
5 .resource = ap1000_uart_resources
8 +/* Built-in 10/100 Ethernet MAC interfaces */
9 +static struct eth_plat_info ap1000_plat_eth[] = {
11 + .phy = IXP4XX_ETH_PHY_MAX_ADDR,
22 +static struct platform_device ap1000_eth[] = {
24 + .name = "ixp4xx_eth",
25 + .id = IXP4XX_ETH_NPEB,
26 + .dev.platform_data = ap1000_plat_eth,
28 + .name = "ixp4xx_eth",
29 + .id = IXP4XX_ETH_NPEC,
30 + .dev.platform_data = ap1000_plat_eth + 1,
34 static struct platform_device *ap1000_devices[] __initdata = {
42 static char ap1000_mem_fixup[] __initdata = "mem=64M ";