From owner-cvs-all Wed Oct 16 7:31:42 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 B899C37B4A2; Wed, 16 Oct 2002 07:31:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 767C443E6A; Wed, 16 Oct 2002 07:31:37 -0700 (PDT) (envelope-from markm@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 g9GEVYmV057717; Wed, 16 Oct 2002 07:31:34 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GEVYxn057716; Wed, 16 Oct 2002 07:31:34 -0700 (PDT) Message-Id: <200210161431.g9GEVYxn057716@repoman.freebsd.org> From: Mark Murray Date: Wed, 16 Oct 2002 07:31:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hifn hifn7751.c src/sys/dev/ubsec ubsec.c src/sys/modules Makefile src/sys/modules/crypto Makefile src/sys/opencrypto crypto.c cryptodev.c X-FreeBSD-CVS-Branch: HEAD 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 markm 2002/10/16 07:31:34 PDT Modified files: sys/dev/hifn hifn7751.c sys/dev/ubsec ubsec.c sys/modules Makefile sys/opencrypto crypto.c cryptodev.c Added files: sys/modules/crypto Makefile Log: Module-ize the 'core' crypto stuff. This may still need to be compiled into the kernel by default (if required), but other modules can now depend() on this. Fix inter-module dependancy. Earlier version OK'ed by: sam Revision Changes Path 1.4 +1 -0 src/sys/dev/hifn/hifn7751.c 1.5 +1 -0 src/sys/dev/ubsec/ubsec.c 1.270 +6 -1 src/sys/modules/Makefile 1.1 +20 -0 src/sys/modules/crypto/Makefile (new) 1.3 +30 -3 src/sys/opencrypto/crypto.c 1.3 +1 -0 src/sys/opencrypto/cryptodev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message