cvs commit: src/sys/compat/ndis kern_ndis.c

Bill Paul wpaul at FreeBSD.org
Mon Jan 26 00:36:22 PST 2004


wpaul       2004/01/26 00:36:18 PST

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      kern_ndis.c 
  Log:
  Avoid possible panic on shutdown: if there are still some devices
  attached when shutting down, kill our kthreads, but don't destroy
  the mutex pool and uma zone resources since the driver shutdown
  routine may need them later.
  
  Revision  Changes    Path
  1.33      +20 -1     src/sys/compat/ndis/kern_ndis.c


More information about the cvs-src mailing list