BSE(4) - Device Drivers Manual # BSE(4) - Device Drivers Manual
NAME # bse - Broadcom GENET 10/100/1Gb Ethernet device
SYNOPSIS # bse* at acpi? bse* at fdt? brgphy* at mii?
DESCRIPTION # The bse driver provides support for the Broadcom GENET controller found on the Raspberry Pi4.
The bse driver supports several media types, which are selected via the ifconfig(8) command. The supported media types are:
media autoselect
...
BWFM(4) - Device Drivers Manual # BWFM(4) - Device Drivers Manual
NAME # bwfm - Broadcom and Cypress IEEE 802.11a/ac/ax/b/g/n wireless network device
SYNOPSIS # bwfm* at pci? bwfm* at sdmmc? bwfm* at usb?
DESCRIPTION # The bwfm driver provides support for Broadcom and Cypress FullMAC wireless network adapters.
The following table summarizes supported chipsets and their capabilities, as well as the bus attachments recognized by the bwfm driver:
...
BWI(4) - Device Drivers Manual # BWI(4) - Device Drivers Manual
NAME # bwi - Broadcom AirForce IEEE 802.11b/g wireless network device
SYNOPSIS # bwi* at cardbus? bwi* at pci?
DESCRIPTION # The bwi driver provides support for Broadcom AirForce based PCI/Cardbus network adapters.
These are the modes the bwi driver can operate in:
BSS mode
Also known as infrastructure mode, this is used when associating with an access point, through which all traffic passes.
...
CAD(4) - Device Drivers Manual # CAD(4) - Device Drivers Manual
NAME # cad - Cadence 10/100/1Gb Ethernet device
SYNOPSIS # cad* at fdt?
DESCRIPTION # The cad driver supports the Cadence Gigabit Ethernet MAC core found on some SoCs, including the following:
Microchip PolarFire SoC SiFive FU740-C000 Xilinx Zynq-7000 The cad driver supports IPv4 receive IP/TCP/UDP checksum offload, and IPv6 receive TCP/UDP checksum offload.
The following media types and options are supported, as given to ifconfig(8):
...
CARP(4) - Device Drivers Manual # CARP(4) - Device Drivers Manual
NAME # carp - Common Address Redundancy Protocol
SYNOPSIS # pseudo-device carp
DESCRIPTION # The carp interface is a pseudo-device which implements and controls the CARP protocol. carp allows multiple hosts on the same local network to share a set of IP addresses. Its primary purpose is to ensure that these addresses are always available, but in some configurations carp can also provide load balancing functionality.
...
Intro,
Nsgphy,
Ifmedia,
Arp,
Netintro,
Brgphy,
Gentbi,
Ifconfig,
Inet,
Hostname.if,
Cas CAS(4) - Device Drivers Manual # CAS(4) - Device Drivers Manual
NAME # cas - Sun Cassini 10/100/1Gb Ethernet device
SYNOPSIS # cas* at pci? brgphy* at mii? gentbi* at mii? nsgphy* at mii?
DESCRIPTION # The cas driver provides support for various NICs based on the Sun Cassini/Cassini+ and National Semiconductor Saturn Ethernet controller chips, including the following:
Sun GigaSwift Ethernet Adapter (10/100/1000baseT) Sun GigaSwift Ethernet MMF Adapter (1000baseSX) Sun Quad GigaSwift Ethernet UTP Adapter (10/100/1000baseT) Sun Quad GigaSwift PCI-X Adapter (10/100/1000baseT) Sun Dual Gigabit Ethernet and Dual SCSI/P Adapter (10/100/1000baseT) It uses an internal or external PHY or an external 10-bit interface.
...
CDCE(4) - Device Drivers Manual # CDCE(4) - Device Drivers Manual
NAME # cdce - USB Communication Device Class Ethernet device
SYNOPSIS # cdce* at uhub?
DESCRIPTION # The cdce driver provides support for USB Host-to-Host (aka USB-to-USB) bridges based on the USB Communication Device Class (CDC) and Ethernet subclass, including the following:
Acer Labs USB 2.0 Data Link Dell Wireless 5530 Dell Wireless 5540 FRITZ!Box Fon ata 1020 G.
...
CIPHY(4) - Device Drivers Manual # CIPHY(4) - Device Drivers Manual
NAME # ciphy - Cicada/Vitesse CS82xx/VSC8211/VSC8601 10/100/1Gb Ethernet PHY
SYNOPSIS # ciphy* at mii?
DESCRIPTION # The ciphy driver supports the Cicada CS8201/CS8204/VSC8211/CS8244 and Vitesse VSC8601 10/100/1Gb copper PHY.
SEE ALSO # ifmedia(4), intro(4), mii(4), ifconfig(8)
OpenBSD 7.5 - September 8, 2021
CNMAC(4) - Device Drivers Manual (octeon) # CNMAC(4) - Device Drivers Manual (octeon)
NAME # cnmac - Cavium OCTEON built-in Ethernet device
SYNOPSIS # cnmac* at octgmx?
DESCRIPTION # The cnmac driver supports built-in Ethernet ports on Cavium OCTEON CN30xx, Cavium OCTEON Plus CN50xx, Cavium OCTEON II CN61xx, and Cavium OCTEON III CN71xx system on chips. Among the routers based on these chips are the following:
D-Link DSR-500
Netgear ProSecure UTM25
...
CPSW(4) - Device Drivers Manual (armv7) # CPSW(4) - Device Drivers Manual (armv7)
NAME # cpsw - Texas Instruments CPSW Ethernet device
SYNOPSIS # cpsw* at fdt?
DESCRIPTION # The cpsw driver provides support for the Texas Instruments CPSW Ethernet device. For more information on configuring this device, see ifconfig(8).
SEE ALSO # ifmedia(4), mii(4), hostname.if(5), ifconfig(8)
HISTORY # The cpsw device driver first appeared in OpenBSD 5.4.
AUTHORS # The cpsw driver was written by Jonathan A.
...