From owner-cvs-src@FreeBSD.ORG Sat Feb 7 19:49:23 2004 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 2A42016A54D; Sat, 7 Feb 2004 19:49:23 -0800 (PST) Received: from mx1.rootauthority.us (adsl-66-123-229-170.dsl.sndg02.pacbell.net [66.123.229.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id B860F43D31; Sat, 7 Feb 2004 19:49:22 -0800 (PST) (envelope-from root@rootauthority.us) Received: by mx1.rootauthority.us (Postfix, from userid 0) id 59642B94C; Sat, 7 Feb 2004 19:49:20 -0800 (PST) Received: from 207.115.63.84 [207.115.63.84] by localhost with POP3 (fetchmail-6.2.5) for __zma@localhost (single-drop); Sat, 07 Feb 2004 19:49:20 -0800 (PST) Received: from mailapps1-int.prodigy.net by mailapps1 with SMTP; Sat, 7 Feb 2004 18:48:47 -0500 X-Originating-IP: [216.136.204.119] Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i17NmkGw1363822 for ; Sat, 7 Feb 2004 18:48:47 -0500 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 5A2F95700F; Sat, 7 Feb 2004 15:48:02 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 15C4216A4D9; Sat, 7 Feb 2004 15:48:01 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C0DA16A4CF; Sat, 7 Feb 2004 15:47:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4128E43D1D; Sat, 7 Feb 2004 15:47:11 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i17NlB0B041925; Sat, 7 Feb 2004 15:47:11 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i17NlBDU041924; Sat, 7 Feb 2004 15:47:11 -0800 (PST) (envelope-from wpaul) Message-Id: <200402072347.i17NlBDU041924@repoman.freebsd.org> From: Bill Paul Date: Sat, 7 Feb 2004 15:47:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org Subject: cvs commit: src/sys/compat/ndis subr_ndis.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 03:49:23 -0000 wpaul 2004/02/07 15:47:11 PST FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Argh. kthread_suspend() when in P_KTHREAD context, tsleep() when not, not the other way around. Revision Changes Path 1.45 +2 -2 src/sys/compat/ndis/subr_ndis.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"