Module Name: src
Committed By: jakllsch
Date: Fri Feb 9 22:08:28 UTC 2018
Modified Files:
src/sys/arch/luna68k/stand/boot: sc.c
Log Message:
Explain what may seem to be a non-sensical assignment, but isn't.
closes PR 53000
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/luna68k/stand/boot/sc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/luna68k/stand/boot/sc.c
diff -u src/sys/arch/luna68k/stand/boot/sc.c:1.16 src/sys/arch/luna68k/stand/boot/sc.c:1.17
--- src/sys/arch/luna68k/stand/boot/sc.c:1.16 Tue Oct 31 15:10:28 2017
+++ src/sys/arch/luna68k/stand/boot/sc.c Fri Feb 9 22:08:28 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: sc.c,v 1.16 2017/10/31 15:10:28 christos Exp $ */
+/* $NetBSD: sc.c,v 1.17 2018/02/09 22:08:28 jakllsch Exp $ */
/*
* Copyright (c) 1992 OMRON Corporation.
@@ -408,6 +408,7 @@ scabort(struct scsi_softc *hs)
hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts, hd->scsi_ints);
if (hd->scsi_ints != 0)
+ /* write register value back to register */
hd->scsi_ints = hd->scsi_ints;
if (hd->scsi_psns == 0 || (hd->scsi_ssts & SSTS_INITIATOR) == 0)