Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/dev Backout previous. It is not timing probl...
details: https://anonhg.NetBSD.org/src/rev/5f7341077f63
branches: trunk
changeset: 526545:5f7341077f63
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun May 05 18:29:06 2002 +0000
description:
Backout previous. It is not timing problem, but gcc optimization bug.
diffstat:
sys/arch/macppc/dev/adb_direct.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a32cea89033c -r 5f7341077f63 sys/arch/macppc/dev/adb_direct.c
--- a/sys/arch/macppc/dev/adb_direct.c Sun May 05 17:51:46 2002 +0000
+++ b/sys/arch/macppc/dev/adb_direct.c Sun May 05 18:29:06 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adb_direct.c,v 1.22 2002/04/29 10:15:29 tsutsui Exp $ */
+/* $NetBSD: adb_direct.c,v 1.23 2002/05/05 18:29:06 tsutsui Exp $ */
/* From: adb_direct.c 2.02 4/18/97 jpw */
@@ -1892,7 +1892,6 @@
while (0 == flag) /* wait for result */
;
- delay(10);
memcpy(time, output + 1, 4);
return 0;
Home |
Main Index |
Thread Index |
Old Index