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 IPRB 7D 25*86635a91SGarrett D'Amore.Os 26*86635a91SGarrett D'Amore.Sh NAME 27*86635a91SGarrett D'Amore.Nm iprb 28*86635a91SGarrett D'Amore.Nd Intel PRO/100 Fast Ethernet device driver 29*86635a91SGarrett D'Amore.Sh SYNOPSIS 30*86635a91SGarrett D'Amore.Pa /dev/iprb 31*86635a91SGarrett D'Amore.Sh DESCRIPTION 32*86635a91SGarrett D'AmoreThe 33*86635a91SGarrett D'Amore.Nm 34*86635a91SGarrett D'Amoredriver provides support for the Intel PRO/100 family of Fast Ethernet 35*86635a91SGarrett D'AmorePCI controllers. This includes support for Intel 82558, 82559, 82550, 36*86635a91SGarrett D'Amoreand 82551 parts, as well as certain controllers found on certain Intel 37*86635a91SGarrett D'Amoresouthbridge controllers (ICH2 and ICH3). 38*86635a91SGarrett D'Amore.Lp 39*86635a91SGarrett D'AmoreThese devices generally support the standard Fast Ethernet features, including 40*86635a91SGarrett D'Amore10BASE-T and 100BASE-TX, both full and half duplex operation, IEEE 802.3 41*86635a91SGarrett D'Amoreautonegotiation, etc. They also support full size MTUs (1500 bytes), 42*86635a91SGarrett D'Amoreeven when used with VLANs. Some of them also support flow control. 43*86635a91SGarrett D'Amore. 44*86635a91SGarrett D'Amore.Lp 45*86635a91SGarrett D'AmoreThe device driver supports the 46*86635a91SGarrett D'Amore.Xr ieee802.3 5 47*86635a91SGarrett D'Amoreproperties, which can be configured with 48*86635a91SGarrett D'Amore.Xr dladm 1M . 49*86635a91SGarrett D'Amore. 50*86635a91SGarrett D'Amore.Sh FILES 51*86635a91SGarrett D'Amore.Bl -tag -width /dev/iprb 52*86635a91SGarrett D'Amore.It Pa /dev/iprb 53*86635a91SGarrett D'AmoreSpecial character device. 54*86635a91SGarrett D'Amore.El 55*86635a91SGarrett D'Amore.Sh SEE ALSO 56*86635a91SGarrett D'Amore.Xr dladm 1M , 57*86635a91SGarrett D'Amore.Xr ifconfig 1M , 58*86635a91SGarrett D'Amore.Xr pci 4 , 59*86635a91SGarrett D'Amore.Xr ieee802.3 5 , 60*86635a91SGarrett D'Amore.Xr dlpi 7P 61*86635a91SGarrett D'Amore.Rs 62*86635a91SGarrett D'Amore.%T IEEE 802.3: Ethernet 63*86635a91SGarrett D'Amore.%Q IEEE Standards Association 64*86635a91SGarrett D'Amore.Re 65