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

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

Diff for /src/sys/dev/pci/if_sip.c between version 1.11.4.3 and 1.11.4.4

version 1.11.4.3, 2000/10/30 22:51:34 version 1.11.4.4, 2001/02/26 17:03:33
Line 1971  sip_dp83815_set_filter(sc)
Line 1971  sip_dp83815_set_filter(sc)
                 ETHER_NEXT_MULTI(step, enm);                  ETHER_NEXT_MULTI(step, enm);
         }          }
   
         ifp->if_flags |= ~IFF_ALLMULTI;          ifp->if_flags &= ~IFF_ALLMULTI;
         sc->sc_rfcr |= RFCR_MHEN;          sc->sc_rfcr |= RFCR_MHEN;
         goto setit;          goto setit;
   

Legend:
Removed from v.1.11.4.3  
changed lines
  Added in v.1.11.4.4

CVSweb <webmaster@jp.NetBSD.org>