can not load kernel module with dependencies

Nicolas Thery nthery at gmail.com
Wed Feb 6 14:27:46 PST 2008


"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...





More information about the Bugs mailing list