From 77c0482e5a60827b70e8e722468bd328f0b82193 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Mon, 10 Oct 2005 16:15:18 +0000 Subject: 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. --- sys/dev/microcode/siop/siop.ss | 8 +++----- 1 file 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; -- cgit v1.2.3