Sweep-fix man page section order to match mdoc(7), part 3/5.
[dragonfly.git] / share / man / man4 / man4.i386 / lnc.4
1 .\"
2 .\" Copyright (c) 1997 David E. O'Brien
3 .\"
4 .\" 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 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD: src/share/man/man4/man4.i386/lnc.4,v 1.12.2.6 2001/08/17 13:08:45 ru Exp $
27 .\" $DragonFly: src/share/man/man4/man4.i386/lnc.4,v 1.3 2006/02/17 19:37:10 swildner Exp $
28 .\"
29 .Dd January 19, 1997
30 .Dt LNC 4 i386
31 .Os
32 .Sh NAME
33 .Nm lnc
34 .Nd AMD Lance/PCnet Ethernet device driver
35 .Sh SYNOPSIS
36 .Cd "device lnc0 at isa? port 0x280 irq 10 drq 0"
37 .Sh DESCRIPTION
38 The
39 .Nm
40 driver provides support for the AMD family of Lance/PCnet Ethernet NICs
41 including the Am7990 and Am79C960.
42 The Ethernet cards supported by the
43 .Nm
44 interface are:
45 .Pp
46 .Bl -item -offset indent -compact
47 .It
48 Novell NE2100
49 .It
50 Novell NE32-VL
51 .It
52 Isolan BICC
53 .It
54 Digital DEPCA
55 .It
56 Hewlett Packard Vectra 486/66XM
57 .It
58 Hewlett Packard Vectra XU
59 .It
60 Diamond HomeFree
61 .El
62 .Sh DIAGNOSTICS
63 .Bl -diag
64 .It "lnc%d: Framing error"
65 A framing error occurred.  This means a CRC error also occurred.
66 This caused the driver to drop the packet that contained the framing error.
67 .It "lnc%d: Receive CRC error
68 The received Ethernet frame failed the CRC checksum.
69 This caused the driver to drop the packet that failed the checksum.
70 .It "lnc%d: Packet dropped, no mbufs"
71 The driver ran out of mbuf's.  This may suggest a resource problem.
72 .It "lnc%d: Couldn't allocate memory for NIC"
73 This is a fatal error.  The driver will not attach to the card under this
74 circumstance.
75 .It "lnc%d: Memory allocated above 16Mb limit"
76 ISA and ESIA cards require bounce buffers for DMA transfers above 16mb.
77 The Am7990 and Am79C960 only have 24 address lines and so can only access
78 the lower 16Mb of physical memory.  The
79 .Nm
80 driver assumes the memory it allocates is within the lower 16Mb range.
81 This is not a very valid assumption but there's nothing that can be done
82 about it yet.
83 For shared memory NICs this isn't relevant.
84 .It "lnc%d: Device timeout -- Resetting"
85 The device has stopped responding to the network, or there is a problem with
86 the network connection (cable).   Make sure the network connection in use
87 is the same one the card is configured for.
88 .It "lnc%d: Transmit late collision  -- Net error?"
89 .It "lnc%d: Loss of carrier during transmit -- Net error?"
90 .It "lnc%d: Transmit of packet failed after 16 attempts -- TDR = %d"
91 .It "lnc%d: Heartbeat error -- SQE test failed"
92 .It "lnc%d: Babble error - more than 1519 bytes transmitted"
93 .It "lnc%d: Missed packet -- no receive buffer"
94 .It "lnc%d: Memory error  -- Resetting"
95 .It "lnc%d: Couldn't get mbuf for transmit packet -- Resetting"
96 .It "lnc%d: Receive buffer error"
97 .It "lnc%d: Receive overflow error"
98 .It "lnc%d: Receive interrupt with buffer still owned by controller -- Resetting"
99 .It "lnc%d: Receive interrupt but not start of packet -- Resetting"
100 .It "lnc%d: Start of packet found before end of previous in receive ring -- Resetting"
101 .It "lnc%d: End of received packet not found -- Resetting"
102 .It "lnc%d: Transmit interrupt with buffer still owned by controller -- Resetting"
103 .It "lnc%d: Transmit interrupt but not start of packet -- Resetting"
104 .It "lnc%d: Start of packet found before end of previous in transmit ring -- Resetting"
105 .It "lnc%d: End of transmitted packet not found -- Resetting"
106 .It "lnc%d: Transmit buffer error -- Resetting"
107 .It "lnc%d: Transmit underflow error -- Resetting"
108 .El
109 .Sh SEE ALSO
110 .Xr arp 4 ,
111 .Xr netintro 4 ,
112 .Xr ng_ether 4 ,
113 .Xr ifconfig 8
114 .Sh HISTORY
115 The
116 .Nm
117 device driver first appeared in
118 .Fx 2.2 .
119 .Sh AUTHORS
120 .An -nosplit
121 The
122 .Nm
123 device driver was written by
124 .An Paul Richards .
125 Support for the AMD PCHome phone-line based network added by
126 .An Robert Watson .
127 This manual page was written by
128 .An David E. O'Brien .
129 .Sh BUGS
130 This driver has the potential of being the most verbose of any of the
131 Ethernet device drivers.