CVS commit: src/sys/kern
"YAMAMOTO Takashi" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yamt Date: Tue Mar 24 13:28:06 UTC 2026 Modified Files: src/sys/kern: subr_autoconf.c Log Message: Revert "config_attach_pseudo/config_attach_pseudo: assert kernel lock" it turned out that we have too many drivers which would trigger these assertions. although my impression is that they are actually not mpsafe, let's revert the assertions for now. PR/60123 https://gnats.netbsd.org/60123 To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.320 src/sys/kern/subr_autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.