Source-Changes archive

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

CVS commit: src/sys/arch/arm/footbridge



Module Name:    src
Committed By:   chris
Date:           Sat Sep 20 14:53:37 UTC 2008

Modified Files:
        src/sys/arch/arm/footbridge: footbridge_clock.c

Log Message:
Fix kernel boot issue on cats.

The delay(9) loop, used before the clock device is probed and a hardware timer
is available, was out by a factor of 625.

This wasn't an issue until revision 1.45 of sys/dev/ic/pckbc.c which switched
to using delay(9) when polling the keyboard controller.

Cats attaches the console (and pckbc) before the clock has been probed, and so
the delay loop code is used causing issue with the keyboard polling.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/arch/arm/footbridge/footbridge_clock.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