Changeset e453d5c in rtems for c/src/lib/libbsp/m68k/mvme167/network/network.c
- Timestamp:
- 09/12/00 12:37:19 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0905e0f
- Parents:
- 5fa62fc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme167/network/network.c
r5fa62fc4 re453d5c 1702 1702 j1 = (unsigned char)(lcsr->vector_base & 0xFF); 1703 1703 1704 #if defined(mvme167) 1704 1705 if ( !(j1 & 0x10) ) { 1705 1706 /* Jumper J1-4 is on, configure from NVRAM */ … … 1750 1751 memcpy ((void *)sc->arpcom.ac_enaddr, pConfig->hardware_address, ETHER_ADDR_LEN); 1751 1752 } 1752 else { 1753 else 1754 #endif 1755 { 1753 1756 /* We are not configuring from NVRAM (J1-4 is off), and there is no ethernet 1754 1757 * address provided in the ifconfig struct, so it will be read from BBRAM at
Note: See TracChangeset
for help on using the changeset viewer.