Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2004 00:36:18 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/ndis kern_ndis.c
Message-ID:  <200401260836.i0Q8aIg2041496@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401260836.i0Q8aIg2041496>