Ignore:
Timestamp:
09/12/00 12:37:19 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0905e0f
Parents:
5fa62fc4
Message:

2000-09-12 Joel Sherrill <joel@…>

  • network/network.c (uti596_attach): Adjust cpp directives and conditional braces so all cases compile.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/mvme167/network/network.c

    r5fa62fc4 re453d5c  
    17021702  j1 = (unsigned char)(lcsr->vector_base & 0xFF);
    17031703
     1704#if defined(mvme167)
    17041705  if ( !(j1 & 0x10) ) {
    17051706        /* Jumper J1-4 is on, configure from NVRAM */
     
    17501751    memcpy ((void *)sc->arpcom.ac_enaddr, pConfig->hardware_address, ETHER_ADDR_LEN);
    17511752  }
    1752   else {
     1753  else
     1754#endif
     1755  {
    17531756    /* We are not configuring from NVRAM (J1-4 is off), and there is no ethernet
    17541757     * address provided in the ifconfig struct, so it will be read from BBRAM at
Note: See TracChangeset for help on using the changeset viewer.