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

Weongyo Jeong weongyo at FreeBSD.org
Thu Aug 21 05:40:50 UTC 2008


weongyo     2008-08-21 05:40:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/compat/ndis      kern_ndis.c 
  Log:
  SVN rev 181957 on 2008-08-21 05:40:38Z by weongyo
  
  MFC r180754
  
  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.
  
  Revision  Changes    Path
  1.96.2.1  +7 -5      src/sys/compat/ndis/kern_ndis.c


More information about the cvs-src mailing list