K 10 svn:author V 5 brian K 8 svn:date V 27 2002-04-10T01:14:45.000000Z K 7 svn:log V 366 In linker_load_module(), check that rootdev != NODEV before calling linker_search_module(). Without this, modules loaded from loader.conf that then try to load in additional modules (such as digi.ko loading a card's BIOS) die badly in the vn_open() called from linker_search_module(). It may be worth checking (KASSERTing?) that rootdev != NODEV in vn_open() too. END