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

Andrew Thompson thompsa at FreeBSD.org
Fri Aug 22 03:08:49 UTC 2008


thompsa     2008-08-22 03:08:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/compat/ndis      ntoskrnl_var.h subr_ndis.c 
                         subr_ntoskrnl.c 
  Log:
  SVN rev 181989 on 2008-08-22 03:08:31Z by thompsa
  
  MFC r174150, r174240, r179009, r179720
  
  Sync sys/compat/ndis to HEAD.
  
   - Correct the calculation for the number of 100ns intervals since January 1,
     1601. The 1601 - 1970 period was in seconds rather than 100ns units.
   - Remove duplication by having NdisGetCurrentSystemTime call ntoskrnl_time.
   - Implement functions required by some ndis drivers.
   - Fix a panic when it occurred during initializing the ndis driver because it
     try to read network address through ifnet structure which is NULL until the
     ndis driver's initialization is finished.
   - fix a page fault that it occurred during ifp is NULL.  This bug happens when
     NDIS driver's initialization is failed and NDIS driver's trying to call
     NdisWriteErrorLogEntry().
  
  Revision   Changes    Path
  1.43.2.1   +1 -0      src/sys/compat/ndis/ntoskrnl_var.h
  1.108.2.1  +17 -12    src/sys/compat/ndis/subr_ndis.c
  1.90.2.4   +64 -3     src/sys/compat/ndis/subr_ntoskrnl.c


More information about the cvs-src mailing list