Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/iomd Apply a bandage to delay() so that it ta...



details:   https://anonhg.NetBSD.org/src/rev/5521b87def5a
branches:  trunk
changeset: 508380:5521b87def5a
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Tue Apr 10 19:08:42 2001 +0000

description:
Apply a bandage to delay() so that it takes a more suitable time on
StrongARM Risc PCs.  It really should be replaced entirely, but I've got more
important bugs to fix.

diffstat:

 sys/arch/arm32/iomd/iomd_clock.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d16c46a48d97 -r 5521b87def5a sys/arch/arm32/iomd/iomd_clock.c
--- a/sys/arch/arm32/iomd/iomd_clock.c  Tue Apr 10 18:58:56 2001 +0000
+++ b/sys/arch/arm32/iomd/iomd_clock.c  Tue Apr 10 19:08:42 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iomd_clock.c,v 1.24 2001/04/10 18:58:56 bjh21 Exp $    */
+/*     $NetBSD: iomd_clock.c,v 1.25 2001/04/10 19:08:42 bjh21 Exp $    */
 
 /*
  * Copyright (c) 1994-1997 Mark Brinicombe.
@@ -342,7 +342,7 @@
 
 /* One day soon I will actually do this */
 
-int delaycount = 50;
+int delaycount = 100;
 
 void
 delay(n)



Home | Main Index | Thread Index | Old Index