-a | When writing to an explicit outfile, append to the file rather than overwriting it. |
-f | Instead of trying to simplistically guess the path for each module, perform a traversal in the same way that find(1) does to locate an exact path for each module, no matter where in modules-path it is located. |
-k | Instead of reading from standard input, start a kldstat(8) and read the information from it. |
-s | Do not prepend a (guessed) subdirectory of the module path. |
-x | Normally asf looks for KLDs with names of the form <module.ko.debug>. The -x option tells asf to look for KLDs with names of the form <module.ko>. |
|