na 859 B

123456789101112131415161718192021222324252627282930313233
  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)