1 --- a/drivers/net/au1000_eth.c
2 +++ b/drivers/net/au1000_eth.c
4 * Author: MontaVista Software, Inc.
5 * ppopov@mvista.com or source@mvista.com
8 + * riemer@fokus.fraunhofer.de or riemer@riemer-nt.de
9 + * // fixed the link beat detection with ioctls (SIOCGMIIPHY)
10 * ########################################################################
12 * This program is free software; you can distribute it and/or modify it
15 control = MAC_RX_ENABLE | MAC_TX_ENABLE;
16 #ifndef CONFIG_CPU_LITTLE_ENDIAN
17 + /*riemer: fix for startup without cable */
19 + dev->flags &= ~IFF_RUNNING;
21 control |= MAC_BIG_ENDIAN;