Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ex(4) [netbsd man page]

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

NAME
ex -- driver for 3Com Fast EtherLink XL (3c900, 3c905, 3c980) and similar PCI bus and cardbus Ethernet interfaces SYNOPSIS
ex* at cardbus? function ? ex* at pci? dev ? function ? DESCRIPTION
3Com Ethernet and Fast Ethernet cards supported by the ex driver include: 3c450-TX 10/100 Ethernet 3c555 MiniPCI 10/100 Ethernet 3c575-TX Ethernet 3c575B-TX Ethernet 3c575CT Ethernet 3c656 MiniPCI 10/100 Ethernet 3c656B MiniPCI 10/100 Ethernet 3c656C MiniPCI 10/100 Ethernet 3c900-TPO Ethernet 3c900-COMBO Ethernet 3c900B-TPC Ethernet 3c900B-TPO Ethernet 3c900B-COMBO Ethernet 3c905-T4 10/100 Ethernet 3c905-TX 10/100 Ethernet 3c905B-COMBO 10/100 Ethernet 3c905B-FX 10/100 Ethernet 3c905B-T4 10/100 Ethernet 3c905B-TX 10/100 Ethernet 3c905CX-TX 10/100 Ethernet 3c980 Server Adapter 10/100 Ethernet 3c980C-TXM 10/100 Ethernet 3cSOHO100-TX 10/100 Ethernet All versions of the EtherLink XL (except the older 3c900 and 3c905) support IPv4/TCP/UDP checksumming in hardware. The ex driver supports this feature of the chip. See ifconfig(8) for information on how to enable this feature. MEDIA SELECTION
Some of these network interfaces support the Media Independent Interface (MII), a bus which can have at least one arbitrary Physical inter- face (PHY) chip on it. NetBSD supports MII and has separate drivers for many different PHY chips, including ukphy(4), a generic PHY driver that can support many PHY chips that NetBSD does not yet have a specific driver for. Support for the PHY found on a given NIC must be configured into a NetBSD kernel config(1) for this driver to work properly in those cases. See ifmedia(4), and mii(4). DIAGNOSTICS
%s: adapter failure (%x) %s: can't allocate download descriptors, error = %d %s: can't allocate or map rx buffers %s: can't allocate upload descriptors, error = %d %s: can't create download desc. DMA map, error = %d %s: can't create rx DMA map %d, error = %d %s: can't create tx DMA map %d, error = %d %s: can't create upload desc. DMA map, error = %d %s: can't load download desc. DMA map, error = %d %s: can't load mbuf chain, error = %d %s: can't load rx buffer, error = %d %s: can't load upload desc. DMA map, error = %d %s: can't map download descriptors, error = %d %s: can't map upload descriptors, error = %d %s: fifo underrun (%x) @%d %s: jabber (%x) %s: receive stalled %s: too many segments, %s: uplistptr was 0 host too slow to serve incoming packets SEE ALSO
cardbus(4), exphy(4), ifmedia(4), intro(4), mii(4), pci(4), ifconfig(8) http://www.3com.com/ BSD
October 30, 2007 BSD

Check Out this Related Man Page

WM(4)							   BSD Kernel Interfaces Manual 						     WM(4)

NAME
wm -- Intel i8254x Gigabit Ethernet driver SYNOPSIS
wm* at pci? dev ? function ? Configuration of PHYs may also be necessary. See mii(4). DESCRIPTION
The wm device driver supports Gigabit Ethernet interfaces based on the Intel i8254x family of Gigabit Ethernet chips. The interfaces sup- ported by the wm driver include: o Intel i82542 1000BASE-X Ethernet o Intel i82543GC 1000BASE-X Ethernet o Intel i82543GC 1000BASE-T Ethernet o Intel i82544EI 1000BASE-T Ethernet o Intel i82544EI 1000BASE-X Ethernet o Intel i82544GC 1000BASE-T Ethernet o Intel i82544GC (LOM) 1000BASE-T Ethernet o Intel i82540EM 1000BASE-T Ethernet o Intel i82540EM (LOM) 1000BASE-T Ethernet o Intel i82540EP 1000BASE-T Ethernet o Intel i82541EI 1000BASE-T Ethernet o Intel i82541EI (Mobile) 1000BASE-T Ethernet o Intel i82541ER 1000BASE-T Ethernet o Intel i82541GI 1000BASE-T Ethernet o Intel i82541PI 1000BASE-T Ethernet o Intel i82545EM 1000BASE-T Ethernet o Intel i82545EM 1000BASE-X Ethernet o Intel i82545GB 1000BASE-T Ethernet o Intel i82545GB 1000BASE-X Ethernet o Intel i82545GM 1000BASE-T Ethernet o Intel i82546EB 1000BASE-T Ethernet (dual-port) o Intel i82546EB 1000BASE-X Ethernet (dual-port) o Intel i82546GB 1000BASE-T Ethernet (dual-port) o Intel i82546GB 1000BASE-X Ethernet (dual-port) o Intel i82547EI 1000BASE-T Ethernet (CSA) o Intel i82547GI 1000BASE-T Ethernet (CSA) o Intel i82571 1000BASE-T Ethernet (dual-port) o Intel i82572 1000BASE-T Ethernet o Intel i82573 1000BASE-T Ethernet o Intel i82575 1000BASE-T Ethernet o Intel i82576 Ethernet (Copper, Fiber) o Intel i80003 Ethernet (Copper, Fiber) o Intel i82801H (ICH8 LAN) 1000BASE-T Ethernet o Intel i82801I (ICH9 LAN) 1000BASE-T Ethernet o Intel i82801J (ICH10 LAN) 1000BASE-T Ethernet o Intel 82578 with Intel 5 series chipset (PCH) o Intel 82579 with Intel 6 or 7 series chipset (PCH2) o Intel 82580 Ethernet (Copper, Fiber) o Intel 82583 1000BASE-T Ethernet o Intel I350 Ethernet (Copper, Fiber) In addition to Intel's own ``PRO/1000'' line of Gigabit Ethernet interfaces, these chips also appear on some server systems, processor evalu- ation boards, and in embedded systems. The i8254x supports IPv4/TCP/UDP checksumming and TCP segmentation in hardware. The wm driver supports these features of the chip. See ifconfig(8) for information on how to enable this feature. SEE ALSO
arp(4), ifmedia(4), mii(4), netintro(4), pci(4), ifconfig(8) HISTORY
The wm driver first appeared in NetBSD 1.6. AUTHORS
The wm driver was written by Jason R. Thorpe <thorpej@wasabisystems.com>. BUGS
The Intel i82545GM and i82546GB controllers with internal SERDES are not currently supported. BSD
June 20, 2012 BSD
Man Page