xref: /netbsd/share/man/man4/man4.vax/ddn.4 (revision bf9ec67e)
1.\"	$NetBSD: ddn.4,v 1.10 2002/01/15 02:05:53 wiz Exp $
2.\"
3.\" Copyright (c) 1983, 1991, 1993
4.\"	The Regents of the University of California.  All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgement:
16.\"	This product includes software developed by the University of
17.\"	California, Berkeley and its contributors.
18.\" 4. Neither the name of the University nor the names of its contributors
19.\"    may be used to endorse or promote products derived from this software
20.\"    without specific prior written permission.
21.\"
22.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\"     from: @(#)ddn.4	8.1 (Berkeley) 6/5/93
35.\"
36.Dd June 5, 1993
37.Dt DDN 4 vax
38.Os
39.Sh NAME
40.Nm ddn
41.Nd
42.Tn DDN
43Standard Mode
44.Tn X.25
45.Tn IMP
46network interface
47.Sh SYNOPSIS
48.Cd "ddn0 at uba0 csr 166740 vector ddnintr"
49.Sh DESCRIPTION
50NOTE: This driver has not been ported from
51.Bx 4.4
52yet.
53.Pp
54The
55.Nm ddn
56device provides a
57.Tn DDN
58Standard Mode
59.Tn X.25
60interface to an
61.Tn IMP
62using
63the
64.Tn ACC ACP625
65.Tn X.25
66board.  It is normally used for connecting to
67the Defense Data Network
68.Pq Tn DDN .
69The controller itself is not accessible
70to users, but instead provides a network interface for the
71Internet Protocol described in
72.Xr ip 4 .
73.Sh DIAGNOSTICS
74.Bl -diag
75.It ddn%d: not alive.
76The initialization routine was entered even though the device
77did not autoconfigure.  This indicates a system problem.
78.Pp
79.It ddn%d: failed getting UBA resources for lcn %d."
80Insufficient
81.Tn UNIBUS
82resources existed to initialize the device.
83This is likely to be a shortage of
84.Tn UNIBUS
85mapping registers.
86.Pp
87.It ddn%d: couldn't get X25 init buffer.
88This indicates that an
89.Em mbuf
90could not be allocated for sending the initialization message to the
91.Tn ACP Ns 625 .
92.Pp
93.It DDN: illegal X25 address length!
94.It DDN: illegal X25 address format!
95These errors indicate a problem with the called
96.Tn X.25
97address received
98from the
99.Tn IMP
100on an incoming call.
101.Pp
102.It X25 RESET on lcn = %d.
103This indicates that an unexpected
104.Tn X.25
105.Tn RESET
106was received on the
107indicated
108.Tn LCN .
109.Pp
110.It X25 INTERRUPT on lcn = %d, code = %d.
111This indicates that an unexpected
112.Tn X.25
113.Tn INTERRUPT
114Packet was received on the
115indicated
116.Tn LCN .
117.Pp
118.It ddn%d: failed to get supr msg bfr!
119This indicates that an
120.Em mbuf
121could not be allocated for sending a supervisor message to the
122.Tn ACP625 .
123.El
124.Pp
125Any other error message from
126.Ql ddn%d:
127indicates a serious error
128detected by either the driver or the
129.Tn ACP Ns 625
130firmware.
131.Sh SEE ALSO
132.Xr ip 4 ,
133.Xr netintro 4
134.Sh HISTORY
135The
136.Nm
137interface appeared in
138.Bx 4.3 .
139