Loading a kernel module is not an issue.
kldload ./stepper.ko
However, when I try to unload it I get this:
kldunload -f stepper.ko
kldunload: can't unload file: Operation not supported
Doesn't work the -i or -n options, either. I'm running FreeBSD 11.0-RELEASE-p9 in VMware Workstation. Am I doing something wrong?