freebsd-src/usr.sbin/pwm
Ian Lepore 7d763870e4 Follow changes in the pwmc(4) driver in relation to device filenames.
The driver now names its cdev nodes pwmcX.Y where X is unit number and
Y is the channel within that unit.  Change the default device name from
pwmc0 to pwmc0.0.  The driver now puts cdev files and label aliases in
the /dev/pwm directory, so allow the user to provide unqualified names
with -f and automatically prepend the /dev/pwm part for them.

Update the examples in the manpage to show the new device name format
and location within /dev/pwm.
2019-06-17 16:43:33 +00:00
..
Makefile Add a pwm subsystem so we can configure pwm controller from kernel and userland. 2018-12-12 20:56:56 +00:00
pwm.8 Follow changes in the pwmc(4) driver in relation to device filenames. 2019-06-17 16:43:33 +00:00
pwm.c Follow changes in the pwmc(4) driver in relation to device filenames. 2019-06-17 16:43:33 +00:00