From owner-cvs-src@FreeBSD.ORG Sun Dec 2 08:54:51 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0B0816A417; Sun, 2 Dec 2007 08:54:51 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C480F13C44B; Sun, 2 Dec 2007 08:54:51 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB28spsB018578; Sun, 2 Dec 2007 08:54:51 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB28spAX018577; Sun, 2 Dec 2007 08:54:51 GMT (envelope-from thompsa) Message-Id: <200712020854.lB28spAX018577@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 2 Dec 2007 08:54:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/ndis ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2007 08:54:52 -0000 thompsa 2007-12-02 08:54:51 UTC FreeBSD src repository Modified files: sys/compat/ndis ntoskrnl_var.h subr_ndis.c subr_ntoskrnl.c Log: 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. Revision Changes Path 1.44 +1 -0 src/sys/compat/ndis/ntoskrnl_var.h 1.109 +1 -10 src/sys/compat/ndis/subr_ndis.c 1.92 +6 -3 src/sys/compat/ndis/subr_ntoskrnl.c