xref: /original-bsd/share/man/man4/man4.vax/acc.4 (revision b218b2ee)
Copyright (c) 1983 The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by the University of California, Berkeley. The name of the
University may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

@(#)acc.4 6.2 (Berkeley) 02/14/89

ACC 4 ""
C 5
NAME
acc - ACC LH/DH IMP interface
SYNOPSIS
"pseudo-device imp"

"device acc0 at uba0 csr 167600 vector accrint accxint"

DESCRIPTION
The 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 imp (4). When configuring, the imp pseudo-device must also be included.
DIAGNOSTICS
"acc%d: not alive" . The initialization routine was entered even though the device did not autoconfigure. This indicates a system problem.

"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).

"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.

"acc%d: stray xmit interrupt, csr=%b" . An interrupt occurred when no output had previously been started.

"acc%d: output error, ocsr=%b, icsr=%b" . The device indicated a problem sending data on output.

"acc%d: input error, csr=%b" . The device indicated a problem receiving data on input.

"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.

"SEE ALSO"
netintro(4)