ep(4) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
EP(4)                     NetBSD Programmer's Manual                     EP(4)


NAME
ep - driver for 3Com Etherlink III Ethernet interfaces
SYNOPSIS
ep0 at isa? port ? irq ? ep* at isapnp? ep* at eisa? slot ? ep* at pci? dev ? function ? ep* at pcmcia? function ?
DESCRIPTION
The ep device driver supports the 3Com Etherlink III family of Ethernet cards. The 3c515 is an ISA 10/100 card with DMA capability. The chipset is sim- ilar to that of the 3c905, with some changes to make it work with the more limited ISA bus address space. This card is not currently support- ed. The EISA and PCI 3c59x devices use an older DMA engine which is not capa- ble of multi-segment DMA. DMA on these devices is not used. The PCI 3c90x devices have multi-segment DMA capability, which is not supported by the ep driver. To use the DMA capabilities of these cards, the ex(4) driver must be used. The PCI 3c90xB devices are not supported by the ep driver, as they do not include support for programmed I/O. These devices are supported by the ex(4) driver. The 3c575 is a CardBus device, and is supported by ex(4) driver.
MEDIA SELECTION
There are 3 main chipset classes supported by the ep driver. Each has their own media selection capabilities. The first class is the ``3c509'' class. This includes the 3c509, 3c509B, 3c579, 3c562, and 3c589. These devices can support 10baseT, 10base2, and 10base5. Available media will be displayed when the device is found by the kernel. The second class is the ``Vortex'' class. This includes the 3c592, 3c579, 3c590, and 3c595. This class also includes the 3c900-TPO and 3c900-COMBO; they use the ``Boomerang'' chipset, but use Vortex-style me- dia selection. These devices many different media types varying by mod- el. Some models have an external MII connector for connecting an exter- nal PHY. This is supported by means of the "manual" media type. Avail- able media will be displayed when the device is found by the kernel. The third class is the ``Boomerang'' class. This includes the 3c905 and the 3c574. These devices support media selection via MII. The 3c905 has an internal nsphy(4), and the 3c574 an internal tqphy(4), for this pur- pose. See ifmedia(4) and mii(4) for more information.
HARDWARE
Supported cards include: 3c509 ISA 10Mbps card, in BNC and multiport variants 3c509B ISA Plug-and-Play 10Mbps card, in BNC and multiport vari- ants 3c579 EISA 10Mbps card, in UTP, BNC, and muiltport variants 3c592 EISA 10Mbps card with DMA capability 3c597 EISA 10/100Mbps card with DMA capability 3c590 PCI 10Mbps multiport card with DMA capability 3c595 PCI 10/100Mbps with different media options and DMA capa- bility 3c900 PCI 10Mbps card in 10baseT and multiport variants with DMA capability 3c905 PCI 10/100Mbps card in 10baseT, multiport, and fast vari- ants with DMA capability 3c562 PCMCIA modem/10Mbps Ethernet combo card with dongle 3c574 PCMCIA 10/100Mbps card with dongle 3c589 PCMCIA 10Mbps card with dongle
NOTES
Etherlink III cards have no jumpers to set the address. 3Com supplies software to set the address of the card in software. To find the card on the ISA bus, the kernel performs a complex scan operation at IO address 0x100. Beware! Avoid placing other cards at that address! The 3Com configuration utilities can `autosense' the active media and save it as default. The saved default medium is the medium that was ac- tive atthe time the configuration utility was run. The ep driver does not yet re-autosense the active media at boot time. If the EEPROM au- tosense bit is set, the driver simply uses the media type sensed and saved when the configuration utility was run.
DIAGNOSTICS
ep0: reset (status: %x) the driver has encountered a FIFO underrun or overrun. The driver will reset the card and the packet will be lost. This is not fatal. ep0: eeprom failed to come ready The eeprom failed to come ready. This probably means the card is wedged. ep0: 3c509 in test mode. Erase pencil mark! This means that someone has scribbled with pencil in the test area on the card. Erase the pencil mark and reboot. (This is not a joke).
SEE ALSO
eisa(4), ex(4), ifmedia(4), mii(4), nsphy(4), tqphy(4), intro(4), isa(4), isapnp(4), mii(4), pci(4), pcmcia(4), ifconfig(8) NetBSD 1.5 October 20, 1997 2
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.