Ignore:
Timestamp:
01/09/09 01:14:16 (4 years ago)
Author:
BrainSlayer
Message:

update the whole tree. introduces wg302v1 support

File:
1 edited

Legend:

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

    r11249 r11343  
    31553155 
    31563156    /* Module parameter */ 
    3157     if (no_phy_scan || machine_is_compex())  
     3157    if (no_phy_scan || machine_is_compex() || machine_is_wg302v1())  
    31583158    {  
    31593159        /* Use hardcoded phy addresses */ 
     
    44304430        default_phy_cfg[1].linkMonitor=TRUE; 
    44314431        } 
     4432    if (machine_is_wg302v1()) 
     4433        { 
     4434        phyAddresses[0]=0x30; 
     4435        phyAddresses[1]=0x1; 
     4436        default_phy_cfg[0].linkMonitor=FALSE; 
     4437        default_phy_cfg[1].linkMonitor=TRUE; 
     4438        } 
    44324439    P_INFO("Initializing IXP400 NPE Ethernet driver software v. " MOD_VERSION " \n"); 
    44334440 
Note: See TracChangeset for help on using the changeset viewer.