From owner-cvs-all Tue Dec 17 10: 4: 4 2002 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 4110E37B401; Tue, 17 Dec 2002 10:04:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F356D43E4A; Tue, 17 Dec 2002 10:04:02 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHI42mV031934; Tue, 17 Dec 2002 10:04:02 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBHI421L031933; Tue, 17 Dec 2002 10:04:02 -0800 (PST) Message-Id: <200212171804.gBHI421L031933@repoman.freebsd.org> From: Sam Leffler Date: Tue, 17 Dec 2002 10:04:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys systm.h src/sys/i386/include ipl.h src/sys/i386/isa ipl_funcs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/12/17 10:04:02 PST Modified files: (Branch: RELENG_4) sys/sys systm.h sys/i386/include ipl.h sys/i386/isa ipl_funcs.c Log: add interrupt+spl mechanism for revised crypto processing: o SWI_CRYPTO is a software interrupt used by the crypto system to dispatch crypto ops; it's the same as SWI_CAMNET o setsoftcrypto is used to post a SWI_CRYPTO interrupt o splcrypto is an spl used only within the crypto subsystem to block potential entry to the crypto code; it's setup to be splimp+splnet+splsoftcrypto (it actually doesn't need to block splnet but it deson't hurt and is done to document the intent) Sponsored by: Vernier Networks Inspired by: Jonathan Stone Revision Changes Path 1.17.2.3 +4 -1 src/sys/i386/include/ipl.h 1.32.2.5 +3 -1 src/sys/i386/isa/ipl_funcs.c 1.111.2.18 +3 -0 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message