https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172742
John Baldwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from John Baldwin <[email protected]> --- You can't just replace C311. That is the name of some function that is being called. Your BIOS looks like it was run through an obfuscator (or was machine-generated) and uses non-human-readable names for internal functions in the ASL. (I had an HP laptop once whose BIOS was like this.) Hacking this method isn't really going to help with the problem. You would need to look at what the C311 method is doing and find out why it is returning 0x100. Note that HEAD has a change to reduce the spam when _TMP is invalid in r255077. Are you getting a lot of messages about _CRT being invalid or just one during boot? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "[email protected]"
