Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2002 07:31:34 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
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
Message-ID:  <200210161431.g9GEVYxn057716@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161431.g9GEVYxn057716>