PERFORCE change 221669 for review

Bjoern A. Zeeb bz at FreeBSD.org
Fri Feb 1 12:26:38 UTC 2013


http://p4web.freebsd.org/@@221669?ac=10

Change 221669 by bz at 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);
 
 
 /*


More information about the p4-projects mailing list