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

Scott Long scottl at FreeBSD.org
Fri Jan 13 00:18:06 PST 2006


scottl      2006-01-13 08:18:04 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  Fix the interrupt race for real.  Don't register the interrupt until after
  the the interface has been configured.  I'm not sure how this could ever
  have worked before, but it should be fixed now.  Also break out the interrupt
  degresitration function into it's own step.
  
  Revision  Changes    Path
  1.100     +35 -22    src/sys/dev/em/if_em.c


More information about the cvs-all mailing list