Source-Changes archive

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

CVS commit: src/sys/arch/atari



Module Name:    src
Committed By:   tsutsui
Date:           Tue Jul  7 15:37:03 UTC 2009

Modified Files:
        src/sys/arch/atari/atari: atari_init.c
        src/sys/arch/atari/dev: clock.c
Added Files:
        src/sys/arch/atari/dev: clockvar.h

Log Message:
Explicitly initialize the MFP Timer-B for delay(9) from atari_hwinit()
rather than using if(!atari_realconfig) in clockmatch().
(I doubt the latter one has actually been called..)


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/atari/atari/atari_init.c
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/atari/dev/clock.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/atari/dev/clockvar.h

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