Changeset 14799


Ignore:
Timestamp:
07/13/10 21:48:02 (3 years ago)
Author:
BrainSlayer
Message:

maybe better

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/xscale/linux-2.6.23/drivers/net/ixp400_eth.c

    r14796 r14799  
    31663166 
    31673167    /* 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() 
    31693169    {  
    31703170        /* Use hardcoded phy addresses */ 
    31713171        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()) 
    31733173    { 
    31743174        num_phys_to_set = 5;     
     
    44614461        { 
    44624462        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; 
    44664472        } 
    44674473    if (machine_is_wg302v1()) 
Note: See TracChangeset for help on using the changeset viewer.