From owner-cvs-src@FreeBSD.ORG Fri Apr 1 16:40:23 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561B816A4CE; Fri, 1 Apr 2005 16:40:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E72A43D3F; Fri, 1 Apr 2005 16:40:23 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j31GeN5I061547; Fri, 1 Apr 2005 16:40:23 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j31GeNxw061546; Fri, 1 Apr 2005 16:40:23 GMT (envelope-from wpaul) Message-Id: <200504011640.j31GeNxw061546@repoman.freebsd.org> From: Bill Paul Date: Fri, 1 Apr 2005 16:40:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis kern_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 01 Apr 2005 16:40:23 -0000 wpaul 2005-04-01 16:40:23 UTC FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c Log: Fix another KeInitializeDpc()/amd64 calling convention issue: ndis_intrhand() has to be wrapped for the same reason as ndis_timercall(). Revision Changes Path 1.76 +2 -1 src/sys/compat/ndis/kern_ndis.c