1*a7d6e28eSGarrett D'Amore.\" Copyright 2014 Garrett D'Amore <garrett@damore.org> 2*a7d6e28eSGarrett D'Amore.\" Redistribution and use in source and binary forms, with or without 3*a7d6e28eSGarrett D'Amore.\" modification, are permitted provided that the following conditions 4*a7d6e28eSGarrett D'Amore.\" are met: 5*a7d6e28eSGarrett D'Amore.\" 1. Redistributions of source code must retain the above copyright 6*a7d6e28eSGarrett D'Amore.\" notice, this list of conditions and the following disclaimer. 7*a7d6e28eSGarrett D'Amore.\" 2. Redistributions in binary form must reproduce the above copyright 8*a7d6e28eSGarrett D'Amore.\" notice, this list of conditions and the following disclaimer in the 9*a7d6e28eSGarrett D'Amore.\" documentation and/or other materials provided with the distribution. 10*a7d6e28eSGarrett D'Amore.\" 11*a7d6e28eSGarrett D'Amore.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS 12*a7d6e28eSGarrett D'Amore.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 13*a7d6e28eSGarrett D'Amore.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 14*a7d6e28eSGarrett D'Amore.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 15*a7d6e28eSGarrett D'Amore.\" COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 16*a7d6e28eSGarrett D'Amore.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 17*a7d6e28eSGarrett D'Amore.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 18*a7d6e28eSGarrett D'Amore.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 19*a7d6e28eSGarrett D'Amore.\" ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 20*a7d6e28eSGarrett D'Amore.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21*a7d6e28eSGarrett D'Amore.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE 22*a7d6e28eSGarrett D'Amore.\" 23*a7d6e28eSGarrett D'Amore.Dd "Aug 7, 2014" 24*a7d6e28eSGarrett D'Amore.Dt ELXL 7D 25*a7d6e28eSGarrett D'Amore.Os 26*a7d6e28eSGarrett D'Amore.Sh NAME 27*a7d6e28eSGarrett D'Amore.Nm elxl 28*a7d6e28eSGarrett D'Amore.Nd 3Com Etherlink XL device driver 29*a7d6e28eSGarrett D'Amore.Sh SYNOPSIS 30*a7d6e28eSGarrett D'Amore.Pa /dev/elxl 31*a7d6e28eSGarrett D'Amore.Sh DESCRIPTION 32*a7d6e28eSGarrett D'AmoreThe 33*a7d6e28eSGarrett D'Amore.Nm 34*a7d6e28eSGarrett D'Amoredriver provides support for the 3Com Etherlink XL 35*a7d6e28eSGarrett D'Amorefamily of Ethernet and Fast Ethernet PCI controllers. These are often known 36*a7d6e28eSGarrett D'Amoreby their part numbers, most often 3c905 or 3c900 variants. 37*a7d6e28eSGarrett D'Amore.Lp 38*a7d6e28eSGarrett D'AmoreThe 3c905 devices generally support some form of 100 Mbps Ethernet, 39*a7d6e28eSGarrett D'Amorewhereas the 3c900 devices usually only support 10 Mbps. Some devices 40*a7d6e28eSGarrett D'Amoresupport legacy media such as 10BASE-15, 10BASE-2, and even 10BASE-FL. 41*a7d6e28eSGarrett D'Amore. 42*a7d6e28eSGarrett D'AmoreWhere applicable, the devices support auto-negotiation, both full and 43*a7d6e28eSGarrett D'Amorehalf duplex, etc. They also support full size MTUs (1500 bytes), 44*a7d6e28eSGarrett D'Amoreeven when used with VLANs. 45*a7d6e28eSGarrett D'Amore. 46*a7d6e28eSGarrett D'Amore.Lp 47*a7d6e28eSGarrett D'AmoreThe device driver supports the 48*a7d6e28eSGarrett D'Amore.Xr ieee802.3 5 49*a7d6e28eSGarrett D'Amoreproperties, which can be configured with 50*a7d6e28eSGarrett D'Amore.Xr dladm 1M . 51*a7d6e28eSGarrett D'Amore.Lp 52*a7d6e28eSGarrett D'AmoreIn addition, for devices with multiple external media ports, the driver 53*a7d6e28eSGarrett D'Amoresupports a driver-specific 54*a7d6e28eSGarrett D'Amore.Xr dladm 1M 55*a7d6e28eSGarrett D'Amoreproperty called 56*a7d6e28eSGarrett D'Amore.Sy media , 57*a7d6e28eSGarrett D'Amorewhich can take one of the following values, depending on the available 58*a7d6e28eSGarrett D'Amoremedia options on the device: 59*a7d6e28eSGarrett D'Amore.Lp 60*a7d6e28eSGarrett D'Amore.Bl -tag -compact -offset indent -width Sy 61*a7d6e28eSGarrett D'Amore.It Sy mii 62*a7d6e28eSGarrett D'AmoreMedia Indendent Interface (MII), also 100BASE-TX 63*a7d6e28eSGarrett D'Amore.It Sy tp-hdx 64*a7d6e28eSGarrett D'Amore10 Mbps twisted pair, half-duplex 65*a7d6e28eSGarrett D'Amore.It Sy tp-fdx 66*a7d6e28eSGarrett D'Amore10 Mbps twisted pair full-duplex 67*a7d6e28eSGarrett D'Amore.It Sy fx-hdx 68*a7d6e28eSGarrett D'Amore100BASE-FX (fiber), half-duplex 69*a7d6e28eSGarrett D'Amore.It Sy fx-hdx 70*a7d6e28eSGarrett D'Amore100BASE-FX (fiber), full-duplex 71*a7d6e28eSGarrett D'Amore.It Sy bnc 72*a7d6e28eSGarrett D'Amore10BASE-2 73*a7d6e28eSGarrett D'Amore.Pq BNC, aka Dq thin-net 74*a7d6e28eSGarrett D'Amore.It Sy aui 75*a7d6e28eSGarrett D'Amore10BASE-15 76*a7d6e28eSGarrett D'Amore.Pq aka Dq thick-net 77*a7d6e28eSGarrett D'Amore.It Sy fl-hdx 78*a7d6e28eSGarrett D'Amore10BASE-FL (fiber), half-duplex 79*a7d6e28eSGarrett D'Amore.It Sy fl-fdx 80*a7d6e28eSGarrett D'Amore10BASE-FL (fiber), full-duplex 81*a7d6e28eSGarrett D'Amore.El 82*a7d6e28eSGarrett D'Amore.Lp 83*a7d6e28eSGarrett D'AmoreThe specific media options available can be queried with the 84*a7d6e28eSGarrett D'Amoredevice-specific 85*a7d6e28eSGarrett D'Amore.Sy available_media 86*a7d6e28eSGarrett D'Amore.Xr dladm 1M 87*a7d6e28eSGarrett D'Amoreproperty. 88*a7d6e28eSGarrett D'Amore.Sh FILES 89*a7d6e28eSGarrett D'Amore.Bl -tag -width /dev/elxl 90*a7d6e28eSGarrett D'Amore.It Pa /dev/elxl 91*a7d6e28eSGarrett D'AmoreSpecial character device. 92*a7d6e28eSGarrett D'Amore.El 93*a7d6e28eSGarrett D'Amore.Sh SEE ALSO 94*a7d6e28eSGarrett D'Amore.Xr dladm 1M , 95*a7d6e28eSGarrett D'Amore.Xr ifconfig 1M , 96*a7d6e28eSGarrett D'Amore.Xr pci 4 , 97*a7d6e28eSGarrett D'Amore.Xr ieee802.3 5 , 98*a7d6e28eSGarrett D'Amore.Xr dlpi 7P 99*a7d6e28eSGarrett D'Amore.Rs 100*a7d6e28eSGarrett D'Amore.%T IEEE 802.3: Ethernet 101*a7d6e28eSGarrett D'Amore.%Q IEEE Standards Association 102*a7d6e28eSGarrett D'Amore.Re 103