CVS commit: src/sys/dev/ic
"Brad Spencer" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: brad Date: Thu Aug 27 01:01:24 UTC 2026 Modified Files: src/sys/dev/ic: sc16is7xx.c sc16is7xxvar.h Log Message: Stop reusing sc_frequency as the workqueue arg. In 11.99.3 or so, doing that wasn't a problem, but now it appears to be trouble doing that. Just provide a dedicated variable. The argument doesn't really matter to this use case, but it can't be something used for something else either. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/sc16is7xx.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/sc16is7xxvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.