summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-06-06 08:03:49 +0000
committerglebius <glebius@FreeBSD.org>2006-06-06 08:03:49 +0000
commitc4263f94b4ae63a203eb27950d65dc741969be92 (patch)
treee77b06873ed16cba96332c7911200ea515c84525 /sys/netgraph/ng_base.c
parent5025e8886339de47ccca1b1c36a890c4badc1ef2 (diff)
downloadFreeBSD-src-c4263f94b4ae63a203eb27950d65dc741969be92.zip
FreeBSD-src-c4263f94b4ae63a203eb27950d65dc741969be92.tar.gz
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
Diffstat (limited to 'sys/netgraph/ng_base.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud