BSD 4_4 release
[unix-history] / usr / src / share / man / man4 / man4.vax / ix.4
index 3f4e019..2e1bacc 100644 (file)
-.\" Copyright (c) 1986 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1986, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\"
-.\"    @(#)ix.4        6.1 (Berkeley) %G%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.TH IX 4 ""
-.UC 5
-.SH NAME
-ix \- Interlan Np100 10 Mb/s Ethernet interface
-.SH SYNOPSIS
-.B "device np0 at uba0 csr 166000 vector npintr"
-.SH DESCRIPTION
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\"     @(#)ix.4       8.1 (Berkeley) 6/5/93
+.\"
+.Dd June 5, 1993
+.Dt IX 4 vax
+.Os BSD 4.2
+.Sh NAME
+.Nm ix
+.Nd Interlan Np100 10 Mb/s Ethernet interface
+.Sh SYNOPSIS
+.Cd "device np0 at uba0 csr 166000 vector npintr"
+.Sh DESCRIPTION
 The
 The
-.I ix
+.Nm ix
 interface provides access to a 10 Mb/s Ethernet network through
 interface provides access to a 10 Mb/s Ethernet network through
-an Interlan Np100 controller.
-.PP
+an Interlan Np100 controller used as a link-layer interface.
+.Pp
 This interface is unusual in that it requires loading firmware
 into the controller before it may be used as a network interface.
 This is accomplished by opening a character special device,
 and writing data to it.
 This interface is unusual in that it requires loading firmware
 into the controller before it may be used as a network interface.
 This is accomplished by opening a character special device,
 and writing data to it.
-A program to load the image is provided in /usr/src/new/np100.
+A program to load the image is provided in
+.Pa /usr/src/new/np100 .
 The sequence of commands would be:
 The sequence of commands would be:
-.nf
-
-       # ./npload np.image [/dev/np<board #> if other than np00]
-       # sleep 10
-       # ifconfig ix0 ...
-.fi
-.PP
-The host's Internet address is specified at boot time with an SIOCSIFADDR
-ioctl.
-.I ix
+.Bd -literal -offset indent
+# ./npload np.image [/dev/np<board #> if other than np00]
+# sleep 10
+# ifconfig ix0 ...
+.Ed
+.Pp
+Each of the host's network addresses
+is specified at boot time with an
+.Dv SIOCSIFADDR
+.Xr ioctl 2 .
+The
+.Nm ix
 interface employs the address resolution protocol described in
 interface employs the address resolution protocol described in
-.IR arp (4P)
+.Xr arp 4
 to dynamically map between Internet and Ethernet addresses on the local
 network.
 to dynamically map between Internet and Ethernet addresses on the local
 network.
-.PP
-The interface normally tries to use a ``trailer'' encapsulation
-to minimize copying data on input and output.  This may be
-disabled, on a per-interface basis, by setting the IFF_NOTRAILERS
-flag with an SIOCSIFFLAGS ioctl.
-.SH DIAGNOSTICS
-\fBix%d: Req failed, cmd %x, stat %x, ust error %x,%x\fP.
+.Pp
+The interface normally tries to use a
+.Dq trailer
+encapsulation
+to minimize copying data on input and output.
+The use of trailers is negotiated with
+.Tn ARP .
+This negotiation may be disabled, on a per-interface basis,
+by setting the
+.Dv IFF_NOTRAILERS
+flag with an 
+.Dv SIOCSIFFLAGS 
+.Xr ioctl .
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "ix%d: Req failed, cmd %x, stat %x, ust error %x,%x."
 The firmware in the controller refused to honor a request from
 The firmware in the controller refused to honor a request from
-.UX
+.Tn UNIX
 in initializing packet level communications.
 The board may need to be reset and reloaded.
 Or, you may not have allowed enough time between loading the board
 and issuing the request to begin unix network operation.
 in initializing packet level communications.
 The board may need to be reset and reloaded.
 Or, you may not have allowed enough time between loading the board
 and issuing the request to begin unix network operation.
-.PP
-\fBix%d: can't initialize\fP.
+.Pp
+.It ix%d: can't initialize.
 The interface was unable to obtain unibus resources required for operation.
 The interface was unable to obtain unibus resources required for operation.
-.PP
-\fBix%d: failed to reinitialize DLA module\fP.
+.Pp
+.It ix%d: failed to reinitialize DLA module.
 The interface got sick after attempting to reprogram its physical
 ethernet address.  Try reloading the firmware.
 The attempt is made only when this interfaces is not the first
 The interface got sick after attempting to reprogram its physical
 ethernet address.  Try reloading the firmware.
 The attempt is made only when this interfaces is not the first
-one configured for XNS.
-.PP
-\fBix%d: can't handle af%d\fP.  The interface was handed
+one configured for
+.Tn XNS .
+.Pp
+.It ix%d: can't handle af%d.
+The interface was handed
 a message with addresses formatted in an unsuitable address
 family; the packet was dropped.
 a message with addresses formatted in an unsuitable address
 family; the packet was dropped.
-.PP
-\fBix%d: stray xmit interrupt, npreq=%x\fP.
+.Pp
+.It ix%d: stray xmit interrupt, npreq=%x.
 This may happen if the board is reloaded while network processes are still
 running.
 This may happen if the board is reloaded while network processes are still
 running.
-.PP
-\fBixrint: cqe error %x, %x, %x\fP.
+.Pp
+.It ixrint: cqe error %x, %x, %x.
 This will result if an 
 This will result if an 
-.IR ifconfig (8c)
+.Xr ifconfig 8
 request is made at an inopportune time, such as not allowing
 enough time after loading the firmware.
 After 100 such errors are logged, the unix network driver will
 shut itself down, saying:
 request is made at an inopportune time, such as not allowing
 enough time after loading the firmware.
 After 100 such errors are logged, the unix network driver will
 shut itself down, saying:
-.PP
-\fBixrint: shutting down unix dla\fP.
+.Pp
+.It ixrint: shutting down unix dla.
 The recourse is to reload the firmware and allow more time.
 The recourse is to reload the firmware and allow more time.
-.SH SEE ALSO
-intro(4N), inet(4F), arp(4P), np(4).
-.SH BUGS
-There should be a direct path to an intelligent controller
-via a protocol family using the socket mechanism.
+.El
+.Sh SEE ALSO
+.Xr netintro 4 ,
+.Xr inet 4 ,
+.Xr arp 4 ,
+.Xr np 4 .
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Bx 4.3 .