Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ le(4S) — SunOS 4.1.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

LE(4S)  —  DEVICES AND NETWORK INTERFACES

NAME

le − LANCE 10Mb/s Ethernet interface

CONFIG — SUN-3/50, SUN-3/60, SUN-3/80, SUN-4/330 SYSTEMS

device le0 at obio ? csr 0x120000 priority 3
device le0 at obio ? csr 0x65002000 priority 3
device le0 at obio ? csr 0xf9000000 priority 3

The first synopsis line given should be used to generate a kernel for a Sun-3/50, or Sun-3/60 system; the second, for a Sun-3/80 system; the third, for a Sun-4/330 system. 

CONFIG — Desktop SPARCsystems

device-driver le

DESCRIPTION

The le interface provides access to a 10 Mb/s Ethernet network through a controller using the AMD LANCE (Local Area Network Controller for Ethernet) Am7990 chip.  For a general description of network interfaces see if(4N). 

DIAGNOSTICS

le%d: out of mbufs: output packet dropped 
The driver has run out of memory to use to buffer packets on output. The packet being transmitted at the time of occurrence is lost. This error is usually symptomatic of trouble elsewhere in the kernel.

le%d: out of tmds - packet dropped 
The driver has run out of transmit message descriptors needed to queue a packet to the LANCE and discarded the packet.  This error usually indicates that the upper protocol layers are generating packets faster than the driver can transmit them on the ethernet and is usually self-correcting. 

le%d: trailer error 
An incoming packet claimed to have a trailing header but did not.

le%d: RINT with buffer owned by chip 
The LANCE has generated a receive interrupt but the driver finds no packets have been received.  This causes the driver to reinitialize the chip. 

le%d: runt packet 
An incoming packet’s size was below the Ethernet minimum transmission size.

le%d: Receive: overflow error 
Indicates that the receiver has lost all or part of an incoming packet due to an inability to store the packet in a memory buffer before the LANCE internal silo overflowed. 

le%d: Receive: BUFF set in rmd 
This error “should never happen,” as it occurs only in conjunction with a LANCE feature that the driver does not use. 

le%d: Receive: framming error 
The driver has received a packet containing a noninteger multiple of eight bits and there was a CRC error.

le%d: Receive: crc error 
The driver has received a packet with an incorrect checksum field.

le%d: Receive: STP in rmd cleared 
The driver has received a packet that straddles multiple receive buffers and therefore consumes more than one of the LANCE chip’s receive descriptors.  Provided that all stations on the Ethernet are operating according to the Ethernet specification, this error “should never happen,” since the driver allocates its receive buffers to be large enough to hold packets of the largest permitted size.  Most likely, some other station on the net is transmitting packets whose lengths exceed the maximum permitted for Ethernet. 

le%d: Receive: ENP in rmd cleared 
The driver has received a packet that straddles multiple receive buffers and therefore consumes more than one of the LANCE chip’s receive descriptors.  Provided that all stations on the Ethernet are operating according to the Ethernet specification, this error “should never happen,” since the driver allocates its receive buffers to be large enough to hold packets of the largest permitted size.  The most likely cause of the message is that some other station on the net is transmitting packets whose lengths exceed the maximum permitted for Ethernet. 

le%d: Transmit: BUFF set in tmd 
Excessive bus contention has prevented the LANCE chip from gathering packet contents quickly enough to sustain the packet’s transmission over the Ethernet.  The affected packet is lost. 

le%d: Transmit underflow 
The transmitter has truncated a packet due to data late from memory.

le%d: Transmit late collision −  Net problem? 
A packet collision has occurred after the channel’s slot time has elapsed. This error usually indicates faulty hardware elsewhere on the net.

le%d: No carrier − transceiver cable problem? 
The LANCE chip has lost input to its carrier detect pin while trying to transmit a packet. 

le%d: Transmit retried more than 16 times − net jammed 
Network activity has become so intense that sixteen successive transmission attempts failed, the LANCE chip gave up on the current packet. 

le%d: missed packet 
The driver has dropped an incoming packet because it had no buffer space for it.

le%d: Babble error − sent a packet longer than the maximum length 
While transmitting a packet, the LANCE chip has noticed that the packet’s length exceeds the maximum allowed for Ethernet (1519 bytes).  This error indicates a kernel bug. 

le%d: Memory Error! 
The LANCE chip timed out while trying to acquire the bus for a DVMA transfer. 

le%d: Reception stopped 
Because of some other error, the receive section of the LANCE chip shut down and had to be reinitialized. 

le%d: Transmission stopped 
Because of some other error, the transmit section of the LANCE chip shut down and had to be reinitialized. 

Sun Release 4.1  —  Last change: 7 October 1990

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026