[BACK]Return to elink3.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / ic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/ic/elink3.c between version 1.51 and 1.52

version 1.51, 1998/12/12 16:36:24 version 1.52, 1999/02/17 03:41:00
Line 1725  epioctl(ifp, cmd, data)
Line 1725  epioctl(ifp, cmd, data)
                         if ((error = epenable(sc)) != 0)                          if ((error = epenable(sc)) != 0)
                                 break;                                  break;
                         epinit(sc);                          epinit(sc);
                 } else if (sc->enabled) {                  } else if ((ifp->if_flags & IFF_UP) != 0) {
                         /*                          /*
                          * deal with flags changes:                           * deal with flags changes:
                          * IFF_MULTICAST, IFF_PROMISC.                           * IFF_MULTICAST, IFF_PROMISC.

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

CVSweb <webmaster@jp.NetBSD.org>