Changeset 10880
- Timestamp:
- 11/13/08 00:03:26 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/xscale/linux-2.6.23/drivers/net/ixp400_eth.c
r9987 r10880 156 156 static int no_ixp400_sw_init = 0; /* default : init core components of the IXP400 Software */ 157 157 #if defined(CONFIG_MACH_CAMBRIA) 158 static int no_phy_scan = 1; /* default : do phy discovery */158 static int no_phy_scan = 0; /* default : do phy discovery */ 159 159 static int hss_coexist = 1; /* default : HSS coexist disabled */ 160 160 #elif defined(CONFIG_TONZE) 161 static int no_phy_scan = 0; /* default : do phy discovery */ 162 static int hss_coexist = 0; /* default : HSS coexist disabled */ 163 #elif defined(CONFIG_ARCH_ADI_COYOTE_WRT300N) 161 164 static int no_phy_scan = 0; /* default : do phy discovery */ 162 165 static int hss_coexist = 0; /* default : HSS coexist disabled */ … … 728 731 {PHY_SPEED_100, PHY_DUPLEX_FULL, PHY_AUTONEG_ON,FALSE}, /* Port 0: monitor the link*/ 729 732 {PHY_SPEED_100, PHY_DUPLEX_FULL, PHY_AUTONEG_ON,FALSE} /* Port 1: monitor the link*/ 733 #elif defined(CONFIG_ARCH_ADI_COYOTE_WRT300N) 734 {PHY_SPEED_100, PHY_DUPLEX_FULL, PHY_AUTONEG_ON,FALSE}, /* Port 0: monitor the phy */ 735 {PHY_SPEED_100, PHY_DUPLEX_FULL, PHY_AUTONEG_ON,FALSE} /* Port 1: monitor the link */ 730 736 #elif defined(CONFIG_ARCH_IXDP425) 731 737 {PHY_SPEED_100, PHY_DUPLEX_FULL, PHY_AUTONEG_ON,TRUE}, /* Port 0: monitor the phy */
Note: See TracChangeset
for help on using the changeset viewer.
