Reviewed by: bcr, manu Differential revision: https://reviews.freebsd.org/D18829
We don't need a 64 bits value to store nanoseconds Discused with: ian, jhibbits
Reported by: ci.freebsd.org
The pwm subsystem consist of API for PWM controllers, pwmbus to register them and a pwm(8) utility to talk to them from userland. Reviewed by: oshgobo (capsicum), bcr (manpage), 0mp (manpage) Differential Revision: https://reviews.freebsd.org/D17938