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