From: | "Nicolas Thery" <nthery@xxxxxxxxx> |
Date: | Wed, 6 Feb 2008 23:26:55 +0100 |
"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...