first version, for 4.3
[unix-history] / usr / src / share / man / man4 / man4.vax / ddn.4
CommitLineData
da29eb96
KM
1.\" @(#)ddn.4 6.1 (Berkeley) %G%
2.\"
3.TH DDN 4 ""
4.UC 6
5.SH NAME
6ddn \- DDN Standard Mode X.25 IMP interface
7.SH SYNOPSIS
8.B "device ddn0 at uba0 csr 166740 vector ddnintr"
9.SH DESCRIPTION
10The
11.I ddn
12device provides a DDN Standard Mode X.25 interface to an IMP using
13the ACC ACP625 X.25 board. It is normally used for connecting to
14the Defense Data Network (DDN). The controller itself is not accessible
15to users, but instead provides a network interface for the
16Internet Protocol described in
17.IR ip (4).
18.SH DIAGNOSTICS
19.BR "ddn%d: not alive" .
20The initialization routine was entered even though the device
21did not autoconfigure. This indicates a system problem.
22.PP
23.BR "ddn%d: failed getting UBA resources for lcn %d" .
24Insufficient UNIBUS resources existed to initialize the device.
25This is likely to be a shortage of UNIBUS mapping registers.
26.PP
27.BR "ddn%d: couldn't get X25 init buffer" .
28This indicates that an
29.I mbuf
30could not be allocated for sending the initialization message to the
31ACP625.
32.PP
33.BR "DDN: illegal X25 address length!"
34.br
35.BR "DDN: illegal X25 address format!"
36.br
37These errors indicate a problem with the called X.25 address received
38from the IMP on an incoming call.
39.PP
40.BR "X25 RESET on lcn = %d" .
41This indicates that an unexpected X.25 RESET was received on the
42indicated LCN.
43.PP
44.BR "X25 INTERRUPT on lcn = %d, code = %d" .
45This indicates that an unexpected X.25 INTERRUPT Packet was received on the
46indicated LCN.
47.PP
48.BR "ddn%d: failed to get supr msg bfr!" .
49This indicates that an
50.I mbuf
51could not be allocated for sending a supervisor message to the
52ACP625.
53.PP
54Any other error message from ddn%d: indicates a serious error
55detected by either the driver or the ACP625 firmware.