Date: Mon, 22 Feb 2016 19:48:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 207419] Add ACPI support for RTC/CMOS device Message-ID: <bug-207419-6-iIOnqLE2jh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207419-6@https.bugs.freebsd.org/bugzilla/> References: <bug-207419-6@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207419 --- Comment #4 from Jung-uk Kim <jkim@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 mu= st provide AcpiOsReadCmos() and AcpiOsWriteCmos(). See sys/dev/acpica/Osd/OsdMemory.c, for example. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207419-6-iIOnqLE2jh>