Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ex(4) [debian man page]

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

NAME
ex -- Ethernet device driver for the Intel EtherExpress Pro/10 and Pro/10+ SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ex Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_ex_load="YES" DESCRIPTION
The ex driver provides support for Ethernet adapters based on the Intel i82595 chip. On the ISA bus, the card will be searched for in the I/O address range 0x200 - 0x3a0. The IRQ will be read from the EEPROM on the card. For correct operation Plug-N-Play support should be disabled. On the PC Card bus, the card will be automatically recognized and configured. HARDWARE
The ex driver supports the following Ethernet adapters: o Intel EtherExpress Pro/10 ISA o Intel EtherExpress Pro/10+ ISA o Olicom OC2220 Ethernet PC Card o Olicom OC2232 Ethernet/Modem PC Card o Silicom Ethernet LAN PC Card o Silicom EtherSerial LAN PC Card DIAGNOSTICS
ex%d: Intel EtherExpress Pro/10, address %6D, connector %s The device probe found an installed card, and was able to correctly install the device driver. ex%d: WARNING: board's EEPROM is configured for IRQ %d, using %d The device probe detected that the board is configured for a different interrupt than the one specified in the kernel configuration file. ex%d: invalid IRQ. The device probe detected an invalid IRQ setting. SEE ALSO
arp(4), netintro(4), ng_ether(4), ifconfig(8) HISTORY
The ex device driver first appeared in FreeBSD 2.2. AUTHORS
The ex device driver was written by Javier Martin Rueda. The PC Card attachment was written by Mitsuru ISAWAKI and Warner Losh. This manual page was written by David E. O'Brien. BUGS
Currently the driver does not support multicast. The Silicom EtherSerial card's serial port does not currently work. The Olicom OC2232 PC Card should work with the ex driver, but is cur- rently completely broken. BSD
July 16, 2005 BSD

Check Out this Related Man Page

XE(4)							   BSD Kernel Interfaces Manual 						     XE(4)

NAME
xe -- Xircom PCMCIA Ethernet device driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device xe Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_xe_load="YES" DESCRIPTION
The xe driver supports PCMCIA Ethernet adapters based on Xircom CE2- and CE3-class hardware. This includes devices made by Xircom along with various OEM manufacturers. Please note that the xe driver only supports PCMCIA cards and their Ethernet functions. xe does not support the on-board modem device located on some version of the Ethernet/modem combo cards. In particular, Xircom RealPort2 cards are not supported by this driver. The xe driver supports the following media types: autoselect Enable autoselection of media type and options. 10Base2/BNC Select 10Mbps operation on a BNC coaxial connector. 10BaseT/UTP Select 10Mbps operation on a RJ-45 connector. 100BaseTX Select 100Mbps operation. Note that 100BaseTX operation is not available on CE2-class cards, while the 10Base2/BNC mode is only available on CE2-class cards. Full- duplex operation is currently not supported. For more information on configuring network interface devices, see ifconfig(8). HARDWARE
The xe driver supports the following cards: o Xircom CreditCard Ethernet (PS-CE2-10) o Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) o Xircom CreditCard Ethernet + Modem 33 (CEM33) o Xircom CreditCard 10/100 (CE3, CE3B) o Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56) o Xircom RealPort Ethernet 10 (RE10) o Xircom RealPort Ethernet 10/100 (RE100) o Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G) o Accton Fast EtherCard-16 (EN2226) o Compaq Microcom CPQ550 Ethernet/Modem PC Card o Compaq Netelligent 10/100 PC Card (CPQ-10/100) o Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A) o Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B) Other similar devices using the same hardware may also be supported. DIAGNOSTICS
xe%d: Cannot allocate ioport xe%d: Cannot allocate irq A fatal initialization error occurred while attempting to allocate system resources for the card. xe%d: Unable to fix your %s combo card A fatal initialization error occurred while attempting to attach an Ethernet/modem combo card. xe%d: watchdog timeout: resetting card The card failed to generate an interrupt acknowledging a transmitted packet. May indicate a PCMCIA configuration problem. xe%d: no carrier The card has lost all contact with the network; this usually indicates a cable problem. SEE ALSO
pccard(4), ifconfig(8) HISTORY
The xe driver first appeared in FreeBSD 3.3. AUTHORS
The xe device driver was written by Scott Mitchell <rsm@FreeBSD.org>. This manual page was written by Scott Mitchell <rsm@FreeBSD.org>, and Tom Rhodes <trhodes@FreeBSD.org>. BUGS
Supported devices will fail to attach on some machines using the NEWCARD PC Card framework. Automatic media selection is usually unreliable. BSD
July 16, 2005 BSD
Man Page