]> git.ipfire.org Git - thirdparty/kmod.git/commit
modprobe: show if module is in kernel
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 11 Jan 2012 23:48:08 +0000 (21:48 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 11 Jan 2012 23:54:25 +0000 (21:54 -0200)
commit92122614b21c1203fcb8b29f03846f0085113df0
treef29157329506388fd7974627328f230cb06f88fc
parentefd2cec66ef439ec1e3153bec13babdc7d250cc6
modprobe: show if module is in kernel

Now with './tools/modprobe --show-depends ahci' (ahci is builtin) we have the following
output:

$ ./tools/modprobe --show-depends ahci
builtin ahci

Just like modprobe from m-i-t. Previously we had:

$ ./tools/modprobe --show-depends ahci
FATAL: Module ahci not found.
TODO
tools/kmod-modprobe.c