K 10 svn:author V 7 thompsa K 8 svn:date V 27 2008-08-22T03:08:31.736601Z K 7 svn:log V 739 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(). END