Deleted Added
full compact
README (129794) README (150789)
1/*$FreeBSD: head/sys/dev/ixgb/README 129794 2004-05-28 00:23:00Z tackerman $*/
1/*$FreeBSD: head/sys/dev/ixgb/README 150789 2005-10-01 18:56:19Z glebius $*/
2FreeBSD Driver for Intel(R) PRO/10GbE Server Adapters
3=====================================================
4
5March 10, 2004
6
7
8Contents
9========

--- 181 unchanged lines hidden (view full) ---

191 Polling
192 -------
193 To enable polling in the driver, add the following options to the kernel
194 configuration, and then recompile the kernel:
195
196 options DEVICE_POLLING
197 options HZ=1000
198
2FreeBSD Driver for Intel(R) PRO/10GbE Server Adapters
3=====================================================
4
5March 10, 2004
6
7
8Contents
9========

--- 181 unchanged lines hidden (view full) ---

191 Polling
192 -------
193 To enable polling in the driver, add the following options to the kernel
194 configuration, and then recompile the kernel:
195
196 options DEVICE_POLLING
197 options HZ=1000
198
199 At runtime, use the following command to turn on polling mode. Similarly,
200 turn off polling mode by setting the variable to 0:
199 At runtime, use the following command to turn on polling mode.
201
200
202 sysctl kern.polling.enable=1
201 ifconfig ixgb0 polling
203
202
203 Similarly, turn off polling mode by removing IFCAP_POLLING flag from
204 interface:
204
205
205 NOTES: DEVICE POLLING is only valid for non-SMP kernels.
206 ifconfig ixgb0 -polling
206
207
207 The driver has to be built into the kernel for DEVICE POLLING to be
208 enabled in the driver.
208 The driver has to be built into the kernel for DEVICE POLLING to be
209 enabled in the driver.
209
210
210
211
212Support
213=======
214
215For general information and support, go to the Intel support website at:
216
217 http://support.intel.com
218
219If an issue is identified with the released source code on the supported

--- 19 unchanged lines hidden ---
211Support
212=======
213
214For general information and support, go to the Intel support website at:
215
216 http://support.intel.com
217
218If an issue is identified with the released source code on the supported

--- 19 unchanged lines hidden ---