[BACK]Return to usbnet.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/usbnet.c between version 1.5 and 1.6

version 1.5, 2019/08/06 00:19:57 version 1.6, 2019/08/06 01:42:22
Line 1100  usbnet_attach_ifp(struct usbnet *un,
Line 1100  usbnet_attach_ifp(struct usbnet *un,
          * instead attach bpf here..           * instead attach bpf here..
          */           */
         if (!usbnet_empty_eaddr(un)) {          if (!usbnet_empty_eaddr(un)) {
                   aprint_normal_dev(un->un_dev, "Ethernet address %s\n",
                       ether_sprintf(un->un_eaddr));
                 ether_ifattach(ifp, un->un_eaddr);                  ether_ifattach(ifp, un->un_eaddr);
         } else {          } else {
                 if_alloc_sadl(ifp);                  if_alloc_sadl(ifp);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>