The
modunload utility unloads a loadable kernel module from a running system.
name is name of the module to be unloaded, as shown by
modstat(8).
Builtin modules will not be unloaded from memory, but they will be disabled. They can be re-enabled using
modload(8).