From 5ecbda755f06b18ad5c80804731a54155c9e00ae Mon Sep 17 00:00:00 2001 From: is Date: Sun, 28 Mar 1999 19:30:07 +0000 Subject: [PATCH] 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. --- sys/arch/amiga/dev/siop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amiga/dev/siop.c b/sys/arch/amiga/dev/siop.c index 35dcfbf9b426..d7f889b1865a 100644 --- a/sys/arch/amiga/dev/siop.c +++ b/sys/arch/amiga/dev/siop.c @@ -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 @@ siop_checkintr(sc, istat, dstat, sstat0, status) 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) {