https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195116
--- Comment #4 from parv <parv.0zero9+free...@gmail.com> --- Apparently order matters of values assigned to a variable in /etc/rc.con. Now I have ... kld_list="filemon" kld_list="$kldlist i915kms" kld_list="$kldlist acpi_video" ... ... now the MIBs in /etc/sysctl.conf related to "hw.acpi.video.lcd0" are not reported as unknowns. Earlier I had ... kld_list="filemon" kld_list="$kldlist acpi_video" kld_list="$kldlist i915kms" -- You are receiving this mail because: You are the assignee for the bug.