'\" te .\" .\" Copyright (c) 2010 Steven Stallion. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions are .\" met: .\" .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above .\" copyright notice, this list of conditions and the following .\" disclaimer in the documentation and/or other materials provided .\" with the distribution. .\" 3. Neither the name of the copyright owner nor the names of any .\" contributors may be used to endorse or promote products derived .\" from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR .\" CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, .\" EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, .\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR .\" PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF .\" LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. .\" .TH efe 7D "17 Apr 2010" "SunOS 5.11" "Devices" .SH NAME efe \- EPIC/100 Fast Ethernet device driver .SH SYNOPSIS .LP .nf \fB/dev/efe\fR .fi .SH DESCRIPTION .sp .LP The \fBefe\fR driver is a multi-threaded, loadable, clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface \fBdlpi\fR(7P) on SMC EtherPower II (9432TX) Fast Ethernet controllers. .SH APPLICATION PROGRAMMING INTERFACE .sp .LP The values returned by the driver in the DL_INFO_ACK primitive in response to a DL_INFO_REQ are: .RS +4 .TP .ie t \(bu .el o Maximum SDU is 1500. .RE .RS +4 .TP .ie t \(bu .el o Minimum SDU is 0. The driver pads to the mandatory 60-octet minimum packet size. .RE .RS +4 .TP .ie t \(bu .el o DLSAP address length is 8. .RE .RS +4 .TP .ie t \(bu .el o MAC type is \fBDL_ETHER\fR. .RE .RS +4 .TP .ie t \(bu .el o \fBSAP\fR length value is \fI-2\fR, meaning the physical address component is followed immediately by a 2-byte \fBSAP\fR component within the \fBDLSAP\fR address. .RE .RS +4 .TP .ie t \(bu .el o Broadcast address value is the Ethernet/IEEE broadcast address (FF:FF:FF:FF:FF:FF). .RE .sp .LP Once in the DL_ATTACHED state, you must send a DL_BIND_REQ to associate a particular Service Access Point (SAP) with the stream. .SH CONFIGURATION .sp .LP The following capabilities are supported by the \fRefe\fR driver: .RS +4 .TP .ie t \(bu .el o 100 Mbps, full-duplex .RE .RS +4 .TP .ie t \(bu .el o 100 Mbps, half-duplex .RE .RS +4 .TP .ie t \(bu .el o 10 Mbps, full-duplex .RE .RS +4 .TP .ie t \(bu .el o 10 Mbps, half-duplex .RE .sp .LP Individual link properties may be configured using the \fBdladm\fR(1M) command line utility. .RE .SH FILES .sp .ne 2 .mk .na \fB\fB/dev/efe\fR\fR .ad .RS 27n .rt Special character device. .RE .sp .ne 2 .mk .na \fB\fB/kernel/drv/efe\fR\fR .ad .RS 27n .rt 32-bit driver binary (x86). .RE .sp .ne 2 .mk .na \fB\fB/kernel/drv/amd64/efe\fR\fR .ad .RS 27n .rt 64-bit driver binary (x86). .RE .sp .ne 2 .mk .na \fB\fB/kernel/drv/sparcv9/efe\fR\fR .ad .RS 27n .rt 64-bit driver binary (SPARC). .RE .SH AUTHORS .sp .LP Steven Stallion, \fBstallion@opensolaris.org\fR .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for a description of the following attributes: .sp .sp .TS tab() box; cw(2.75i) | cw(2.75i) lw(2.75i) | lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ ArchitectureSPARC, x86 _ AvailabilityOSOLefe _ Interface StabilityCommitted .TE .SH SEE ALSO .sp .LP \fBdladm\fR(1M), \fBattributes\fR(5), \fBstreamio\fR(7I), \fBdlpi\fR(7P) .sp .LP \fIWriting Device Drivers\fR .sp .LP \fISTREAMS Programming Guide\fR .sp .LP \fINetwork Interfaces Programmer's Guide\fR