Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/stand/boot undo - pointed out this is a reg...



details:   https://anonhg.NetBSD.org/src/rev/47b554b17ede
branches:  trunk
changeset: 827515:47b554b17ede
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 31 15:10:28 2017 +0000

description:
undo - pointed out this is a register assignment.

diffstat:

 sys/arch/luna68k/stand/boot/sc.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d7dca69594d0 -r 47b554b17ede sys/arch/luna68k/stand/boot/sc.c
--- a/sys/arch/luna68k/stand/boot/sc.c  Tue Oct 31 15:00:03 2017 +0000
+++ b/sys/arch/luna68k/stand/boot/sc.c  Tue Oct 31 15:10:28 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sc.c,v 1.15 2017/10/31 14:55:45 christos Exp $ */
+/*     $NetBSD: sc.c,v 1.16 2017/10/31 15:10:28 christos Exp $ */
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -407,6 +407,9 @@
        printf("sc%d: abort  phase=0x%x, ssts=0x%x, ints=0x%x\n",
            hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts, hd->scsi_ints);
 
+       if (hd->scsi_ints != 0)
+               hd->scsi_ints = hd->scsi_ints;
+
        if (hd->scsi_psns == 0 || (hd->scsi_ssts & SSTS_INITIATOR) == 0)
                /* no longer connected to scsi target */
                return;



Home | Main Index | Thread Index | Old Index