From owner-freebsd-arch Sat Mar 17 10:59:12 2001 Delivered-To: freebsd-arch@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B160137B718 for ; Sat, 17 Mar 2001 10:59:10 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f2HIx8946196; Sat, 17 Mar 2001 11:59:08 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200103171859.f2HIx8946196@harmony.village.org> To: mjacob@feral.com Subject: Re: man pages Cc: arch@FreeBSD.ORG In-reply-to: Your message of "Sat, 17 Mar 2001 10:38:37 PST." References: Date: Sat, 17 Mar 2001 11:59:07 -0700 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Matthew Jacob writes: : ddi_enter_critical, ddi_exit_critical - enter and exit a : critical region of control ... : The driver may not call any functions external to itself in between : the time it calls ddi_enter_critical() and the time it calls : ddi_exit_critical(). ... Hmmm. That's what I need, with the above exception being too restrictive. I'd need to call functions that frob the hardware. :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message