CVS commit: src/sys/dev/usb
"Maya Rashish" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: maya Date: Sat Aug 29 01:59:51 UTC 2026 Modified Files: src/sys/dev/usb: if_atu.c if_otus.c if_rum.c if_upgt.c if_ural.c if_urtw.c if_zyd.c Log Message: don't expose us to userland until things are fully initialized. Same class of bugs that run(4) had in other USB drivers. PR kern/60665: run: hot-plugging USB wifi crashes due to use of if_attach To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/usb/if_atu.c cvs rdiff -u -r1.45 -r1.46 src/sys/dev/usb/if_otus.c cvs rdiff -u -r1.71 -r1.72 src/sys/dev/usb/if_rum.c cvs rdiff -u -r1.33 -r1.34 src/sys/dev/usb/if_upgt.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/usb/if_ural.c cvs rdiff -u -r1.27 -r1.28 src/sys/dev/usb/if_urtw.c cvs rdiff -u -r1.61 -r1.62 src/sys/dev/usb/if_zyd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.