Subject: CVS commit: syssrc/sys/arch/arm/footbridge
To: None <source-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 05/04/2002 13:04:42
Module Name:	syssrc
Committed By:	chris
Date:		Sat May  4 10:04:42 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/footbridge: footbridge.c footbridge.h
	    footbridge_clock.c

Log Message:
Implement a proper delay routine for footbridge based systems.  Note that
until the footbridge is attached we still have to rely on a loop.  This
uses TIMER_3 running at 100Hz.
Sadly this doesn't appear to fix the tlp problems, which either means that this
delay routine is not as accurate as it should/could be or tlp is still broken.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arm/footbridge/footbridge.c \
    syssrc/sys/arch/arm/footbridge/footbridge_clock.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/footbridge/footbridge.h

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