Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bge(4) [netbsd man page]

BGE(4)							   BSD Kernel Interfaces Manual 						    BGE(4)

NAME
bge -- Broadcom BCM570x family Gigabit Ethernet driver SYNOPSIS
bge* at pci? dev ? function ? Configuration of PHYs may also be necessary. See mii(4). DESCRIPTION
The bge device driver supports Gigabit Ethernet interfaces based on the Broadcom BCM570x family of Gigabit Ethernet chips and the BCM5906 chip. The interfaces supported by the bge driver include: o 3Com 3c996-T (10BASE-T/100BASE-TX/1000BASE-T) o Dell PowerEdge 2550 integrated BCM5700 NIC (10BASE-T/100BASE-TX/1000BASE-T) o IBM x235 server integrated BCM5703x NIC (10BASE-T/100BASE-TX/1000BASE-T) o Netgear GA302T (10BASE-T/100BASE-TX/1000BASE-T) o SysKonnect SK-9D21 (10BASE-T/100BASE-TX/1000BASE-T) o SysKonnect SK-9D41 (1000BASE-SX) The BCM570x family supports IPv4/TCP/UDP checksumming in hardware. The bge driver supports this feature of the chip. See ifconfig(8) for information on how to enable this feature. The level of interrupt mitigation for received packets can be adjusted with the hw.bge.rx_lvl sysctl(8) control. A value of 1 yields a bge interrrupt for every two full-sized Ethernet frames. Each increment of the value will, roughly, halve receive interrupt rate, up to a maxi- mum of 5, which interrupts about every 30 to 40 full-sized TCP segments. SEE ALSO
arp(4), bce(4), ifmedia(4), mii(4), netintro(4), pci(4), ifconfig(8) HISTORY
The bge driver first appeared in NetBSD 1.6.1. AUTHORS
The bge driver was written by Bill Paul <wpaul@windriver.com> for FreeBSD and ported to NetBSD by Frank van der Linden <fvdl@wasabisystems.com>, Jason R. Thorpe <thorpej@wasabisystems.com> and Jonathan Stone <jonathan@dsg.stanford.edu>. BSD
September 26, 2009 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