https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245757
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Conrad Meyer <[email protected]> --- I'm *guessing* your firmware is attempting to "reopen" the existing object to add _GPE methods, and those "already exists" messages prevent the reopen and result in the acpi_ec0 errors. Still, acpi_ec_attach shouldn't panic even if it cannot attach. It might be possible to blacklist the acpi_ec driver as a short-term workaround via 'debug.acpi.disabled="ec"' in loader.conf or at the loader command line. I don't know what the ec driver does or if it is crucial for anything else. If you can get the system to boot that way, please 'acpidump -dt' and attach the result (maybe compressed if it is large). -- 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]"
