Module Name: src Committed By: blymn Date: Wed Jun 30 21:52:16 UTC 2021
Modified Files: src/sys/kern: kern_pmf.c Log Message: Prevent kernel panic on sleep if network interface driver does not have if_stop defined. This is a common problem with usb adaptors. This is a temporary fix, the printf needs to be converted to an assert once the drivers are cleaned up. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/kern/kern_pmf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.