On Sat Jun 26 2010 at 06:43:14 +0000, Izumi Tsutsui wrote: > Module Name: src > Committed By: tsutsui > Date: Sat Jun 26 06:43:14 UTC 2010 > > Modified Files: > src/sys/kern: subr_autoconf.c > > Log Message: > Rather than referring a global variable rootvnode in autoconf(9), > prepare and use an internal "root_is_mounted" flag for config_mountroot(9). > > Should fix annoying dependency problem in librump reported by Paul Goyette > on current-users@: > http://mail-index.NetBSD.org/current-users/2010/06/25/msg013771.html
Thanks. The dev-without-vfs configuration is fairly niche and I don't think we even have in-tree uses for it, but it applies to at least networking stack + drivers (which do not load a firmware image), so as long as we can keep it going without a penalty, all the better -- and since there has been no such penalty since the beginning of Unix, I don't expect one to pop up any time soon.