cvs commit: src/sys/compat/ndis kern_ndis.c ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c

Bill Paul wpaul at FreeBSD.org
Mon Jan 17 10:20:24 PST 2005


wpaul       2005-01-17 18:20:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/compat/ndis      kern_ndis.c ntoskrnl_var.h subr_ndis.c 
                         subr_ntoskrnl.c 
  Log:
  MFC changes from current:
  
  - Prevent ndis_get_info()/ndis_set_info() from possibly sleeping on
    the same wait channel from two different threads
  - Protect calls to MiniportQueryInformation()/MiniportSetInformation()
    with a spinlock
  - Export ntoskrnl_init_spinlock() from subr_ntoskrnl
  
  Revision  Changes    Path
  1.60.2.1  +19 -14    src/sys/compat/ndis/kern_ndis.c
  1.17.2.1  +1 -0      src/sys/compat/ndis/ntoskrnl_var.h
  1.67.2.2  +2 -2      src/sys/compat/ndis/subr_ndis.c
  1.43.2.2  +1 -2      src/sys/compat/ndis/subr_ntoskrnl.c


More information about the cvs-src mailing list