diff options
Diffstat (limited to 'sys/dev/microcode/siop/siop.ss')
| -rw-r--r-- | sys/dev/microcode/siop/siop.ss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/microcode/siop/siop.ss b/sys/dev/microcode/siop/siop.ss index 4c9f5810eda..982552a99be 100644 --- a/sys/dev/microcode/siop/siop.ss +++ b/sys/dev/microcode/siop/siop.ss @@ -1,4 +1,4 @@ -; $NetBSD: siop.ss,v 1.17 2002/07/26 14:11:34 wiz Exp $ +; $NetBSD: siop.ss,v 1.18 2004/05/17 18:37:02 bouyer Exp $ ; ; Copyright (c) 2000 Manuel Bouyer. @@ -260,11 +260,9 @@ 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; msgin_ack: |
