[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.80 and 1.81

version 1.80, 2022/03/03 05:56:09 version 1.81, 2022/03/03 05:56:28
Line 856  mue_attach(device_t parent, device_t sel
Line 856  mue_attach(device_t parent, device_t sel
         }          }
   
         /* Set these up now for mue_cmd().  */          /* Set these up now for mue_cmd().  */
         usbnet_attach(un, "muedet");          usbnet_attach(un);
   
         un->un_phyno = 1;          un->un_phyno = 1;
   

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVSweb <webmaster@jp.NetBSD.org>