Date: Fri, 1 Feb 2013 12:26:38 GMT From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 221669 for review Message-ID: <201302011226.r11CQcw0038250@skunkworks.freebsd.org>
index | next in thread | raw e-mail
http://p4web.freebsd.org/@@221669?ac=10 Change 221669 by bz@bz_zenith on 2013/02/01 12:26:04 Run the initialization for polling earlier along with INTRs so that we can put netowrk interface into polling mode by default if DEVICE_POLLING is compiled in and no interrupts are available. Affected files ... .. //depot/projects/ctsrd/beribsd/src/sys/kern/kern_poll.c#3 edit Differences ... ==== //depot/projects/ctsrd/beribsd/src/sys/kern/kern_poll.c#3 (text+ko) ==== @@ -268,7 +268,7 @@ EVENTHANDLER_REGISTER(shutdown_post_sync, poll_shutdown, NULL, SHUTDOWN_PRI_LAST); } -SYSINIT(device_poll, SI_SUB_CLOCKS, SI_ORDER_MIDDLE, init_device_poll, NULL); +SYSINIT(device_poll, SI_SUB_SOFTINTR, SI_ORDER_MIDDLE, init_device_poll, NULL); /*help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302011226.r11CQcw0038250>
