mux 2006-01-22 01:06:55 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix a race condition by initializing the taskqueue before registering the fast interrupt handler that uses it. This fixes a panic at boot time when em_intr_fast() calls taskqueue_enqueue(). Revision Changes Path 1.103 +10 -10 src/sys/dev/em/if_em.c