K 10 svn:author V 3 ray K 8 svn:date V 27 2012-09-03T08:52:05.843125Z K 7 svn:log V 367 Add kern.hintmode sysctl variable to show current state of hints: 0 - loader hints in environment only; 1 - static hints only 2 - fallback mode (Dynamic KENV with fallback to kernel environment) Add kern.hintmode write handler, accept only value 2. That will switch static KENV to dynamic. So it will be possible to change device hints. Approved by: adrian (mentor) END