Date: Fri, 22 Aug 2008 03:08:31 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c Message-ID: <200808220308.m7M38mwE067477@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808220308.m7M38mwE067477>