11ac88dc0SPrafulla Deuskar.\" Copyright (c) 2001 Intel Corporation 21ac88dc0SPrafulla Deuskar.\" All rights reserved. 31ac88dc0SPrafulla Deuskar.\" Redistribution and use in source and binary forms of the Software, with or without 41ac88dc0SPrafulla Deuskar.\" modification, are permitted provided that the following conditions 51ac88dc0SPrafulla Deuskar.\" are met: 61ac88dc0SPrafulla Deuskar.\" 1. Redistributions of source code of the Software may retain the above 71ac88dc0SPrafulla Deuskar.\" copyright notice, this list of conditions and the following disclaimer. 81ac88dc0SPrafulla Deuskar.\" 2. Redistributions in binary form of the Software may reproduce the 91ac88dc0SPrafulla Deuskar.\" above copyright notice, this list of conditions and the following 101ac88dc0SPrafulla Deuskar.\" disclaimer in the documentation and/or other materials provided with the 111ac88dc0SPrafulla Deuskar.\" distribution. 121ac88dc0SPrafulla Deuskar.\" 3. Neither the name of the Intel Corporation nor the names of its contributors 131ac88dc0SPrafulla Deuskar.\" shall be used to endorse or promote products derived from this Software 141ac88dc0SPrafulla Deuskar.\" without specific prior written permission. 151ac88dc0SPrafulla Deuskar.\" 161ac88dc0SPrafulla Deuskar.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 171ac88dc0SPrafulla Deuskar.\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 181ac88dc0SPrafulla Deuskar.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 191ac88dc0SPrafulla Deuskar.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INTEL OR ITS CONTRIBUTORS BE LIABLE 201ac88dc0SPrafulla Deuskar.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 211ac88dc0SPrafulla Deuskar.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 221ac88dc0SPrafulla Deuskar.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 231ac88dc0SPrafulla Deuskar.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 241ac88dc0SPrafulla Deuskar.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 251ac88dc0SPrafulla Deuskar.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 261ac88dc0SPrafulla Deuskar.\" 271ac88dc0SPrafulla Deuskar.\" $FreeBSD$ 28a59716d2SPrafulla Deuskar.Dd December, 2001 291ac88dc0SPrafulla Deuskar.Dt EM 4 30a59716d2SPrafulla Deuskar.Os FreeBSD 311ac88dc0SPrafulla Deuskar.Sh NAME 321ac88dc0SPrafulla Deuskar.Nm em 33a59716d2SPrafulla Deuskar.Nd 34a59716d2SPrafulla DeuskarIntel(R) PRO/1000 gigabit Ethernet driver for the FreeBSD operating system 351ac88dc0SPrafulla Deuskar.Sh SYNOPSIS 361ac88dc0SPrafulla Deuskar.Cd "device em" 371ac88dc0SPrafulla Deuskar.Sh DESCRIPTION 381ac88dc0SPrafulla DeuskarThe 391ac88dc0SPrafulla Deuskar.Nm 40a59716d2SPrafulla Deuskardriver provides support for PCI gigabit Ethernet adapters based on 41a59716d2SPrafulla Deuskarthe Intel 82542, 82543 and 82544 Ethernet controller chip. 421ac88dc0SPrafulla DeuskarThe driver supports Transmit/Receive checksum offload 43a59716d2SPrafulla Deuskarand Jumbo Frames only on 82543 and 82544-based adapters. 44a59716d2SPrafulla DeuskarFor a list of supported adapters, see the README 451ac88dc0SPrafulla Deuskarincluded with the driver. 461ac88dc0SPrafulla Deuskar.Pp 471ac88dc0SPrafulla DeuskarFor questions related to hardware requirements, 481ac88dc0SPrafulla Deuskarrefer to the documentation supplied with your Intel PRO/1000 adapter. 49a59716d2SPrafulla DeuskarAll hardware requirements listed apply to use with FreeBSD. 501ac88dc0SPrafulla Deuskar.Pp 51a59716d2SPrafulla DeuskarSupport for Jumbo Frames is provided via the interface MTU setting. 521ac88dc0SPrafulla DeuskarSelecting an MTU larger than 1500 bytes with the 531ac88dc0SPrafulla Deuskar.Xr ifconfig 8 54a59716d2SPrafulla Deuskarutility configures the adapter to receive and transmit Jumbo Frames. 55a59716d2SPrafulla DeuskarThe maximum MTU size for Jumbo Frames is 16114. 561ac88dc0SPrafulla Deuskar.Pp 571ac88dc0SPrafulla DeuskarThe 581ac88dc0SPrafulla Deuskar.Nm 591ac88dc0SPrafulla Deuskardriver supports the following media types: 60a59716d2SPrafulla Deuskar.Pp 61a59716d2SPrafulla Deuskar.Bl -tag -width xxxxxxxxxxxxxxxxxxxx 62a59716d2SPrafulla Deuskar.It autoselect 631ac88dc0SPrafulla DeuskarEnables auto-negotiation for speed and duplex. 64a59716d2SPrafulla Deuskar.It 10baseT/UTP 651ac88dc0SPrafulla DeuskarSets 10Mbps operation. 66a59716d2SPrafulla DeuskarUse the 67a59716d2SPrafulla Deuskar.Ar mediaopt 68a59716d2SPrafulla Deuskaroption to select 69a59716d2SPrafulla Deuskar.Ar full-duplex 70a59716d2SPrafulla Deuskarmode. 71a59716d2SPrafulla Deuskar.It 100baseTX 721ac88dc0SPrafulla DeuskarSets 100Mbps operation. 73a59716d2SPrafulla DeuskarUse the 74a59716d2SPrafulla Deuskar.Ar mediaopt 75a59716d2SPrafulla Deuskaroption to select 76a59716d2SPrafulla Deuskar.Ar full-duplex 77a59716d2SPrafulla Deuskarmode. 78a59716d2SPrafulla Deuskar.It 1000baseSX 791ac88dc0SPrafulla DeuskarSets 1000Mbps operation. 801ac88dc0SPrafulla DeuskarOnly 81a59716d2SPrafulla Deuskar.Ar full-duplex 821ac88dc0SPrafulla Deuskarmode is supported at this speed. 83a59716d2SPrafulla Deuskar.It 1000baseTX 841ac88dc0SPrafulla DeuskarSets 1000Mbps operation. 851ac88dc0SPrafulla DeuskarOnly 86a59716d2SPrafulla Deuskar.Ar full-duplex 871ac88dc0SPrafulla Deuskarmode is supported at this speed. 881ac88dc0SPrafulla Deuskar.El 891ac88dc0SPrafulla Deuskar.Pp 901ac88dc0SPrafulla DeuskarThe 911ac88dc0SPrafulla Deuskar.Nm 921ac88dc0SPrafulla Deuskardriver supports the following media options: 93a59716d2SPrafulla Deuskar.Pp 94a59716d2SPrafulla Deuskar.Bl -tag -width xxxxxxxxxxxxxxxxxxxx 95a59716d2SPrafulla Deuskar.It full-duplex 96a59716d2SPrafulla DeuskarForces full-duplex operation 97a59716d2SPrafulla Deuskar.It half-duplex 98a59716d2SPrafulla DeuskarForces half-duplex operation. 991ac88dc0SPrafulla Deuskar.El 1001ac88dc0SPrafulla Deuskar.Pp 101a59716d2SPrafulla DeuskarOnly use mediaopt to set the driver to full-duplex. If mediaopt is not specified, the driver defaults to half-duplex. 102a59716d2SPrafulla Deuskar.Pp 1031ac88dc0SPrafulla DeuskarFor more information on configuring this device, see 1041ac88dc0SPrafulla Deuskar.Xr ifconfig 8 . 1051ac88dc0SPrafulla Deuskar.Sh DIAGNOSTICS 1061ac88dc0SPrafulla Deuskar.Bl -diag 1071ac88dc0SPrafulla Deuskar.It "em%d: Unable to allocate bus resource: memory" 1081ac88dc0SPrafulla DeuskarA fatal initialization error has occurred. 1091ac88dc0SPrafulla Deuskar.It "em%d: Unable to allocate bus resource: interrupt" 1101ac88dc0SPrafulla DeuskarA fatal initialization error has occurred. 1111ac88dc0SPrafulla Deuskar.It "em%d: watchdog timeout -- resetting" 1121ac88dc0SPrafulla DeuskarThe device has stopped responding to the network, or there is a problem with 1131ac88dc0SPrafulla Deuskarthe network connection (cable). 1141ac88dc0SPrafulla Deuskar.El 1151ac88dc0SPrafulla Deuskar.Sh SUPPORT 1161ac88dc0SPrafulla DeuskarFor additional information regarding building and installation, 117a59716d2SPrafulla Deuskarsee the README included with the driver. For general information and support, 118a59716d2SPrafulla Deuskargo to the Intel support website at: 119a59716d2SPrafulla Deuskar.Ar http://support.intel.com. 1201ac88dc0SPrafulla Deuskar.Pp 1211ac88dc0SPrafulla DeuskarIf an issue is identified with the released source code on the supported kernel 1221ac88dc0SPrafulla Deuskarwith a supported adapter, email the specific information related to the 123a59716d2SPrafulla Deuskarissue to freebsdnic@mailbox.intel.com. 124a59716d2SPrafulla Deuskar.El 1251ac88dc0SPrafulla Deuskar.Sh SEE ALSO 1261ac88dc0SPrafulla Deuskar.Xr arp 4 , 1271ac88dc0SPrafulla Deuskar.Xr netintro 4 , 1282e3a6736SRuslan Ermilov.Xr vlan 4 , 129a59716d2SPrafulla Deuskar.Xr ng_ether 4 , 1301ac88dc0SPrafulla Deuskar.Xr ifconfig 8 1311ac88dc0SPrafulla Deuskar.Sh HISTORY 1321ac88dc0SPrafulla DeuskarThe 1331ac88dc0SPrafulla Deuskar.Nm 1341ac88dc0SPrafulla Deuskardevice driver first appeared in 135a59716d2SPrafulla Deuskar.Fx 4.4 . 1361ac88dc0SPrafulla Deuskar.Sh AUTHORS 1371ac88dc0SPrafulla DeuskarThe 1381ac88dc0SPrafulla Deuskar.Nm 1391ac88dc0SPrafulla Deuskardriver was written by 1401ac88dc0SPrafulla Deuskar.An Intel Corporation Aq freebsdnic@mailbox.intel.com . 141