K 10 svn:author V 5 luigi K 8 svn:date V 27 2007-02-15T19:49:27.000000Z K 7 svn:log V 509 MFC kern_linker.c 1.133 and related changes: - push Giant into linker_reference_module(); - introduce linker_release_module(), which also takes care of proper locking. The latter also fixes a missing mtx_loc/unlock in subr_firmware.c . Apparently, digi.c is the only external client of linker_reference_module() which is a bit suspicious - perhaps dev/digi/ could make with a bit of review from someone knowledgeable to check how the function is used, and whether it could be replaced by something else. END