SMSC(4) - Device Drivers Manual # SMSC(4) - Device Drivers Manual
NAME # smsc - SMSC LAN95xx 10/100 USB Ethernet device
SYNOPSIS # smsc* at uhub?
DESCRIPTION # The smsc driver supports SMSC LAN9500/LAN9500A/LAN9530/LAN9730/LAN89530 USB 2.0 10/100 Ethernet devices and LAN951x USB 2.0 hub and 10/100 Ethernet devices, including:
Gamber Johnson MAG Docking Station 7160-0204
Gamber Johnson MAG Docking Station 7160-0205
Gamber Johnson MAG Docking Station 7160-0227
GWC Technology HE2440
...
STE(4) - Device Drivers Manual # STE(4) - Device Drivers Manual
NAME # ste - Sundance Technologies ST201 10/100 Ethernet device
SYNOPSIS # ste* at pci?
DESCRIPTION # The ste driver provides support for PCI Ethernet adapters and embedded controllers based on the Sundance Technologies ST201 PCI Fast Ethernet controller chip. This includes:
D-Link DFE-550TX D-Link DFE-580TX Encore ENL832-TX-ICNT 10/100 M PCI The Sundance ST201 uses bus master DMA and is designed to be a 3Com EtherLink XL work-alike.
...
Intro,
Pci,
Ifmedia,
Arp,
Netintro,
Gentbi,
Ipgphy,
Mii,
Ifconfig,
Eephy,
Hostname.if,
Stge STGE(4) - Device Drivers Manual # STGE(4) - Device Drivers Manual
NAME # stge - Sundance/Tamarack TC9021 1Gb Ethernet device
SYNOPSIS # stge* at pci? eephy* at mii? gentbi* at mii? ipgphy* at mii?
DESCRIPTION # The stge device driver supports the Sundance/Tamarack TC9021 Gigabit Ethernet chip.
The Sundance/Tamarack TC9021 chip is found on adapters such as the following:
Allied Telesis CentreCOM LA1000-PCI-T Antares Microsystems TC9021 Asus NX1101 D-Link DGE-550T It uses an external PHY or an external 10-bit interface.
...
SXIE(4) - Device Drivers Manual (armv7) # SXIE(4) - Device Drivers Manual (armv7)
NAME # sxie - A1X/A20 EMAC 10/100 Ethernet device
SYNOPSIS # sxie* at fdt?
DESCRIPTION # The sxie driver provides support for the EMAC 10/100 Ethernet device integrated in Allwinner Technology A1X/A20 SoCs. For more information on configuring this device, see ifconfig(8).
SEE ALSO # ifmedia(4), mii(4), hostname.if(5), ifconfig(8)
HISTORY # The sxie device driver first appeared in OpenBSD 5.
...
TAP(4) - Device Drivers Manual # TAP(4) - Device Drivers Manual
NAME # tap - Ethernet tunnel pseudo-device
SYNOPSIS # pseudo-device tun
#include <sys/types.h>
#include <net/if_tun.h>
DESCRIPTION # The tap driver provides an Ethernet interface pseudo-device. Packets sent to this interface can be read by a userland process and processed as desired. Packets written by the userland process are injected back into the kernel networking subsystem.
A tap interface can be created at runtime using the ifconfig tap‌N create command or by opening the character special device /dev/tapN.
...
TI(4) - Device Drivers Manual # TI(4) - Device Drivers Manual
NAME # ti - Alteon Networks Tigon I and II 1Gb Ethernet device
SYNOPSIS # ti* at pci? ti* at sbus?
DESCRIPTION # The ti driver provides support for Gigabit Ethernet adapters based on the Alteon Networks Tigon Gigabit Ethernet controller chip, including the following:
3Com 3C985-SX Gigabit Ethernet (1000baseSX) 3Com 3C985B-SX Gigabit Ethernet (1000baseSX) Alteon AceNIC V Gigabit Ethernet (1000baseSX) Alteon AceNIC V Gigabit Ethernet (1000baseT) Digital EtherWORKS 1000SX PCI Gigabit Ethernet (1000baseSX) Farallon PN9000SX Gigabit Ethernet (1000baseSX) Netgear GA620 Gigabit Ethernet (1000baseSX) Netgear GA620T Gigabit Ethernet (1000baseT) Silicon Graphics Gigabit Ethernet (1000baseSX) Silicon Graphics Gigabit Ethernet (1000baseT) Sun Vector Gigabit Ethernet (1000baseSX) The Tigon contains an embedded R4000 CPU, Gigabit MAC, dual DMA channels and a PCI interface unit.
...
Intro,
Pci,
Ifmedia,
Arp,
Netintro,
Lxtphy,
Mlphy,
Ifconfig,
Tlphy,
Nsphy,
Hostname.if,
Tl TL(4) - Device Drivers Manual # TL(4) - Device Drivers Manual
NAME # tl - Texas Instruments ThunderLAN 10/100 Ethernet device
SYNOPSIS # tl* at pci? lxtphy* at mii? mlphy* at mii? nsphy* at mii? tlphy* at mii?
DESCRIPTION # The tl driver provides support for PCI Ethernet adapters based on the Texas Instruments ThunderLAN Ethernet controller chip. This includes a large number of Compaq PCI-bus Ethernet adapters as well as the integrated Ethernet controllers built in to several models of Compaq Prosignia servers and Compaq Deskpro desktop machines.
...
TPMR(4) - Device Drivers Manual # TPMR(4) - Device Drivers Manual
NAME # tpmr - IEEE 802.1Q Two-Port MAC Relay interface
SYNOPSIS # pseudo-device tpmr
DESCRIPTION # The tpmr driver implements an 802.1Q (originally 802.1aj) Two-Port MAC Relay (TPMR). A TPMR is a simplified Ethernet bridge with exactly two member ports, and it unconditionally relays Ethernet packets between those ports.
tpmr interfaces can be created at runtime using the ifconfig tpmr‌N create command or by setting up a hostname.
...
TRUNK(4) - Device Drivers Manual # TRUNK(4) - Device Drivers Manual
NAME # trunk - link aggregation and link failover interface
SYNOPSIS # pseudo-device trunk
DESCRIPTION # The trunk interface allows aggregation of multiple network interfaces as one virtual trunk interface.
A trunk interface can be created using the ifconfig trunk‌N create command.
The driver currently supports the trunk protocols broadcast, failover, lacp, loadbalance, none, and roundrobin (the default). The protocols determine which ports are used for outgoing traffic and whether a specific port accepts incoming traffic.
...
TUN(4) - Device Drivers Manual # TUN(4) - Device Drivers Manual
NAME # tun - network tunnel pseudo-device
SYNOPSIS # pseudo-device tun
#include <sys/types.h>
#include <net/if_tun.h>
DESCRIPTION # The tun driver provides a network interface pseudo-device. Packets sent to this interface can be read by a userland process and processed as desired. Packets written by the userland process are injected back into the kernel networking subsystem.
A tun interface can be created at runtime using the ifconfig tun‌N create command or by opening the character special device /dev/tunN.
...