1 Index: linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
2 ===================================================================
3 --- linux-2.6.19.orig/arch/arm/mach-ixp4xx/nas100d-setup.c
4 +++ linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
5 @@ -123,12 +123,36 @@ static struct platform_device nas100d_ua
6 .resource = nas100d_uart_resources,
9 +static struct resource res_mac0 = {
10 + .start = IXP4XX_EthB_BASE_PHYS,
11 + .end = IXP4XX_EthB_BASE_PHYS + 0x1ff,
12 + .flags = IORESOURCE_MEM,
15 +static struct mac_plat_info plat_mac0 = {
24 +static struct platform_device mac0 = {
25 + .name = "ixp4xx_mac",
27 + .dev.platform_data = &plat_mac0,
29 + .resource = &res_mac0,
32 static struct platform_device *nas100d_devices[] __initdata = {
33 &nas100d_i2c_controller,
35 #ifdef CONFIG_LEDS_IXP4XX
41 static void nas100d_power_off(void)