aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2017-01-16 12:35:57 +0000
committerroot <root@lamia.panaceas.james.local>2017-01-16 12:35:57 +0000
commitcd7e61aef204f57f4af10edae5f2bba9a63754f3 (patch)
tree6b1cfc86d2cf16969145a477c89ac0f518b13326
parent44b0be4c54c8c2ec2dfa5926e17523bbe23f4b4a (diff)
downloadtwa_t-cd7e61aef204f57f4af10edae5f2bba9a63754f3.tar.gz
twa_t-cd7e61aef204f57f4af10edae5f2bba9a63754f3.tar.bz2
twa_t-cd7e61aef204f57f4af10edae5f2bba9a63754f3.zip
make readme html
-rw-r--r--README.html (renamed from README.md)13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.html
index 189aff5..284c11b 100644
--- a/README.md
+++ b/README.html
@@ -1,21 +1,30 @@
+<p>
This program sets the clock (date and time) on 3ware 9xxx series controllers
from the system clock, so that the BBU installation and test dates are
-coorrect.
+correct.
+</p>
+<p>
I'm not entirely sure what mechanism was intended to do this originally,
the linux driver only synchronizes time of week whilst the system is
running, and I didn't find any code to do this in the 3ware BIOS.
+</p>
+<p>
optional argument is the 3ware controller you wist to set the date on
otherwise it assumes /dev/twa0
+</p>
+<p>
The utility only sets the clock if it's wrong by more than 15 seconds.
+</p>
+<pre>
root@otherthing:~/projects/twa_t/twa_t/src# ./twa_t
Controller time is: Sun Jan 1 13:29:27 1970
Controller time difference is 1484524828.0 seconds
Setting controller time
Controller time is: Sun Jan 16 12:29:55 2017
root@otherthing:~/projects/twa_t/twa_t/src#
-
+</pre>