Changeset 10880


Ignore:
Timestamp:
11/13/08 00:03:26 (5 years ago)
Author:
BrainSlayer
Message:

commit cambria fix (missed to commit it )

File:
1 edited

Legend:

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

    r9987 r10880  
    156156static int no_ixp400_sw_init = 0; /* default : init core components of the IXP400 Software */ 
    157157#if defined(CONFIG_MACH_CAMBRIA) 
    158 static int no_phy_scan = 1;       /* default : do phy discovery */ 
     158static int no_phy_scan = 0;       /* default : do phy discovery */ 
    159159static int hss_coexist = 1;       /* default : HSS coexist disabled */ 
    160160#elif  defined(CONFIG_TONZE) 
     161static int no_phy_scan = 0;       /* default : do phy discovery */ 
     162static int hss_coexist = 0;       /* default : HSS coexist disabled */ 
     163#elif  defined(CONFIG_ARCH_ADI_COYOTE_WRT300N) 
    161164static int no_phy_scan = 0;       /* default : do phy discovery */ 
    162165static int hss_coexist = 0;       /* default : HSS coexist disabled */ 
     
    728731    {PHY_SPEED_100, PHY_DUPLEX_FULL, PHY_AUTONEG_ON,FALSE}, /* Port 0: monitor the link*/ 
    729732    {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 */ 
    730736#elif defined(CONFIG_ARCH_IXDP425) 
    731737    {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.