K 10 svn:author V 3 kib K 8 svn:date V 27 2010-09-05T14:27:55.547131Z K 7 svn:log V 254 MFC r210923: Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created cdev will never be destroyed. Propagate the flag to devfs vnodes as VV_ETERNVALDEV. Use the flags to avoid acquiring devmtx and taking a thread reference on such nodes. END