1997-01-20 09:18:54 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1997 David E. O'Brien
|
|
|
|
.\"
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``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 DEVELOPERS 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.
|
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1997-01-20 09:18:54 +00:00
|
|
|
.\"
|
|
|
|
.Dd January 19, 1997
|
|
|
|
.Dt LNC 4 i386
|
2001-07-10 15:31:11 +00:00
|
|
|
.Os
|
1997-01-20 09:18:54 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm lnc
|
2001-04-18 15:54:10 +00:00
|
|
|
.Nd AMD Lance/PCnet Ethernet device driver
|
1997-01-20 09:18:54 +00:00
|
|
|
.Sh SYNOPSIS
|
1999-05-20 09:56:18 +00:00
|
|
|
.Cd "device lnc0 at isa? port 0x280 irq 10 drq 0"
|
1997-01-20 09:18:54 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver provides support for the AMD family of Lance/PCnet Ethernet NICs
|
|
|
|
including the Am7990 and Am79C960.
|
|
|
|
The Ethernet cards supported by the
|
|
|
|
.Nm
|
|
|
|
interface are:
|
2000-12-29 09:18:45 +00:00
|
|
|
.Pp
|
2001-03-02 09:38:50 +00:00
|
|
|
.Bl -item -offset indent -compact
|
2000-12-29 09:18:45 +00:00
|
|
|
.It
|
|
|
|
Novell NE2100
|
|
|
|
.It
|
|
|
|
Novell NE32-VL
|
|
|
|
.It
|
|
|
|
Isolan BICC
|
|
|
|
.It
|
|
|
|
Digital DEPCA
|
|
|
|
.It
|
|
|
|
Hewlett Packard Vectra 486/66XM
|
|
|
|
.It
|
|
|
|
Hewlett Packard Vectra XU
|
|
|
|
.It
|
|
|
|
Diamond HomeFree
|
1997-01-20 09:18:54 +00:00
|
|
|
.El
|
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
.Bl -diag
|
1997-01-25 20:42:09 +00:00
|
|
|
.It "lnc%d: Framing error"
|
|
|
|
A framing error occurred. This means a CRC error also occurred.
|
|
|
|
This caused the driver to drop the packet that contained the framing error.
|
1997-01-20 09:18:54 +00:00
|
|
|
.It "lnc%d: Receive CRC error
|
|
|
|
The received Ethernet frame failed the CRC checksum.
|
|
|
|
This caused the driver to drop the packet that failed the checksum.
|
|
|
|
.It "lnc%d: Packet dropped, no mbufs"
|
|
|
|
The driver ran out of mbuf's. This may suggest a resource problem.
|
|
|
|
.It "lnc%d: Couldn't allocate memory for NIC"
|
|
|
|
This is a fatal error. The driver will not attach to the card under this
|
|
|
|
circumstance.
|
|
|
|
.It "lnc%d: Memory allocated above 16Mb limit"
|
|
|
|
ISA and ESIA cards require bounce buffers for DMA transfers above 16mb.
|
|
|
|
The Am7990 and Am79C960 only have 24 address lines and so can only access
|
|
|
|
the lower 16Mb of physical memory. The
|
|
|
|
.Nm
|
|
|
|
driver assumes the memory it allocates is within the lower 16Mb range.
|
|
|
|
This is not a very valid assumption but there's nothing that can be done
|
2000-03-03 14:05:08 +00:00
|
|
|
about it yet.
|
|
|
|
For shared memory NICs this isn't relevant.
|
1997-01-20 09:18:54 +00:00
|
|
|
.It "lnc%d: Device timeout -- Resetting"
|
|
|
|
The device has stopped responding to the network, or there is a problem with
|
|
|
|
the network connection (cable). Make sure the network connection in use
|
|
|
|
is the same one the card is configured for.
|
|
|
|
.It "lnc%d: Transmit late collision -- Net error?"
|
|
|
|
.It "lnc%d: Loss of carrier during transmit -- Net error?"
|
|
|
|
.It "lnc%d: Transmit of packet failed after 16 attempts -- TDR = %d"
|
|
|
|
.It "lnc%d: Heartbeat error -- SQE test failed"
|
|
|
|
.It "lnc%d: Babble error - more than 1519 bytes transmitted"
|
|
|
|
.It "lnc%d: Missed packet -- no receive buffer"
|
|
|
|
.It "lnc%d: Memory error -- Resetting"
|
|
|
|
.It "lnc%d: Couldn't get mbuf for transmit packet -- Resetting"
|
|
|
|
.It "lnc%d: Receive buffer error"
|
|
|
|
.It "lnc%d: Receive overflow error"
|
|
|
|
.It "lnc%d: Receive interrupt with buffer still owned by controller -- Resetting"
|
|
|
|
.It "lnc%d: Receive interrupt but not start of packet -- Resetting"
|
|
|
|
.It "lnc%d: Start of packet found before end of previous in receive ring -- Resetting"
|
|
|
|
.It "lnc%d: End of received packet not found -- Resetting"
|
|
|
|
.It "lnc%d: Transmit interrupt with buffer still owned by controller -- Resetting"
|
|
|
|
.It "lnc%d: Transmit interrupt but not start of packet -- Resetting"
|
|
|
|
.It "lnc%d: Start of packet found before end of previous in transmit ring -- Resetting"
|
|
|
|
.It "lnc%d: End of transmitted packet not found -- Resetting"
|
|
|
|
.It "lnc%d: Transmit buffer error -- Resetting"
|
|
|
|
.It "lnc%d: Transmit underflow error -- Resetting"
|
|
|
|
.El
|
|
|
|
.Sh BUGS
|
|
|
|
This driver has the potential of being the most verbose of any of the
|
|
|
|
Ethernet device drivers.
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr arp 4 ,
|
|
|
|
.Xr netintro 4 ,
|
2000-05-04 17:40:13 +00:00
|
|
|
.Xr ng_ether 4 ,
|
|
|
|
.Xr ifconfig 8
|
1997-01-20 09:18:54 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
2001-07-14 19:41:16 +00:00
|
|
|
device driver first appeared in
|
1997-01-20 09:18:54 +00:00
|
|
|
.Fx 2.2 .
|
|
|
|
.Sh AUTHORS
|
2000-11-22 09:35:58 +00:00
|
|
|
.An -nosplit
|
1997-01-20 09:18:54 +00:00
|
|
|
The
|
|
|
|
.Nm
|
1998-03-12 07:31:21 +00:00
|
|
|
device driver was written by
|
|
|
|
.An Paul Richards .
|
1999-08-10 01:03:51 +00:00
|
|
|
Support for the AMD PCHome phone-line based network added by
|
2000-11-22 09:35:58 +00:00
|
|
|
.An Robert Watson .
|
1998-03-12 07:31:21 +00:00
|
|
|
This manual page was written by
|
|
|
|
.An David E. O'Brien .
|