"kldload foo" fails if foo depends on other modules that have not yet
been loaded.

The kernel includes code to automatically loads dependencies but it
seems designed for an older ABI (cf load_dependancies()).

I'm working on a fix inspired from FreeBSD...

Reply via email to