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

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

Diff for /src/sys/dev/usb/if_mue.c between version 1.42 and 1.43

version 1.42, 2019/03/05 08:17:44 version 1.43, 2019/03/05 08:25:03
Line 184  static struct mbuf *mue_newbuf(void);
Line 184  static struct mbuf *mue_newbuf(void);
 #define ETHER_IS_ZERO(addr) \  #define ETHER_IS_ZERO(addr) \
         (!(addr[0] | addr[1] | addr[2] | addr[3] | addr[4] | addr[5]))          (!(addr[0] | addr[1] | addr[2] | addr[3] | addr[4] | addr[5]))
   
 #define ETHER_ALIGN 2  
   
 CFATTACH_DECL_NEW(mue, sizeof(struct mue_softc), mue_match, mue_attach,  CFATTACH_DECL_NEW(mue, sizeof(struct mue_softc), mue_match, mue_attach,
     mue_detach, mue_activate);      mue_detach, mue_activate);
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

CVSweb <webmaster@jp.NetBSD.org>