Gleb Smirnoff 9297f2a72e The procedure of raceless switching between polling mode and
taskqueued interrupt mode is going to be quite complex. Since
the polling mode is considered legacy feature for em(4) driver,
the decision is made to make polling and new interrupt handler
mutually exclusive, selected at compile time.

If kernel is compiled with DEVICE_POLLING, the fast taskqueued
interrupt handler code is disabled and the em_poll() and legacy
em_intr() functions are enabled. Otherwise, legacy functions
are disabled and only em_intr_fast() code is compiled.

Discussed with:		scottl
2006-06-06 08:03:49 +00:00
..
2006-06-06 04:32:20 +00:00
2006-06-05 17:46:41 +00:00
2006-05-26 13:54:27 +00:00
2006-05-30 18:41:26 +00:00
2006-05-30 21:13:28 +00:00
2006-05-29 19:29:41 +00:00