summaryrefslogtreecommitdiff
path: root/sys/man/8/na
blob: eb0a111ef1721445e8864d15181919cc8c487680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH NA 8
.SH NAME
na \- assembler for the Symbios Logic PCI-SCSI I/O Processors
.SH SYNOPSIS
.B aux/na file
.SH 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.
.I Aux/na
is an assembler for the SCRIPTS programming language.
It assembles SCRIPTS code in
.I file
into an array of assembled SCRIPTS
instructions, patches, defines and enums
that can be included in a C device driver.
.SH SOURCE
.TF /sys/src/cmd/aux/na
.TP
.B /sys/src/cmd/aux/na
.SH "SEE ALSO"
Symbios Logic,
``PCI-SCSI I/O Processors Programming Guide Version 2.1''
.br
.TF /sys/src/9/*/sd53c8xx.c
.TP
.B /sys/src/9/*/sd53c8xx.n
SCRIPTS source code
.TP
.B /sys/src/9/*/sd53c8xx.c
driver for the SYM53C8XX series of PCI-SCSI controllers
.SH AUTHOR
Nigel Roles (ngr@9fs.org)