[Bug 207419] Add ACPI support for RTC/CMOS device
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 22 19:48:24 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207419
--- Comment #4 from Jung-uk Kim <jkim at FreeBSD.org> ---
(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 on the CC list for the bug.
More information about the freebsd-amd64
mailing list