Lines Matching +full:1000 +full:base +full:- +full:x
9 - Overview
10 - Identifying Your Adapter
11 - Building and Installation
12 - Additional Features and Configurations
13 - Known Issues/Troubleshooting
14 - Support
15 - License
21 been developed for use with all community-supported versions of FreeBSD.
30 This release includes two gigabit FreeBSD base Drivers for Intel(R) Ethernet.
33 - The igb driver supports all 82575 and 82576-based gigabit network connections.
34 - The em driver supports all other gigabit network connections.
35 - Gigabit devices base on the Intel(R) Ethernet Controller X722 are supported by
51 In the instructions below, x.x.x is the driver version as indicated in the name
54 1. Move the base driver tar file to the directory of your choice. For
59 # tar xzf em-x.x.x.tar.gz
61 This will create the em-x.x.x directory.
65 # cd em-x.x.x
66 # gzip -c em.4 > /usr/share/man/man4/em.4.gz
70 # cd em-x.x.x/src
86 # cd em-x.x.x/src
107 ------------------------------
109 between copper-based adapters and fiber-based adapters.
112 connections will attempt to auto-negotiate with its link partner to determine
114 using auto-negotiation, you may need to manually configure the adapter and link
117 support auto-negotiation or one that has been forced to a specific speed or
128 An Intel(R) Ethernet Network Adapter using fiber-based connections, however,
129 will not attempt to auto-negotiate with its link partner since those adapters
132 By default, the adapter auto-negotiates the speed and duplex of the connection.
138 # ifconfig emX <IP_address> media 100baseTX mediaopt full-duplex
140 NOTE: Only use mediaopt to set the driver to full-duplex. If mediaopt is not
142 half-duplex.
147 # ifconfig emX <IP_address> media 100baseTX -mediaopt full-duplex
152 ---------- -----------
153 autoselect Enables auto-negotiation for speed and duplex.
155 option to select full-duplex mode.
157 option to select full-duplex mode.
158 1000baseTX Sets speed to 1000 Mbps. In this case, the driver
159 supports only full-duplex mode.
160 1000baseSX Sets speed to 1000 Mbps. In this case, the driver
161 supports only full-duplex mode.
166 ------------
171 following where X is the interface number:
196 Intel(R) PRO/1000 PT Server Adapter
197 Intel(R) PRO/1000 PT Desktop Adapter
198 Intel(R) PRO/1000 PT Network Connection
199 Intel(R) PRO/1000 PT Dual Port Server Adapter
200 Intel(R) PRO/1000 PT Dual Port Network Connection
201 Intel(R) PRO/1000 PT Quad Port Server Adapter
202 Intel(R) PRO/1000 PF Quad Port Server Adapter
203 Intel(R) PRO/1000 PF Server Adapter
204 Intel(R) PRO/1000 PF Network Connection
205 Intel(R) PRO/1000 PF Dual Port Server Adapter
206 Intel(R) PRO/1000 PB Server Connection
207 Intel(R) PRO/1000 PL Network Connection
208 Intel(R) PRO/1000 EB Network Connection with I/O Acceleration
209 Intel(R) PRO/1000 EB Backplane Connection with I/O Acceleration
210 Intel(R) 82566DM-2 Gigabit Network Connection
213 Intel(R) 82567LM-4 Gigabit Network Connection
214 Intel(R) 82567LM-3 Gigabit Network Connection
215 Intel(R) 82567LF-3 Gigabit Network Connection
219 - Intel(R) 82578DM Gigabit Network Connection
220 - Intel(R) 82577LM Gigabit Network Connection
221 - The following adapters do not support Jumbo Frames:
222 - Intel(R) PRO/1000 Gigabit Server Adapter
223 - Intel(R) PRO/1000 PM Network Connection
224 - Intel(R) 82562G 10/100 Network Connection
225 - Intel(R) 82562G-2 10/100 Network Connection
226 - Intel(R) 82562GT 10/100 Network Connection
227 - Intel(R) 82562GT-2 10/100 Network Connection
228 - Intel(R) 82562V 10/100 Network Connection
229 - Intel(R) 82562V-2 10/100 Network Connection
230 - Intel(R) 82566DC Gigabit Network Connection
231 - Intel(R) 82566DC-2 Gigabit Network Connection
232 - Intel(R) 82566DM Gigabit Network Connection
233 - Intel(R) 82566MC Gigabit Network Connection
234 - Intel(R) 82566MM Gigabit Network Connection
235 - Intel(R) 82567V-3 Gigabit Network Connection
236 - Intel(R) 82577LC Gigabit Network Connection
237 - Intel(R) 82578DC Gigabit Network Connection
238 - Jumbo Frames cannot be configured on an 82579-based Network device if
243 -----
267 -------
269 - Device Polling is only valid for non-SMP kernels.
270 - The driver has to be built into the kernel for Device Polling to be
277 options HZ=1000
282 ifconfig emX -polling (to turn it off)
286 ----------------
302 # ifconfig emX -rxcsum
315 ---
322 NOTE: By default only PCI-Express adapters are ENABLED to do TSO. Others can be
324 82544-based adapters, as well as older adapters.
334 # ifconfig em<interface_num> -tso
341 tso|-tso in the above command with tso4 or tso6. For example, to disable
344 # ifconfig em<interface_num> -tso4
348 # ifconfig em<interface_num> -tso6
351 MSI-X
352 -----
353 MSI or MSI-X can be turned off by an entry in /etc/sysctl.conf
364 -------------------------------------------
376 ----------------------------------------------------------------------------
380 -----------------------------------------------------------------
384 Planex FXG-08TE
385 I-O Data ETG-SH8
389 Edit ./em.x.x.x/src/if_em.h to change the #define EM_MASTER_SLAVE
407 cd em-x.x.x
424 Copyright(c) 1999-2019 Intel Corporation.