Changeset 12612
- Timestamp:
- 08/05/09 17:49:31 (4 years ago)
- File:
-
- 1 edited
-
src/router/services/sysinit/switchlib/admtek.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/sysinit/switchlib/admtek.c
r12224 r12612 167 167 * PORT: 5 4 3 x 2 x 1 x 0 168 168 */ 169 #if def HAVE_WGT624169 #if defined(HAVE_WGT624) || defined(HAVE_NP25G) 170 170 #define ADM_SW_LAN_MAP_TAB 0x0155 /* 1 1 1 0 1 0 1 0 0 */ 171 171 #define ADM_SW_WAN_MAP_TAB 0x0180 /* 1 0 0 0 0 0 0 0 1 */ … … 214 214 * The phy switch settings in the mvPhyInfo table are set accordingly. 215 215 */ 216 #if def HAVE_WGT624216 #if defined(HAVE_WGT624) || defined(HAVE_NP25G) 217 217 #define ADM_WAN_PORT 4 218 218 #define ADM_IS_LAN_PORT(port) ((port) >= 0 && (port) < 4) … … 248 248 * Per-PHY information, indexed by PHY unit number. 249 249 */ 250 #if def HAVE_WGT624250 #if defined(HAVE_WGT624) || defined(HAVE_NP25G) 251 251 admPhyInfo_t admPhyInfo[] = { 252 252 {TRUE, /* phy port 0 -- LAN port */
Note: See TracChangeset
for help on using the changeset viewer.
