https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245654
--- Comment #12 from Vladimir Kondratyev <[email protected]> --- (In reply to xspbe3ho3p5uac from comment #11) > Here is the dmesg after I enabled `hw.iicbus.enable_acpi_space_handler`. > Let me know if you have any ideas on how to get that last device to show up. Unfortunately, nothing interesting. Except the 3-rd controller is dysfunctional. Full power off/on cycle may be required to restore it. I hope, all 7 /dev/iic* will appear after that. > interface ig4iic.1 already present in the KLD 'kernel'! > linker_load_file: /boot/kernel/ig4.ko - unsupported file type Looks like you have ig4 compiled in to kernel and something ?devmatch? tries to load it one more time as a module. Most probably, it is harmless in the case if you have `device ig4` line in your kernel config. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
