Deleted Added
sdiff udiff text old ( 129794 ) new ( 150789 )
full compact
1/*$FreeBSD: head/sys/dev/ixgb/README 129794 2004-05-28 00:23:00Z tackerman $*/
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:
201
202 sysctl kern.polling.enable=1
203
204
205 NOTES: DEVICE POLLING is only valid for non-SMP kernels.
206
207 The driver has to be built into the kernel for DEVICE POLLING to be
208 enabled in the driver.
209
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 ---