History log of /netbsd/sys/dev/microcode/siop/ncr53cxxx.c (Results 1 – 17 of 17)
Revision Date Author Comments
# da22d5f8 21-Apr-2022 andvar <andvar@NetBSD.org>

s/substract/subtract/ in comments and error message.
s/obtainted/obtained/ in one comment.


# 78f74058 21-Oct-2009 snj <snj@NetBSD.org>

Drop 3rd and 4th clauses (except on files where copyright is shared
with UC, in which case only the ad clause has been removed). Approved
by mhitch@ (copyright holder).


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 3cebd932 11-Feb-2005 simonb <simonb@NetBSD.org>

White space nit- don't put a space before/after increment/decrement
operators.


# 7ec21dba 16-May-2004 bouyer <bouyer@NetBSD.org>

Make it compile with recent compilers.


# 9391907d 14-Jul-2003 lukem <lukem@NetBSD.org>

add missing __RCSID()


# bcf0b777 06-Apr-2003 tsutsui <tsutsui@NetBSD.org>

Tweak siop scripts assembler for new oosiop.


# 4b8e2f70 21-Apr-2002 bouyer <bouyer@NetBSD.org>

- handle INTFLY (interrupt on the fly) command
- hanlde set/clear carry
- handle shl, shr (shift left and rigth) and xor operators


# a8ac9f86 20-Apr-2002 bouyer <bouyer@NetBSD.org>

Fix scratchd2 address.


# 6b14001f 17-Apr-2002 bouyer <bouyer@NetBSD.org>

Really use a JUMP for NOP, not a block move.


# 60c77bb2 05-Dec-2001 fredette <fredette@NetBSD.org>

Added support for the Symbios/NCR 53c700 SCSI controller.
This chip is very similar to the 53c710, except that it's
missing a few registers, doesn't do relative jumps and
doesn't have the table-indir

Added support for the Symbios/NCR 53c700 SCSI controller.
This chip is very similar to the 53c710, except that it's
missing a few registers, doesn't do relative jumps and
doesn't have the table-indirect addressing mode.

I have checked that this still generates the same output
on the existing scripts for the other chips.

show more ...


# b83fe1a8 29-Apr-2001 tsutsui <tsutsui@NetBSD.org>

Correct register address map for 53c710.


# 3b7321e1 23-Oct-2000 bouyer <bouyer@NetBSD.org>

Allow conditionnal branch like "JUMP foo, IF FALSE"
The branch will never be taken as is, but the driver can patch the script.


# 8ec46d16 18-Oct-2000 bouyer <bouyer@NetBSD.org>

Fix off by one error when using RETURN, WHEN/IF ...


# 64c818a7 09-Oct-2000 bouyer <bouyer@NetBSD.org>

Emit a warning when a symbol is undefined.


# 5ee6872b 25-Apr-2000 bouyer <bouyer@NetBSD.org>

- Add support for NOP instruction
- fix dsp value for second operand of memory move, so that patch list will be
correct.


# cd5411b3 21-Apr-2000 bouyer <bouyer@NetBSD.org>

Script assembler for the NCR 53c7xx/8xx scsi controller. Initial work
done by Michael L. Hitch, support for the 8xx and some improvements
by me.