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