1*86635a91SGarrett D'Amore.\" Copyright 2014 Garrett D'Amore <garrett@damore.org> 2*86635a91SGarrett D'Amore.\" Redistribution and use in source and binary forms, with or without 3*86635a91SGarrett D'Amore.\" modification, are permitted provided that the following conditions 4*86635a91SGarrett D'Amore.\" are met: 5*86635a91SGarrett D'Amore.\" 1. Redistributions of source code must retain the above copyright 6*86635a91SGarrett D'Amore.\" notice, this list of conditions and the following disclaimer. 7*86635a91SGarrett D'Amore.\" 2. Redistributions in binary form must reproduce the above copyright 8*86635a91SGarrett D'Amore.\" notice, this list of conditions and the following disclaimer in the 9*86635a91SGarrett D'Amore.\" documentation and/or other materials provided with the distribution. 10*86635a91SGarrett D'Amore.\" 11*86635a91SGarrett D'Amore.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS 12*86635a91SGarrett D'Amore.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 13*86635a91SGarrett D'Amore.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 14*86635a91SGarrett D'Amore.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 15*86635a91SGarrett D'Amore.\" COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 16*86635a91SGarrett D'Amore.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 17*86635a91SGarrett D'Amore.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 18*86635a91SGarrett D'Amore.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 19*86635a91SGarrett D'Amore.\" ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 20*86635a91SGarrett D'Amore.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 21*86635a91SGarrett D'Amore.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE 22*86635a91SGarrett D'Amore.\" 23*86635a91SGarrett D'Amore.Dd "Aug 3, 2014" 24*86635a91SGarrett D'Amore.Dt RTLS 7D 25*86635a91SGarrett D'Amore.Os 26*86635a91SGarrett D'Amore.Sh NAME 27*86635a91SGarrett D'Amore.Nm rtls 28*86635a91SGarrett D'Amore.Nd RealTek Fast Ethernet device driver 29*86635a91SGarrett D'Amore.Sh SYNOPSIS 30*86635a91SGarrett D'Amore.Pa /dev/rtls 31*86635a91SGarrett D'Amore.Sh DESCRIPTION 32*86635a91SGarrett D'AmoreThe 33*86635a91SGarrett D'Amore.Nm 34*86635a91SGarrett D'Amoredriver provides support for the RealTek 8139 family of Fast Ethernet 35*86635a91SGarrett D'AmorePCI controllers. 36*86635a91SGarrett D'Amore.Lp 37*86635a91SGarrett D'AmoreThese devices generally support the standard Fast Ethernet features, including 38*86635a91SGarrett D'Amore10BASE-T and 100BASE-TX, both full and half duplex operation, IEEE 802.3 39*86635a91SGarrett D'Amoreautonegotiation, etc. They also support full size MTUs (1500 bytes), 40*86635a91SGarrett D'Amoreeven when used with VLANs. 41*86635a91SGarrett D'Amore. 42*86635a91SGarrett D'Amore.Lp 43*86635a91SGarrett D'AmoreThe device driver supports the 44*86635a91SGarrett D'Amore.Xr ieee802.3 5 45*86635a91SGarrett D'Amoreproperties, which can be configured with 46*86635a91SGarrett D'Amore.Xr dladm 1M . 47*86635a91SGarrett D'Amore. 48*86635a91SGarrett D'Amore.Sh FILES 49*86635a91SGarrett D'Amore.Bl -tag -width /dev/rtls 50*86635a91SGarrett D'Amore.It Pa /dev/rtls 51*86635a91SGarrett D'AmoreSpecial character device. 52*86635a91SGarrett D'Amore.El 53*86635a91SGarrett D'Amore.Sh SEE ALSO 54*86635a91SGarrett D'Amore.Xr dladm 1M , 55*86635a91SGarrett D'Amore.Xr ifconfig 1M , 56*86635a91SGarrett D'Amore.Xr pci 4 , 57*86635a91SGarrett D'Amore.Xr ieee802.3 5 , 58*86635a91SGarrett D'Amore.Xr dlpi 7P 59*86635a91SGarrett D'Amore.Rs 60*86635a91SGarrett D'Amore.%T IEEE 802.3: Ethernet 61*86635a91SGarrett D'Amore.%Q IEEE Standards Association 62*86635a91SGarrett D'Amore.Re 63