cvs commit: src/sys/dev/em if_em.c

Maxime Henrion mux at FreeBSD.org
Sat Jan 21 17:06:56 PST 2006


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


More information about the cvs-src mailing list