summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2005-10-10 16:15:18 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2005-10-10 16:15:18 +0000
commit77c0482e5a60827b70e8e722468bd328f0b82193 (patch)
treed2bc8297638556b6c6a000b6af4f934194369627
parent5deefffdfbd3016f1aaffb097aeeb184c469b729 (diff)
Script fix for resid calculation/save data pointer function.
Preparation for larger diff for IGNORE WIDE RESIDUE messages and real resid calculation. From bouyer via NetBSD. Note we are now sync'd to latest (r1.19) code from NetBSD.
-rw-r--r--sys/dev/microcode/siop/siop.ss8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/microcode/siop/siop.ss b/sys/dev/microcode/siop/siop.ss
index e52a3424450..35a04978e58 100644
--- a/sys/dev/microcode/siop/siop.ss
+++ b/sys/dev/microcode/siop/siop.ss
@@ -1,5 +1,5 @@
-; $OpenBSD: siop.ss,v 1.6 2005/10/08 23:46:11 krw Exp $
-; $NetBSD: siop.ss,v 1.17 2002/07/26 14:11:34 wiz Exp $
+; $OpenBSD: siop.ss,v 1.7 2005/10/10 16:15:17 krw Exp $
+; $NetBSD: siop.ss,v 1.19 2005/02/27 00:27:29 perry Exp $
;
; Copyright (c) 2000 Manuel Bouyer.
@@ -261,10 +261,8 @@ handle_msgin:
JUMP REL(handle_extin), IF 0x01 ; extended message
INT int_msgin, IF not 0x04;
CALL REL(disconnect) ; disconnect message;
-; if we didn't get sdp, or if offset is 0, no need to interrupt
+; if we didn't get sdp, no need to interrupt
MOVE SCRATCHA0 & flag_sdp TO SFBR;
- JUMP REL(script_sched), if 0x00;
- MOVE SCRATCHA1 TO SFBR;
JUMP REL(script_sched), if 0x00;
; Ok, we need to save data pointers
INT int_disc;