Changeset 14799
- Timestamp:
- 07/13/10 21:48:02 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/xscale/linux-2.6.23/drivers/net/ixp400_eth.c
r14796 r14799 3166 3166 3167 3167 /* Module parameter */ 3168 if (no_phy_scan || machine_is_compex() || machine_is_wg302v1() || machine_is_usr8200())3168 if (no_phy_scan || machine_is_compex() || machine_is_wg302v1()) 3169 3169 { 3170 3170 /* Use hardcoded phy addresses */ 3171 3171 num_phys_to_set = (sizeof(default_phy_cfg) / sizeof(phy_cfg_t)); 3172 }else if (machine_is_mi424wr() )3172 }else if (machine_is_mi424wr() || machine_is_usr8200()) 3173 3173 { 3174 3174 num_phys_to_set = 5; … … 4461 4461 { 4462 4462 phyAddresses[0]=9; 4463 phyAddresses[1]=32; 4464 default_phy_cfg[0].linkMonitor=TRUE; 4465 default_phy_cfg[1].linkMonitor=FALSE; 4463 phyAddresses[1]=16; 4464 phyAddresses[1]=17; 4465 phyAddresses[1]=18; 4466 phyAddresses[1]=19; 4467 default_phy_cfg[0].linkMonitor=FALSE; 4468 default_phy_cfg[1].linkMonitor=TRUE; 4469 default_phy_cfg[2].linkMonitor=FALSE; 4470 default_phy_cfg[3].linkMonitor=FALSE; 4471 default_phy_cfg[4].linkMonitor=FALSE; 4466 4472 } 4467 4473 if (machine_is_wg302v1())
Note: See TracChangeset
for help on using the changeset viewer.
