BSD 4_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 28 Jul 1983 06:02:42 +0000 (22:02 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 28 Jul 1983 06:02:42 +0000 (22:02 -0800)
Work on file usr/man/man4/acc.4

Synthesized-from: CSRG/cd1/4.2

usr/man/man4/acc.4 [new file with mode: 0644]

diff --git a/usr/man/man4/acc.4 b/usr/man/man4/acc.4
new file mode 100644 (file)
index 0000000..7fff291
--- /dev/null
@@ -0,0 +1,51 @@
+.TH ACC 4 "27 July 1983"
+.UC 4
+.SH NAME
+acc \- ACC LH/DH IMP interface
+.SH SYNOPSIS
+.B "pseudo-device imp"
+.br
+.B "device acc0 at uba0 csr 167600 vector accrint accxint"
+.SH DESCRIPTION
+The 
+.I acc
+device provides a Local Host/Distant Host
+interface to an IMP.  It is normally used when participating
+in the DARPA Internet.  The controller itself is not accessible
+to users, but instead provides the hardware support to the IMP
+interface described in
+.IR imp (4).
+When configuring, the 
+.I imp
+pseudo-device must also be included.
+.SH DIAGNOSTICS
+.BR "acc%d: not alive" .
+The initialization routine was entered even though the device
+did not autoconfigure.  This indicates a system problem.
+.PP
+.BR "acc%d: can't initialize" .
+Insufficient UNIBUS resources existed to initialize the device.
+This is likely to occur when the device is run on a buffered
+data path on an 11/750 and other network interfaces are also
+configured to use buffered data paths, or when it is configured
+to use buffered data paths on an 11/730 (which has none).
+.PP
+.BR "acc%d: imp doesn't respond, icsr=%b" .
+The driver attempted to initialize the device, but the IMP
+failed to respond after 500 tries.  Check the cabling.
+.PP
+.BR "acc%d: stray xmit interrupt, csr=%b" .
+An interrupt occurred when no output had previously been started. 
+.PP
+.BR "acc%d: output error, ocsr=%b, icsr=%b" .
+The device indicated a problem sending data on output.
+.PP
+.BR "acc%d: input error, csr=%b" .
+The device indicated a problem receiving data on input.
+.PP
+.BR "acc%d: bad length=%d" .
+An input operation resulted in a data transfer of less than
+0 or more than 1008 bytes of
+data into memory (according to the word count register).
+This should never happen as the maximum size of a host-IMP
+message is 1008 bytes.