|
|
ru.unix.bsd- RU.UNIX.BSD ------------------------------------------------------------------ From : Eugene Grosbein 2:5006/1 09 Jun 2006 18:29:43 To : All Subject : device polling: недолго музыка --------------------------------------------------------------------------------
...играла?
glebius 2006-06-06 08:03:49 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
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
Revision Changes Path
1.116 +102 -105 src/sys/dev/em/if_em.c
Кто-нибудь знает, почему "the polling mode is considered legacy feature for
em(4) driver"? Hе то чтобы оно мне было надо, просто интересно.
Eugene
--
Открываются расписные ворота души, и несет оттуда вдруг такой тухлятиной,
что хоть святых выноси...
--- slrn/0.9.8.0 (FreeBSD)
* Origin: Svyaz Service JSC (2:5006/1@fidonet)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.unix.bsd/2609320caa3f3.html, оценка из 5, голосов 10
|