Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

elmc(4) [netbsd man page]

ELMC(4) 						   BSD Kernel Interfaces Manual 						   ELMC(4)

NAME
elmc -- 3Com EtherLink/MC (3c523) MCA Ethernet driver SYNOPSIS
elmc* at mca? slot ? DESCRIPTION
The elmc driver supports 3Com EtherLink/MC (3c523) 10Mb/s Ethernet NIC based on the Intel 82586 Ethernet chip. SEE ALSO
ai(4), ef(4), ifmedia(4), intro(4), ix(4), mca(4), ifconfig(8) http://www.3com.com/ AUTHORS
The driver was written by Jaromir Dolecek <jdolecek@NetBSD.org>. BSD
March 2, 2001 BSD

Check Out this Related Man Page

VX(4)                                                    BSD/i386 Kernel Interfaces Manual                                                   VX(4)

NAME
vx -- 3Com EtherLink III / Fast EtherLink III (3c59x) Ethernet driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device vx Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_vx_load="YES" DESCRIPTION
The vx driver provides support for the 3Com ``Vortex'' chipset. The medium selection can be influenced by the following link flags to the ifconfig(8) command: link0 Use the AUI port. link1 Use the BNC port. link2 Use the UTP port. HARDWARE
The vx driver supports the following cards: o 3Com 3c590 EtherLink III PCI o 3Com 3c592 EtherLink III EISA o 3Com 3c595 Fast EtherLink III PCI in 10 Mbps mode o 3Com 3c597 Fast EtherLink III EISA in 10 Mbps mode DIAGNOSTICS
vx%d: not configured; kernel is built for only %d devices. There are not enough devices in the kernel configuration file for the number of adapters present in the system. Add devices to the configuration file, rebuild the kernel, and reboot. All other diagnostics indicate either a hardware problem or a bug in the driver. CAVEATS
Some early-revision 3c590 cards are defective and suffer from many receive overruns, which cause lost packets. The author has attempted to implement a test for it based on the information supplied by 3Com, but the test resulted mostly in spurious warnings. The performance of this driver is somewhat limited by the fact that it uses only polled-mode I/O and does not make use of the bus-mastering capability of the cards. SEE ALSO
arp(4), netintro(4), ng_ether(4), ifconfig(8) HISTORY
The vx device driver first appeared in FreeBSD 2.1. It was derived from the ep driver, from which it inherits most of its limitations. AUTHORS
The vx device driver and this manual page were written by Fred Gray <fgray@rice.edu>, based on the work of Herb Peyerl and with the assis- tance of numerous others. BUGS
The vx driver is known not to reset the adapter correctly following a warm boot on some systems. The vx driver has not been exhaustively tested with all the models of cards that it claims to support. BSD July 16, 2005 BSD
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Conflicts in the output of TOP command

Hi All, In the output of TOP command in my unix system, i monitored that some process has utilization more than 100% even some process has 4000% utilisation. Please help me understand how it is possible to show more than 100% utilization. Please see the screenshot below:... (2 Replies)
Discussion started by: anand2308
2 Replies

2. Web Development

Random - Any help decoding obfuscated code?

I have this following file and I would quite like to get it decoded - any help / advice is appreciated. I would like to know how to decrypt it, however if someone is able to do it for me I would be equally grateful. <?php //Obfuscation provided by FOPO - Free Online PHP Obfuscator v1.2:... (6 Replies)
Discussion started by: mcclunyboy
6 Replies

3. Shell Programming and Scripting

Delete duplicates in CA bundle

I do have a big CA bundle certificate file and each time if i get request to add new certificate to the existing bundle i need to make sure it is not present already. How i can validate the duplicates. The alignment of the certificate within the bundle seems to be different. Example: Cert 1... (7 Replies)
Discussion started by: diva_thilak
7 Replies