diff options
Diffstat (limited to 'sys/dev/microcode/siop')
-rw-r--r-- | sys/dev/microcode/siop/ncr53cxxx.c | 4 | ||||
-rw-r--r-- | sys/dev/microcode/siop/siop.ss | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/microcode/siop/ncr53cxxx.c b/sys/dev/microcode/siop/ncr53cxxx.c index b736a00cd44..3ed99e86c75 100644 --- a/sys/dev/microcode/siop/ncr53cxxx.c +++ b/sys/dev/microcode/siop/ncr53cxxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr53cxxx.c,v 1.1 2001/02/15 04:07:59 krw Exp $ */ +/* $OpenBSD: ncr53cxxx.c,v 1.2 2001/03/01 17:14:27 krw Exp $ */ /* $NetBSD: ncr53cxxx.c,v 1.5 2000/10/23 14:51:51 bouyer Exp $ */ /* @@ -1305,7 +1305,7 @@ fprintf (listfp, "Move data to register: %02x %d\n", data, reg); !reserved("carry", tokenix+6)) { errout("Expected 'WITH CARRY'"); } else if (op != 6) { - errout("'WITH CARRY' only valide with '+'"); + errout("'WITH CARRY' only valid with '+'"); } op = 7; } diff --git a/sys/dev/microcode/siop/siop.ss b/sys/dev/microcode/siop/siop.ss index d272e73f7fa..acf214e893f 100644 --- a/sys/dev/microcode/siop/siop.ss +++ b/sys/dev/microcode/siop/siop.ss @@ -1,4 +1,4 @@ -; $OpenBSD: siop.ss,v 1.1 2001/02/15 04:07:59 krw Exp $ +; $OpenBSD: siop.ss,v 1.2 2001/03/01 17:14:27 krw Exp $ ; $NetBSD: siop.ss,v 1.12 2000/10/23 14:53:53 bouyer Exp $ ; @@ -147,7 +147,7 @@ script_sched: ; changes the FALSE to TRUE. The select script will change it back to false ; once the target is selected. ; The RAM could hold 370 slot entry, we limit it to 40. Should be more than -; enouth. +; enough. script_sched_slot0: JUMP abs_script_sched_slot0, IF FALSE; JUMP abs_script_sched_slot0, IF FALSE; @@ -201,7 +201,7 @@ reselect: WAIT RESELECT REL(reselect_fail) MOVE SSID & 0x8f to SFBR MOVE SFBR to SCRATCHA0 ; save reselect ID -; find the rigth param for this target +; find the right param for this target resel_targ0: JUMP abs_targ0, IF 0xff; JUMP abs_targ0, IF 0xff; |