Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/dev Ooops, previous commit removed an importan...
details: https://anonhg.NetBSD.org/src/rev/6e2df03113ca
branches: trunk
changeset: 518699:6e2df03113ca
user: minoura <minoura%NetBSD.org@localhost>
date: Tue Dec 04 15:21:28 2001 +0000
description:
Ooops, previous commit removed an important line unintentionally.
diffstat:
sys/arch/x68k/dev/mha.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 50643daa8823 -r 6e2df03113ca sys/arch/x68k/dev/mha.c
--- a/sys/arch/x68k/dev/mha.c Tue Dec 04 13:54:12 2001 +0000
+++ b/sys/arch/x68k/dev/mha.c Tue Dec 04 15:21:28 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mha.c,v 1.24 2001/11/25 16:00:06 minoura Exp $ */
+/* $NetBSD: mha.c,v 1.25 2001/12/04 15:21:28 minoura Exp $ */
/*-
* Copyright (c) 1996-1999 The NetBSD Foundation, Inc.
@@ -388,7 +388,9 @@
/* drop off */
while (SSR & SS_IREQUEST)
- ;
+ {
+ (void) ISCSR;
+ }
CMR = CMD_SET_UP_REG; /* setup reg cmd. */
Home |
Main Index |
Thread Index |
Old Index