Changeset e453d5c in rtems
- 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
- Location:
- c/src/lib/libbsp/m68k/mvme167
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme167/ChangeLog
r5fa62fc4 re453d5c 1 2000-09-12 Joel Sherrill <joel@OARcorp.com> 2 3 * network/network.c (uti596_attach): Adjust cpp directives 4 and conditional braces so all cases compile. 5 1 6 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
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.