https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207419
--- Comment #4 from Jung-uk Kim <[email protected]> --- (In reply to Anthony Jenkins from comment #3) > If you look closely at the OP's proposed ACPICA patch, the > AcpiOs(Read|Write)Cmos() handlers are no-ops (Read returns 0, Write does > nothing). Actually, those are stubs for userland tools, i.e., acpiexec. FYI, OSPM must provide AcpiOsReadCmos() and AcpiOsWriteCmos(). See sys/dev/acpica/Osd/OsdMemory.c, for example. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "[email protected]"
