Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2005 02:35:43 +0000 (UTC)
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 src/sys/dev/if_ndis if_ndis.c
Message-ID:  <200505200235.j4K2Zh4C095990@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2005-05-20 02:35:43 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      kern_ndis.c 
    sys/dev/if_ndis      if_ndis.c 
  Log:
  In ndis_halt_nic(), invalidate the miniportadapterctx early to try and
  prevent anything from making calls to the NIC while it's being shut down.
  This is yet another attempt to stop things like mdnsd from trying to
  poke at the card while it's not properly initialized and panicking
  the system.
  
  Also, remove unneeded debug message from if_ndis.c.
  
  Revision  Changes    Path
  1.82      +1 -4      src/sys/compat/ndis/kern_ndis.c
  1.95      +0 -2      src/sys/dev/if_ndis/if_ndis.c



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