Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/dev/ic



Module Name:    src
Committed By:   bouyer
Date:           Sat Dec 13 21:42:34 UTC 2008

Modified Files:
        src/sys/dev/ic [netbsd-5]: mc146818.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #184):
        sys/dev/ic/mc146818.c: revision 1.17
        sys/dev/ic/mc146818.c: revision 1.18
The wrong sense of the UIP register is used to test for a pending clock
update; this test is now correct.
mc146818_settime_ymdhms has been refactored to simply stop clock updates
while the time is being set.  Based on FreeBSD code and macros in
mc146868reg.h.
Revert part of previous that reverted part of rev 1.14
which didn't affect the bug. (use __func__ to print function names)


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.16.8.1 src/sys/dev/ic/mc146818.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index