]> Zhao Yanbai Git Server - minix.git/commit
readclock: code clean-up, add -q, manpage updates 21/721/3
authorThomas Cort <tcort@minix3.org>
Thu, 8 Aug 2013 00:06:47 +0000 (20:06 -0400)
committerGerrit Code Review <gerrit@gerrit>
Fri, 9 Aug 2013 10:41:53 +0000 (12:41 +0200)
commit7f98bdf040676e29170d96c63df66829c718310d
tree5064f22ae5dc5ea0377828ef12e3dfe8c2912ee1
parentbab2a34e1bcb255a4c7996135f96f0d8922e3170
readclock: code clean-up, add -q, manpage updates

 - Simplify the message passing between readclock and the driver.

 - Add a -q command line option to suppress warning messages. This
 cuts down on the noise when readclock is called early in the boot
 sequence and a secondary RTC driver (ex TPS95650) isn't up yet.

 - Update the man page to be less i386 centric and add details about
 the new -q option.

Change-Id: If8d7c50a217ca98c1e9fae0ca92521e2e7c893e4
commands/readclock/readclock.c
etc/rc
man/man8/readclock.8