xref: /inferno-os/utils/na/na.man (revision 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a)
NA 8
NAME
na - assembler for the Symbios Logic PCI-SCSI I/O Processors
SYNOPSIS
aux/na file
DESCRIPTION
The SYM53C8XX series of PCI-SCSI I/O Processors contain loadable microcode to control their operation. The microcode is written in a language called SCRIPTS. Aux/na is an assembler for the SCRIPTS programming language. It assembles SCRIPTS code in file into an array of assembled SCRIPTS instructions, patches, defines and enums that can be included in a C device driver.
SOURCE
.TF /sys/src/cmd/aux/na

/sys/src/cmd/aux/na

"SEE ALSO"
Symbios Logic, ``PCI-SCSI I/O Processors Programming Guide Version 2.1''

.TF /sys/src/9/*/sd53c8xx.c

/sys/src/9/*/sd53c8xx.n SCRIPTS source code

/sys/src/9/*/sd53c8xx.c driver for the SYM53C8XX series of PCI-SCSI controllers

AUTHOR
Nigel Roles (ngr@9fs.org)