Initial import from FreeBSD RELENG_4:
[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 .\"
28 .Dd January 19, 1997
29 .Dt LNC 4 i386
30 .Os
31 .Sh NAME
32 .Nm lnc
33 .Nd AMD Lance/PCnet Ethernet device driver
34 .Sh SYNOPSIS
35 .Cd "device lnc0 at isa? port 0x280 irq 10 drq 0"
36 .Sh DESCRIPTION
37 The
38 .Nm
39 driver provides support for the AMD family of Lance/PCnet Ethernet NICs
40 including the Am7990 and Am79C960.
41 The Ethernet cards supported by the
42 .Nm
43 interface are:
44 .Pp
45 .Bl -item -offset indent -compact
46 .It
47 Novell NE2100
48 .It
49 Novell NE32-VL
50 .It
51 Isolan BICC
52 .It
53 Digital DEPCA
54 .It
55 Hewlett Packard Vectra 486/66XM
56 .It
57 Hewlett Packard Vectra XU
58 .It
59 Diamond HomeFree
60 .El
61 .Sh DIAGNOSTICS
62 .Bl -diag
63 .It "lnc%d: Framing error"
64 A framing error occurred.  This means a CRC error also occurred.
65 This caused the driver to drop the packet that contained the framing error.
66 .It "lnc%d: Receive CRC error
67 The received Ethernet frame failed the CRC checksum.
68 This caused the driver to drop the packet that failed the checksum.
69 .It "lnc%d: Packet dropped, no mbufs"
70 The driver ran out of mbuf's.  This may suggest a resource problem.
71 .It "lnc%d: Couldn't allocate memory for NIC"
72 This is a fatal error.  The driver will not attach to the card under this
73 circumstance.
74 .It "lnc%d: Memory allocated above 16Mb limit"
75 ISA and ESIA cards require bounce buffers for DMA transfers above 16mb.
76 The Am7990 and Am79C960 only have 24 address lines and so can only access
77 the lower 16Mb of physical memory.  The
78 .Nm
79 driver assumes the memory it allocates is within the lower 16Mb range.
80 This is not a very valid assumption but there's nothing that can be done
81 about it yet.
82 For shared memory NICs this isn't relevant.
83 .It "lnc%d: Device timeout -- Resetting"
84 The device has stopped responding to the network, or there is a problem with
85 the network connection (cable).   Make sure the network connection in use
86 is the same one the card is configured for.
87 .It "lnc%d: Transmit late collision  -- Net error?"
88 .It "lnc%d: Loss of carrier during transmit -- Net error?"
89 .It "lnc%d: Transmit of packet failed after 16 attempts -- TDR = %d"
90 .It "lnc%d: Heartbeat error -- SQE test failed"
91 .It "lnc%d: Babble error - more than 1519 bytes transmitted"
92 .It "lnc%d: Missed packet -- no receive buffer"
93 .It "lnc%d: Memory error  -- Resetting"
94 .It "lnc%d: Couldn't get mbuf for transmit packet -- Resetting"
95 .It "lnc%d: Receive buffer error"
96 .It "lnc%d: Receive overflow error"
97 .It "lnc%d: Receive interrupt with buffer still owned by controller -- Resetting"
98 .It "lnc%d: Receive interrupt but not start of packet -- Resetting"
99 .It "lnc%d: Start of packet found before end of previous in receive ring -- Resetting"
100 .It "lnc%d: End of received packet not found -- Resetting"
101 .It "lnc%d: Transmit interrupt with buffer still owned by controller -- Resetting"
102 .It "lnc%d: Transmit interrupt but not start of packet -- Resetting"
103 .It "lnc%d: Start of packet found before end of previous in transmit ring -- Resetting"
104 .It "lnc%d: End of transmitted packet not found -- Resetting"
105 .It "lnc%d: Transmit buffer error -- Resetting"
106 .It "lnc%d: Transmit underflow error -- Resetting"
107 .El
108 .Sh BUGS
109 This driver has the potential of being the most verbose of any of the
110 Ethernet device drivers.
111 .Sh SEE ALSO
112 .Xr arp 4 ,
113 .Xr netintro 4 ,
114 .Xr ng_ether 4 ,
115 .Xr ifconfig 8
116 .Sh HISTORY
117 The
118 .Nm
119 device driver first appeared in
120 .Fx 2.2 .
121 .Sh AUTHORS
122 .An -nosplit
123 The
124 .Nm
125 device driver was written by
126 .An Paul Richards .
127 Support for the AMD PCHome phone-line based network added by
128 .An Robert Watson .
129 This manual page was written by
130 .An David E. O'Brien .