Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

afe(7d) [opensolaris man page]

afe(7D) 							      Devices								   afe(7D)

NAME
afe - ADMtek Fast Ethernet device driver SYNOPSIS
/dev/afe DESCRIPTION
The afe driver is a multi-threaded, loadable, clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface dlpi(7P) on ADMtek (now Infineon) Centaur and Comet Fast Ethernet controllers. APPLICATION PROGRAMMING INTERFACE
The afe driver can be used as either a "style 1" or a "style 2" Data Link Service Provider. Physical points of attachment (PPAs) are inter- preted as the instance number of the afe controller as assigned by the Solaris operating environment. The relevant fields returned as part of a DL_INFO_ACK response are: o Maximum SDU is 1500. o Minimum SDU is 0. o The dlsap address length is 8. o MAC type is DL_ETHER. o SAP length is -2. The 6-byte physical address is followed immediately by a 2-byte SAP. o Service mode is DL_CLDLS. o Broadcast address is the 6-byte Ethernet broadcast address (ff:ff:ff:ff:ff:ff). If the SAP provided is zero, then IEEE 802.3 mode is assumed and outbound frames will have the frame payload length written into the type field. Likewise, inbound frames with a SAP between zero and 1500 are interpreted as IEEE 802.3 frames and delivered to any streams that are bound to SAP zero (the 802.3 SAP). PROPERTIES
The following properties may be configured using either ndd(1M) or the afe.conf configuration file as described by driver.conf(4): adv_autoneg_cap Enables (default) or disables IEEE 802.3u auto-negotiation of link speed and duplex settings. If enabled, the device negotiates among the supported (and configured, see below) link options with the link partner. If disabled, at least one of the link options below must be specified. The driver selects the first enabled link option according to the IEEE 802.3u specified preferences. adv_100T4_cap Enables the 100 BaseT4 link option. (Note that most hardware does not support this unusual link style. Also, this uses two pairs of wires for data, rather than one.) adv_100fdx_cap Enables the 100 Base TX full-duplex link option. (This is generally the fastest mode if both link partners support it. Most modern equipment supports this mode.) adv_100hdx_cap Enables the 100 Base TX half-duplex link option. (Typically used when the link partner is a 100 Mbps hub.) adv_10fdx_cap Enables the 10 Base-T full-duplex link option. (This less-frequently used mode is typically used when the link partner is a 10 Mbps switch.) adv_10hdx_cap Enables the 10 Base-T half-duplex link option. (This is the fall-back when no other option is available. It is typically used when the link partner is a 10 Mbps hub or is an older network card.) ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SPARC, x86 | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ FILES
/dev/afe Special character device. /kernel/drv/afe 32-bit driver binary (x86). /kernel/drv/amd64/afe 64-bit driver binary (x86). /kernel/drv/sparcv9/afe 64-bit driver binary (SPARC). /kernel/drv/afe.conf Configuration file. SEE ALSO
ndd(1M), driver.conf(4), attributes(5), streamio(7I), dlpi(7P) IEEE 802.3 -- Institute of Electrical and Electronics Engineers, 2002 SunOS 5.11 1 Apr 2007 afe(7D)

Check Out this Related Man Page

ntxn(7D)							      Devices								  ntxn(7D)

NAME
ntxn - NetXen 10/1 Gigabit Ethernet network driver SYNOPSIS
/dev/ntxn* DESCRIPTION
The ntxn 10/1 Gigabit Ethernet driver is a multi-threaded, loadable, clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface, dlpi(7P), on NetXen 10/1 Gigabit Ethernet controllers. The ntxn driver functions include chip initialization, frames transmit and receive, promiscuous and multicast support, TCP and UDP checksum off-load (IPv4) and 9600 bytes jumbo frame. The ntxn driver and hardware support the 10GBASE CX4, 10GBASE-SR/W, LR/W, and 10/100/1000BASE-T physical layers. APPLICATION PROGRAMMING INTERFACE
The cloning character-special device, /dev/ntxn, is used to access all NetXen devices installed within the system. The ntxn driver is managed by the dladm(1M) command line utility, which allows VLANs to be defined on top of ntxn instances and for ntxn instances to be aggregated. See dladm(1M) for more details. The values returned by the driver in the DL_INFO_ACK primitive in response to your DL_INFO_REQ are: o Maximum SDU is 9600. o Minimum SDU is 0. o DLSAP address length is 8. o MAC type is DL_ETHER. o SAP (Service Access Point) length value is -2, meaning the physical address component is followed immediately by a 2-byte SAP component within the DLSAP address. o Broadcast address value is the Ethernet/IEEE broadcast address (FF:FF:FF:FF:FF:FF). CONFIGURATION
By default, the ntxn driver works without any configuration file. FILES
/dev/ntxn* Special character device. /kernel/drv/ntxn 32-bit device driver (x86). /kernel/drv/amd64/ntxn 64-bit device driver (x86). /kernel/drv/ntxn.conf Configuration file. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------------------------------------+ |ATTRIBUTE TYPE ATTRIBUTE VALUE | |Availability SUNWntxn | |Architecture x86 | |Interface Stability Committed | +-----------------------------------------------------------+ SEE ALSO
dladm(1M), ndd(1M), netstat(1M), driver.conf(4), attributes(5), streamio(7I), dlpi(7P) Writing Device Drivers STREAMS Programming Guide Network Interfaces Programmer's Guide SunOS 5.11 13 Oct 2008 ntxn(7D)
Man Page