No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / man4.vax / ix.4
blob3a47c62e5c150ec1448905d04206951cdf7d2217
1 .\"     $NetBSD: ix.4,v 1.14 2003/04/06 19:33:58 wiz Exp $
2 .\"
3 .\" Copyright (c) 1986, 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: @(#)ix.4  8.1 (Berkeley) 6/5/93
31 .\"
32 .Dd June 5, 1993
33 .Dt IX 4 vax
34 .Os
35 .Sh NAME
36 .Nm ix
37 .Nd Interlan Np100 10 Mb/s Ethernet interface
38 .Sh SYNOPSIS
39 .Cd "np0 at uba0 csr 166000 vector npintr"
40 .Sh DESCRIPTION
41 NOTE: This driver has not been ported from
42 .Bx 4.4
43 yet.
44 .Pp
45 The
46 .Nm ix
47 interface provides access to a 10 Mb/s Ethernet network through
48 an Interlan Np100 controller used as a link-layer interface.
49 .Pp
50 This interface is unusual in that it requires loading firmware
51 into the controller before it may be used as a network interface.
52 This is accomplished by opening a character special device,
53 and writing data to it.
54 A program to load the image is provided in
55 .Pa /usr/src/new/np100 .
56 The sequence of commands would be:
57 .Bd -literal -offset indent
58 # ./npload np.image [/dev/np\*[Lt]board #\*[Gt] if other than np00]
59 # sleep 10
60 # ifconfig ix0 ...
61 .Ed
62 .Pp
63 Each of the host's network addresses
64 is specified at boot time with an
65 .Dv SIOCSIFADDR
66 .Xr ioctl 2 .
67 The
68 .Nm ix
69 interface employs the address resolution protocol described in
70 .Xr arp 4
71 to dynamically map between Internet and Ethernet addresses on the local
72 network.
73 .Pp
74 The interface normally tries to use a
75 .Dq trailer
76 encapsulation
77 to minimize copying data on input and output.
78 The use of trailers is negotiated with
79 .Tn ARP .
80 This negotiation may be disabled, on a per-interface basis,
81 by setting the
82 .Dv IFF_NOTRAILERS
83 flag with an
84 .Dv SIOCSIFFLAGS
85 .Xr ioctl 2 .
86 .Sh DIAGNOSTICS
87 .Bl -diag
88 .It "ix%d: Req failed, cmd %x, stat %x, ust error %x,%x."
89 The firmware in the controller refused to honor a request from
90 .Ux
91 in initializing packet level communications.
92 The board may need to be reset and reloaded.
93 Or, you may not have allowed enough time between loading the board
94 and issuing the request to begin
95 .Ux
96 network operation.
97 .Pp
98 .It ix%d: can't initialize.
99 The interface was unable to obtain UNIBUS resources required for operation.
101 .It ix%d: failed to reinitialize DLA module.
102 The interface got sick after attempting to reprogram its physical
103 Ethernet address.  Try reloading the firmware.
104 The attempt is made only when this interfaces is not the first
105 one configured for
106 .Tn XNS .
108 .It ix%d: can't handle af%d.
109 The interface was handed
110 a message with addresses formatted in an unsuitable address
111 family; the packet was dropped.
113 .It ix%d: stray xmit interrupt, npreq=%x.
114 This may happen if the board is reloaded while network processes are still
115 running.
117 .It ixrint: cqe error %x, %x, %x.
118 This will result if an
119 .Xr ifconfig 8
120 request is made at an inopportune time, such as not allowing
121 enough time after loading the firmware.
122 After 100 such errors are logged, the
124 network driver will
125 shut itself down, saying:
127 .It ixrint: shutting down unix dla.
128 The recourse is to reload the firmware and allow more time.
130 .Sh SEE ALSO
131 .Xr arp 4 ,
132 .Xr inet 4 ,
133 .Xr netintro 4 ,
134 .Xr np 4
135 .Sh HISTORY
138 driver appeared in
139 .Bx 4.3 .