[BACK]Return to if_ure.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_ure.c between version 1.49 and 1.50

version 1.49, 2022/03/03 05:53:23 version 1.50, 2022/03/03 05:53:33
Line 445  ure_uno_init(struct ifnet *ifp)
Line 445  ure_uno_init(struct ifnet *ifp)
             ure_read_2(un, URE_PLA_MISC_1, URE_MCU_TYPE_PLA) &              ure_read_2(un, URE_PLA_MISC_1, URE_MCU_TYPE_PLA) &
             ~URE_RXDY_GATED_EN);              ~URE_RXDY_GATED_EN);
   
         /* Accept multicast frame or run promisc. mode. */  
         ure_uno_mcast(ifp);  
   
         return usbnet_init_rx_tx(un);          return usbnet_init_rx_tx(un);
 }  }
   

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb <webmaster@jp.NetBSD.org>