]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r336094, r336096
authorian <ian@FreeBSD.org>
Mon, 22 Apr 2019 05:00:29 +0000 (05:00 +0000)
committerian <ian@FreeBSD.org>
Mon, 22 Apr 2019 05:00:29 +0000 (05:00 +0000)
commit78abc3b8815b2ab6ebe9d309310e7e010ae54376
treeb8cf3ff2115d5ab7742aebbcdc5bba5c940d997f
parent6d9ea410590d901377523cc8a805955828b10914
MFC r336094, r336096

r336094:
Catch up with improvements in RTC handling... It's no longer necessary to
ignore the timestamp passed in to settime() due to inaccuracy, the core
routines now pass in a nanosecond-accurate time freshly-obtained before
calling each driver's settime() method.  Also, add calls to the new
debugging output helpers.

r336096:
Make the imx6_snvs driver usable as a module, add pnp info.  Add a manpage.
share/man/man4/man4.arm/Makefile
share/man/man4/man4.arm/imx6_snvs.4 [new file with mode: 0644]
sys/arm/freescale/imx/imx6_snvs.c
sys/modules/imx/Makefile
sys/modules/imx/imx6_snvs/Makefile [new file with mode: 0644]