Index: FreeBSD/sys/x86/x86/mca.c =================================================================== --- FreeBSD/sys/x86/x86/mca.c +++ FreeBSD/sys/x86/x86/mca.c @@ -800,7 +800,7 @@ /* CMCIs during boot may have claimed items from the freelist. */ mca_fill_freelist(); } -SYSINIT(mca_createtq, SI_SUB_CONFIGURE, SI_ORDER_ANY, mca_createtq, NULL); +SYSINIT(mca_createtq, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, mca_createtq, NULL); static void mca_startup(void *dummy)