adjtime on a VAX?

adjtime on a VAX?

Post by Jeffrey L Bromberg » Fri, 01 Mar 1991 04:42:30



Hi.  I'm peeking at the src at 4.3BSD, especially at the code for
adjtime.  The routine adjusts the system's clock (when given a number
of microseconds to differ).  After it figures out how much has to
change, this is (summarized) what happens:

        Call splclock
                this copies the contents of processor register
                $18 to r0 (the return value) and copies the value
                $0x18 into this same register.
        Do some math to figure out the remaining adjustment
        Call splx with the return value from the splclock.

Now, register $18 is the Interval Count Control (according to the VAX
hardware handbook).  The bit pattern from $0x18 sets the 2^3 bit.
But the manual claims that this bit MUST BE ZERO to work.  The bit set
in the 2^4 position tells the machine to transfer the Next Interval
Count Register into the systems Interval Count Register.

So.  That's what the code and the FM's say.  But how does the time
actually change?  I don't see a set of the Next Interval register.
What was there, and what effect does it have to load a seemingly
random register over the machine's system clock?  And, where does the
computed change fit it?  If the math is meant to be a delay loop, then
how can one slow the clock down?

Have I missed something here??  Any help would be appreciated!

j
--
Jeffrey L. Bromberger
System Operator---City College of New York---Science Computing Facility

        Anywhere!{cmcl2,philabs,phri}!ccnysci!jeffrey

 
 
 

1. 'date' accuracy & /etc/adjtime

hi everybody,

the 'date' command outputs only an integer number of seconds making
it difficult to calculate the 'seconds per day' drift needed in
/etc/adjtime; is there an other command that shows the current date &
time more accurately?

beers,

--
Otavio Exel /<\oo/>\

2. start of orders: SuSE PPC

3. adjtime c-function and timed

4. Alphatronix jukebox

5. adjtime() prob under Interactive 3.2

6. Run as backend process.

7. adjtime() bug

8. xterm for Windows?

9. adjtime and Linux 2.xxx

10. adjtime

11. adjtime(), how does it work?

12. SL1.2: date -a / adjtime(2) ?

13. Help me understand adjtime and hwclock please?