Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   jonathan
Date:           Wed Dec 31 16:44:26 UTC 2003

Modified Files:
        src/sys/arch/i386/conf: GENERIC
        src/sys/conf: majors
        src/sys/dev/pci: files.pci
        src/sys/netipsec: files.netipsec
        src/sys/opencrypto: crypto.c files.opencrypto

Log Message:
Split opencrypto configuration into an attribute, usable by inkernel
clients, and a pseudo-device for userspace access.

The attribute is named `opencrypto'. The pseudo-device is renamed to
"crypto", which has a dependency on "opencrypto". The sys/conf/majors
entry and pseudo-device attach entrypoint are updated to match the
new pseudo-device name.

Fast IPsec (sys/netipsec/files.ipsec) now lists a dependency on the
"opencrypto" attribute.  Drivers for crypto accelerators (ubsec,
hifn775x) also pull in opencrypto, as providers of opencrypto transforms.


To generate a diff of this commit:
cvs rdiff -r1.589 -r1.590 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.5 -r1.6 src/sys/conf/majors
cvs rdiff -r1.204 -r1.205 src/sys/dev/pci/files.pci
cvs rdiff -r1.2 -r1.3 src/sys/netipsec/files.netipsec
cvs rdiff -r1.7 -r1.8 src/sys/opencrypto/crypto.c
cvs rdiff -r1.13 -r1.14 src/sys/opencrypto/files.opencrypto

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index