Changeset 11343 for src/linux/xscale/linux-2.6.23/drivers/net/ixp400_eth.c
- Timestamp:
- 01/09/09 01:14:16 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/linux/xscale/linux-2.6.23/drivers/net/ixp400_eth.c
r11249 r11343 3155 3155 3156 3156 /* Module parameter */ 3157 if (no_phy_scan || machine_is_compex() )3157 if (no_phy_scan || machine_is_compex() || machine_is_wg302v1()) 3158 3158 { 3159 3159 /* Use hardcoded phy addresses */ … … 4430 4430 default_phy_cfg[1].linkMonitor=TRUE; 4431 4431 } 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 } 4432 4439 P_INFO("Initializing IXP400 NPE Ethernet driver software v. " MOD_VERSION " \n"); 4433 4440
Note: See TracChangeset
for help on using the changeset viewer.
