NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57645 CVS commit: src/sys/dev/usb



The following reply was made to PR kern/57645; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57645 CVS commit: src/sys/dev/usb
Date: Mon, 9 Oct 2023 17:42:00 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Oct  9 17:42:00 UTC 2023
 
 Modified Files:
 	src/sys/dev/usb: usbnet.c
 
 Log Message:
 usbnet(9): Make sure unp->unp_if_flags is initialized on init.
 
 usbnet_ifflags_cb is only called if the flags change while up and
 running.  (XXX Maybe it should be called in other circumstances too
 so there's only one path here?)
 
 Out of paranoia, clear the cache on stop.
 
 PR kern/57645
 
 XXX pullup-10
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.114 -r1.115 src/sys/dev/usb/usbnet.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index