1 Index: linux-2.6.25.4/drivers/net/au1000_eth.c
2 ===================================================================
3 --- linux-2.6.25.4.orig/drivers/net/au1000_eth.c
4 +++ linux-2.6.25.4/drivers/net/au1000_eth.c
6 * Author: MontaVista Software, Inc.
7 * ppopov@mvista.com or source@mvista.com
10 + * riemer@fokus.fraunhofer.de or riemer@riemer-nt.de
11 + * // fixed the link beat detection with ioctls (SIOCGMIIPHY)
12 * ########################################################################
14 * This program is free software; you can distribute it and/or modify it
15 @@ -835,6 +838,10 @@ static int au1000_init(struct net_device
17 control = MAC_RX_ENABLE | MAC_TX_ENABLE;
18 #ifndef CONFIG_CPU_LITTLE_ENDIAN
19 + /*riemer: fix for startup without cable */
21 + dev->flags &= ~IFF_RUNNING;
23 control |= MAC_BIG_ENDIAN;