CVS commit: src/sys/arch/arm/imx
"Yuri Honegger Yurix" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yurix Date: Mon Mar 30 08:10:16 UTC 2026 Modified Files: src/sys/arch/arm/imx: imx23_timrot.c Log Message: evbarm/generic_v5: fix setstatclockrate crash setstatclockrate is an optional function for timers that currently cannot be multiplexed through device trees. We don't provide an implementation in the am18 code, but we need to make sure the imx23 driver doesn't crash us. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/imx/imx23_timrot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.