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

Daniel Eischen deischen at FreeBSD.org
Tue Oct 14 22:34:43 PDT 2003


deischen    2003/10/14 22:34:41 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  Add a wrapper for a function that takes and releases the adapter
  lock around a call to the original function.  Make the timeout
  function in callout_reset() use the wrapped function to avoid a
  lock assertion panic.
  
  Reviewed by:    sam
  Reported by:    cgiordano at ids.net
  
  Revision  Changes    Path
  1.32      +13 -3     src/sys/dev/em/if_em.c


More information about the cvs-src mailing list