Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev The "Phase mismatch, REQ not asserted" er...



details:   https://anonhg.NetBSD.org/src/rev/36221d19ca9b
branches:  trunk
changeset: 467754:36221d19ca9b
user:      is <is%NetBSD.org@localhost>
date:      Sun Mar 28 19:30:07 1999 +0000

description:
The "Phase mismatch, REQ not asserted" error happens on one of my disks
a few times a day. As the driver and system always recovers, when typing
a few c-ontinues, I think not entering the Debugger() won't hurt.

diffstat:

 sys/arch/amiga/dev/siop.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8633ac702980 -r 36221d19ca9b sys/arch/amiga/dev/siop.c
--- a/sys/arch/amiga/dev/siop.c Sun Mar 28 19:01:02 1999 +0000
+++ b/sys/arch/amiga/dev/siop.c Sun Mar 28 19:30:07 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop.c,v 1.40 1999/03/26 22:50:22 mhitch Exp $ */
+/*     $NetBSD: siop.c,v 1.41 1999/03/28 19:30:07 is Exp $     */
 
 /*
  * Copyright (c) 1994 Michael L. Hitch
@@ -1055,7 +1055,7 @@
                        printf ("Phase mismatch: REQ not asserted! %02x dsp %lx\n",
                            rp->siop_sbcl, rp->siop_dsp);
 #if defined(DEBUG) && defined(DDB)
-                       Debugger();
+                       /*Debugger(); XXX is*/
 #endif
                }
                switch (rp->siop_sbcl & 7) {



Home | Main Index | Thread Index | Old Index