Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2008 10:49:27 +0000 (UTC)
From:      Weongyo Jeong <weongyo@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:  <200807231049.m6NAnj8G068363@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2008-07-23 10:49:27 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      kern_ndis.c 
  Log:
  SVN rev 180754 on 2008-07-23 10:49:27Z by weongyo
  
  when NDIS framework try to query/set informations NDIS drivers can
  return NDIS_STATUS_PENDING.  In this case, it's waiting for 5 secs to
  get the response from drivers now.  However, some NDIS drivers can send
  the response before NDIS framework gets ready to receive it so we might
  always be blocked for 5 secs in current implementation.  NDIS framework
  should reset the event before calling NDIS driver's callback not after.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.98      +7 -5      src/sys/compat/ndis/kern_ndis.c



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