CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/06/04 20:43:44
Modified files: sys/dev/fdt : mvclock.c Log message: add support for getting the frequency of the clocks mventa uses. mvneta does interrupt coalescing based on time as counted by these clocks, so being able to ask how fast they tick is useful. lots of help and ok kettenis@