Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/man/8/na – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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