135591247SMarius Strobl.\" $NetBSD: le.4,v 1.22 2004/10/04 19:12:52 rumble Exp $ 235591247SMarius Strobl.\" 335591247SMarius Strobl.\"- 435591247SMarius Strobl.\" Copyright (c) 1992, 1993 535591247SMarius Strobl.\" The Regents of the University of California. All rights reserved. 635591247SMarius Strobl.\" 735591247SMarius Strobl.\" This software was developed by the Computer Systems Engineering group 835591247SMarius Strobl.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 935591247SMarius Strobl.\" contributed to Berkeley. 1035591247SMarius Strobl.\" 1135591247SMarius Strobl.\" Redistribution and use in source and binary forms, with or without 1235591247SMarius Strobl.\" modification, are permitted provided that the following conditions 1335591247SMarius Strobl.\" are met: 1435591247SMarius Strobl.\" 1. Redistributions of source code must retain the above copyright 1535591247SMarius Strobl.\" notice, this list of conditions and the following disclaimer. 1635591247SMarius Strobl.\" 2. Redistributions in binary form must reproduce the above copyright 1735591247SMarius Strobl.\" notice, this list of conditions and the following disclaimer in the 1835591247SMarius Strobl.\" documentation and/or other materials provided with the distribution. 1935591247SMarius Strobl.\" 3. Neither the name of the University nor the names of its contributors 2035591247SMarius Strobl.\" may be used to endorse or promote products derived from this software 2135591247SMarius Strobl.\" without specific prior written permission. 2235591247SMarius Strobl.\" 2335591247SMarius Strobl.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2435591247SMarius Strobl.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2535591247SMarius Strobl.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2635591247SMarius Strobl.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2735591247SMarius Strobl.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2835591247SMarius Strobl.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2935591247SMarius Strobl.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 3035591247SMarius Strobl.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 3135591247SMarius Strobl.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 3235591247SMarius Strobl.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 3335591247SMarius Strobl.\" SUCH DAMAGE. 3435591247SMarius Strobl.\" 3535591247SMarius Strobl.\" from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp 3635591247SMarius Strobl.\" from: @(#)le.4 8.1 (Berkeley) 6/9/93 3735591247SMarius Strobl.\" $FreeBSD$ 3835591247SMarius Strobl.\" 39*23af96adSMarius Strobl.Dd December 26, 2020 4035591247SMarius Strobl.Dt LE 4 4135591247SMarius Strobl.Os 4235591247SMarius Strobl.Sh NAME 4335591247SMarius Strobl.Nm le 442518ad74SMarius Strobl.Nd "AMD Am7900 LANCE and Am79C9xx ILACC/PCnet Ethernet interface driver" 4535591247SMarius Strobl.Sh SYNOPSIS 4635591247SMarius StroblTo compile this driver into the kernel, 4735591247SMarius Stroblplace the following line in your 4835591247SMarius Stroblkernel configuration file: 4935591247SMarius Strobl.Bd -ragged -offset indent 5035591247SMarius Strobl.Cd "device le" 5135591247SMarius Strobl.Ed 5235591247SMarius Strobl.Pp 5335591247SMarius StroblAlternatively, to load the driver as a 5435591247SMarius Stroblmodule at boot time, place the following line in 5535591247SMarius Strobl.Xr loader.conf 5 : 5635591247SMarius Strobl.Bd -literal -offset indent 5735591247SMarius Stroblif_le_load="YES" 5835591247SMarius Strobl.Ed 590ab9d31cSMarius Strobl.Pp 602518ad74SMarius StroblFor ISA non-PnP adapters, the port address as well as the IRQ and the DRQ 610ab9d31cSMarius Stroblnumbers have to be specified in 620ab9d31cSMarius Strobl.Pa /boot/device.hints : 630ab9d31cSMarius Strobl.Cd hint.le.0.at="isa" 640ab9d31cSMarius Strobl.Cd hint.le.0.port="0x280" 650ab9d31cSMarius Strobl.Cd hint.le.0.irq="10" 660ab9d31cSMarius Strobl.Cd hint.le.0.drq="0" 6735591247SMarius Strobl.Sh DESCRIPTION 6835591247SMarius StroblThe 6935591247SMarius Strobl.Nm 7035591247SMarius Strobldriver provides support for Ethernet adapters based on the 712518ad74SMarius Strobl.Tn AMD Am7990 722518ad74SMarius Strobland 732518ad74SMarius Strobl.Tn Am79C90 742518ad74SMarius Strobl.Pq CMOS, pin-compatible 7535591247SMarius StroblLocal Area Network Controller for Ethernet 7635591247SMarius Strobl.Pq Tn LANCE 770ab9d31cSMarius Stroblchips. 7835591247SMarius Strobl.Pp 7935591247SMarius StroblThe 8035591247SMarius Strobl.Nm 810ab9d31cSMarius Strobldriver also supports Ethernet adapters based on the 822518ad74SMarius Strobl.Tn AMD Am79C900 832518ad74SMarius StroblIntegrated Local Area Communications Controller 842518ad74SMarius Strobl.Pq Tn ILACC 852518ad74SMarius Stroblas well as the 862518ad74SMarius Strobl.Tn Am79C9xx PCnet 8735591247SMarius Stroblfamily of chips, which are single-chip implementations of a 8835591247SMarius Strobl.Tn LANCE 89e9646f64SMarius Stroblchip and a DMA engine. 9035591247SMarius StroblThe 9135591247SMarius Strobl.Nm 92e9646f64SMarius Strobldriver treats all of these 93e9646f64SMarius Strobl.Tn PCI 940ab9d31cSMarius Stroblbus Ethernet chips as an 95e9646f64SMarius Strobl.Tn AMD Am79C970 PCnet-PCI 96e9646f64SMarius Strobland does not support the additional features like the MII bus and burst mode of 97e9646f64SMarius Strobl.Tn AMD Am79C971 PCnet-FAST 980ab9d31cSMarius Strobland greater chips. 9935591247SMarius Strobl.Pp 1000ab9d31cSMarius StroblGenerally, the 1010ab9d31cSMarius Strobl.Nm 1020ab9d31cSMarius Strobldriver aims at supporting as many different chips on as many different 1030ab9d31cSMarius Stroblplatforms as possible, 1040ab9d31cSMarius Stroblpartially at the cost of the best performance with some of these. 1050ab9d31cSMarius Strobl.Pp 10635591247SMarius StroblThe 10735591247SMarius Strobl.Nm 10835591247SMarius Strobldriver supports reception and transmission of extended frames for 10935591247SMarius Strobl.Xr vlan 4 . 11035591247SMarius StroblSelective reception of multicast Ethernet frames is provided by a 64-bit mask; 11135591247SMarius Stroblmulticast destination addresses are hashed to a bit entry using the Ethernet 11235591247SMarius StroblCRC function. 11335591247SMarius Strobl.Sh HARDWARE 1141697447eSWarner Losh.Ss ISA 1150ab9d31cSMarius StroblThe 1160ab9d31cSMarius Strobl.Nm 1170ab9d31cSMarius Strobldriver supports 1180ab9d31cSMarius Strobl.Tn ISA 1190ab9d31cSMarius Stroblbus Ethernet adapters which are based on the following chips: 1200ab9d31cSMarius Strobl.Pp 1210ab9d31cSMarius Strobl.Bl -bullet -compact 1220ab9d31cSMarius Strobl.It 1230ab9d31cSMarius Strobl.Tn AMD Am7990 and Am79C90 LANCE 1240ab9d31cSMarius Strobl.It 1250ab9d31cSMarius Strobl.Tn AMD Am79C960 PCnet-ISA 1260ab9d31cSMarius Strobl.It 1270ab9d31cSMarius Strobl.Tn AMD Am79C961 PCnet-ISA+ 1280ab9d31cSMarius Strobl.It 1290ab9d31cSMarius Strobl.Tn AMD Am79C961A PCnet-ISA II 1300ab9d31cSMarius Strobl.El 1310ab9d31cSMarius Strobl.Pp 1320ab9d31cSMarius StroblThis includes support for the following Ethernet adapters: 1330ab9d31cSMarius Strobl.Pp 1340ab9d31cSMarius StroblISA non-PnP: 1350ab9d31cSMarius Strobl.Pp 1360ab9d31cSMarius Strobl.Bl -bullet -compact 1370ab9d31cSMarius Strobl.It 1380ab9d31cSMarius Strobl.Tn BICC Isolan 13935591247SMarius Strobl.\" .It 14035591247SMarius Strobl.\" .Tn Digital DEPCA 1410ab9d31cSMarius Strobl.It 1420ab9d31cSMarius Strobl.Tn Novell NE2100 1430ab9d31cSMarius Strobl.El 1440ab9d31cSMarius Strobl.Pp 1450ab9d31cSMarius StroblISA PnP: 1460ab9d31cSMarius Strobl.Pp 1470ab9d31cSMarius Strobl.Bl -bullet -compact 1480ab9d31cSMarius Strobl.It 1490ab9d31cSMarius Strobl.Tn AMD AM1500T/AM2100 1500ab9d31cSMarius Strobl.It 1510ab9d31cSMarius Strobl.Tn AMD PCnet-32 1520ab9d31cSMarius Strobl.It 1530ab9d31cSMarius Strobl.Tn AMD PCnet-ISA 1540ab9d31cSMarius Strobl.It 155e71d18f4SMarius Strobl.Tn Allied Telesyn AT-1500 156e71d18f4SMarius Strobl.It 1570ab9d31cSMarius Strobl.Tn Boca LANCard Combo 1580ab9d31cSMarius Strobl.It 1590ab9d31cSMarius Strobl.Tn Cabletron E2100 Series DNI 1600ab9d31cSMarius Strobl.It 1610ab9d31cSMarius Strobl.Tn Cabletron E2200 Single Chip 1620ab9d31cSMarius Strobl.It 1630ab9d31cSMarius Strobl.Tn Melco Inc. LGY-IV 1640ab9d31cSMarius Strobl.It 1650ab9d31cSMarius Strobl.Tn Novell NE2100 1660ab9d31cSMarius Strobl.It 1670ab9d31cSMarius Strobl.Tn Racal InterLan EtherBlaster 1680ab9d31cSMarius Strobl.El 1690ab9d31cSMarius Strobl.Pp 1700ab9d31cSMarius StroblThe 1710ab9d31cSMarius Strobl.Nm 1720ab9d31cSMarius Strobldriver does not support the selection of media types and options via 1730ab9d31cSMarius Strobl.Xr ifconfig 8 1740ab9d31cSMarius Stroblwith 1750ab9d31cSMarius Strobl.Tn ISA 1760ab9d31cSMarius Stroblbus Ethernet adapters. 17735591247SMarius Strobl.Ss PCI 17835591247SMarius StroblThe 17935591247SMarius Strobl.Tn PCI 1800ab9d31cSMarius Stroblbus Ethernet chips supported by the 18135591247SMarius Strobl.Nm 18235591247SMarius Strobldriver are: 18335591247SMarius Strobl.Pp 18435591247SMarius Strobl.Bl -bullet -compact 18535591247SMarius Strobl.It 18635591247SMarius Strobl.Tn AMD Am53C974/Am79C970/Am79C974 PCnet-PCI 18735591247SMarius Strobl.It 18835591247SMarius Strobl.Tn AMD Am79C970A PCnet-PCI II 18935591247SMarius Strobl.It 19035591247SMarius Strobl.Tn AMD Am79C971 PCnet-FAST 19135591247SMarius Strobl.It 19235591247SMarius Strobl.Tn AMD Am79C972 PCnet-FAST+ 19335591247SMarius Strobl.It 19435591247SMarius Strobl.Tn AMD Am79C973/Am79C975 PCnet-FAST III 19535591247SMarius Strobl.It 19635591247SMarius Strobl.Tn AMD Am79C976 PCnet-PRO 19735591247SMarius Strobl.It 19835591247SMarius Strobl.Tn AMD Am79C978 PCnet-Home 19935591247SMarius Strobl.El 20035591247SMarius Strobl.Pp 2012518ad74SMarius StroblThis includes support for the following Ethernet adapters: 2022518ad74SMarius Strobl.Pp 2032518ad74SMarius Strobl.Bl -bullet -compact 2042518ad74SMarius Strobl.It 2052518ad74SMarius Strobl.Tn AcerLAN NIC P20 2062518ad74SMarius Strobl.It 2072518ad74SMarius Strobl.Tn Allied Telesyn AT-2450 and AT-2700 series 2082518ad74SMarius Strobl.It 2092518ad74SMarius Strobl.Tn VMware emulated AMD Am79C970A PCnet-PCI II interface 2102518ad74SMarius Strobl.El 2112518ad74SMarius Strobl.Pp 21235591247SMarius StroblThe 21335591247SMarius Strobl.Nm 2142518ad74SMarius Strobldriver supports the selection of the following media types via 2152518ad74SMarius Strobl.Xr ifconfig 8 2162518ad74SMarius Stroblwith 2172518ad74SMarius Strobl.Tn PCI 2182518ad74SMarius Stroblbus Ethernet adapters: 219ae91966bSRuslan Ermilov.Bl -tag -width ".Cm 10base5/AUI" 220ae91966bSRuslan Ermilov.It Cm autoselect 22135591247SMarius StroblEnable autoselection of the media type. 222ae91966bSRuslan Ermilov.It Cm 10baseT/UTP 22335591247SMarius StroblSelect UTP media. 224ae91966bSRuslan Ermilov.It Cm 10base5/AUI 22535591247SMarius StroblSelect AUI/BNC media. 22635591247SMarius Strobl.El 22735591247SMarius Strobl.Pp 22835591247SMarius StroblThe following media option is supported with these media types: 229ae91966bSRuslan Ermilov.Bl -tag -width ".Cm full-duplex" 230ae91966bSRuslan Ermilov.It Cm full-duplex 23135591247SMarius StroblSelect full duplex operation. 23235591247SMarius Strobl.El 23335591247SMarius Strobl.Pp 234*23af96adSMarius StroblNote that the 23535591247SMarius Strobl.Nm 23635591247SMarius Strobldriver does not support selecting 100Mbps (Fast Ethernet) media types. 23735591247SMarius Strobl.Sh DIAGNOSTICS 23835591247SMarius Strobl.Bl -diag 23935591247SMarius Strobl.It "le%d: overflow" 24035591247SMarius StroblMore packets came in from the Ethernet than there was space in the 24135591247SMarius Strobl.Tn LANCE 24235591247SMarius Stroblreceive buffers. 24335591247SMarius StroblPackets were missed. 24435591247SMarius Strobl.It "le%d: receive buffer error" 24535591247SMarius StroblThe 24635591247SMarius Strobl.Tn LANCE 24735591247SMarius Stroblran out of buffer space, packet dropped. 24835591247SMarius Strobl.It "le%d: lost carrier" 24935591247SMarius StroblThe Ethernet carrier disappeared during an attempt to transmit. 25035591247SMarius StroblThe 25135591247SMarius Strobl.Tn LANCE 25235591247SMarius Stroblwill finish transmitting the current packet, 25335591247SMarius Stroblbut will not automatically retry transmission if there is a collision. 25435591247SMarius Strobl.It "le%d: excessive collisions, tdr %d" 25535591247SMarius StroblThe Ethernet was extremely busy or jammed, 25635591247SMarius Strobloutbound packets were dropped after 16 attempts to retransmit. 25735591247SMarius Strobl.Pp 25835591247SMarius StroblTDR 25935591247SMarius Stroblis the abbreviation of 26035591247SMarius Strobl.Qq Time Domain Reflectometry . 26135591247SMarius StroblThe optionally reported TDR value is an internal counter of the interval 26235591247SMarius Stroblbetween the start of a transmission and the occurrence of a collision. 26335591247SMarius StroblThis value can be used to determine the distance from the Ethernet tap to 26435591247SMarius Stroblthe point on the Ethernet cable that is shorted or open (unterminated). 26535591247SMarius Strobl.It "le%d: dropping chained buffer" 26635591247SMarius StroblA packet did not fit into a single receive buffer and was dropped. 26735591247SMarius StroblSince the 26835591247SMarius Strobl.Nm 26935591247SMarius Strobldriver allocates buffers large enough to receive maximum sized Ethernet 27035591247SMarius Stroblpackets, this means some other station on the LAN transmitted a packet 27135591247SMarius Strobllarger than allowed by the Ethernet standard. 27235591247SMarius Strobl.It "le%d: transmit buffer error" 27335591247SMarius StroblThe 27435591247SMarius Strobl.Tn LANCE 27535591247SMarius Stroblran out of buffer space before finishing the transmission of a packet. 27635591247SMarius StroblIf this error occurs, the driver software has a bug. 27735591247SMarius Strobl.It "le%d: underflow" 27835591247SMarius StroblThe 27935591247SMarius Strobl.Tn LANCE 28035591247SMarius Stroblran out of buffer space before finishing the transmission of a packet. 28135591247SMarius StroblIf this error occurs, the driver software has a bug. 28235591247SMarius Strobl.It "le%d: controller failed to initialize" 28335591247SMarius StroblDriver failed to start the 28435591247SMarius Strobl.Tn LANCE . 28535591247SMarius StroblThis is potentially a hardware failure. 28635591247SMarius Strobl.It "le%d: memory error" 28735591247SMarius StroblRAM failed to respond within the timeout when the 28835591247SMarius Strobl.Tn LANCE 28935591247SMarius Stroblwanted to read or write it. 29035591247SMarius StroblThis is potentially a hardware failure. 29135591247SMarius Strobl.It "le%d: receiver disabled" 29235591247SMarius StroblThe receiver of the 29335591247SMarius Strobl.Tn LANCE 29435591247SMarius Stroblwas turned off due to an error. 29535591247SMarius Strobl.It "le%d: transmitter disabled" 29635591247SMarius StroblThe transmitter of the 29735591247SMarius Strobl.Tn LANCE 29835591247SMarius Stroblwas turned off due to an error. 29935591247SMarius Strobl.El 30035591247SMarius Strobl.Sh SEE ALSO 301a25ecdffSChristian Brueffer.Xr altq 4 , 30235591247SMarius Strobl.Xr arp 4 , 30335591247SMarius Strobl.Xr intro 4 , 30435591247SMarius Strobl.Xr netintro 4 , 30535591247SMarius Strobl.Xr vlan 4 , 30635591247SMarius Strobl.Xr ifconfig 8 30735591247SMarius Strobl.Sh HISTORY 30835591247SMarius StroblThe 30935591247SMarius Strobl.Nm 31035591247SMarius Strobldriver was ported from 31135591247SMarius Strobl.Nx 31235591247SMarius Strobland first appeared in 31335591247SMarius Strobl.Fx 6.1 . 31435591247SMarius StroblThe 31535591247SMarius Strobl.Nx 31635591247SMarius Stroblversion in turn was derived from the 31735591247SMarius Strobl.Nm 31835591247SMarius Strobldriver which first appeared in 31935591247SMarius Strobl.Bx 4.4 . 32035591247SMarius Strobl.Sh AUTHORS 32135591247SMarius StroblThe 32235591247SMarius Strobl.Nm 32335591247SMarius Strobldriver was ported by 3246c899950SBaptiste Daroussin.An Marius Strobl Aq Mt marius@FreeBSD.org . 32535591247SMarius Strobl.\" .Sh BUGS 32635591247SMarius Strobl.\" The Am7990 Revision C chips have a bug which causes garbage to be inserted 32735591247SMarius Strobl.\" in front of the received packet occasionally. 32835591247SMarius Strobl.\" The work-around is to ignore packets with an invalid destination address 32935591247SMarius Strobl.\" (garbage will usually not match), by double-checking the destination 33035591247SMarius Strobl.\" address of every packet in the driver. 33135591247SMarius Strobl.\" This work-around can be enabled with the 33235591247SMarius Strobl.\" .Dv LANCE_REVC_BUG 33335591247SMarius Strobl.\" kernel option. 33435591247SMarius Strobl.\" .Pp 33535591247SMarius Strobl.\" When 33635591247SMarius Strobl.\" .Dv LANCE_REVC_BUG 33735591247SMarius Strobl.\" is enabled, the 33835591247SMarius Strobl.\" .Nm 33935591247SMarius Strobl.\" driver executes one or two calls to an inline Ethernet address comparison 34035591247SMarius Strobl.\" function for every received packet. 34135591247SMarius Strobl.\" On the 34235591247SMarius Strobl.\" .Tn MC68000 34335591247SMarius Strobl.\" it is exactly eight instructions of 16 bits each. 34435591247SMarius Strobl.\" There is one comparison for each unicast packet, and two comparisons for 34535591247SMarius Strobl.\" each broadcast packet. 34635591247SMarius Strobl.\" .Pp 34735591247SMarius Strobl.\" In summary, the cost of the LANCE_REVC_BUG option is: 34835591247SMarius Strobl.\" .Bl -enum -compact 34935591247SMarius Strobl.\" .It 35035591247SMarius Strobl.\" loss of multicast support, and 35135591247SMarius Strobl.\" .It 35235591247SMarius Strobl.\" eight extra 35335591247SMarius Strobl.\" .Tn CPU 35435591247SMarius Strobl.\" instructions per received packet, sometimes sixteen, depending on both the 35535591247SMarius Strobl.\" processor, and the type of packet. 35635591247SMarius Strobl.\" .El 35735591247SMarius Strobl.\" .Pp 35835591247SMarius Strobl.\" All sun3 systems are presumed to have this bad revision of the Am7990, 35935591247SMarius Strobl.\" until proven otherwise. 36035591247SMarius Strobl.\" Alas, the only way to prove what revision of the chip is in a particular 36135591247SMarius Strobl.\" system is inspection of the date code on the chip package, 36235591247SMarius Strobl.\" to compare against a list of what chip revisions were fabricated between 36335591247SMarius Strobl.\" which dates. 36435591247SMarius Strobl.\" .Pp 36535591247SMarius Strobl.\" Alas, the Am7990 chip is so old that 36635591247SMarius Strobl.\" .Tn AMD 36735591247SMarius Strobl.\" has 36835591247SMarius Strobl.\" .Qq de-archived 36935591247SMarius Strobl.\" the production information about it; pending a search elsewhere, we do not 37035591247SMarius Strobl.\" know how to identify the revision C chip from the date codes. 371