看板 DFBSD_commit 關於我們 聯絡資訊
commit 3db27b539b5281204372d0cfd926298591cf0b08 Author: Alex Hornung <ahornung@gmail.com> Date: Tue Sep 20 10:14:29 2011 +0100 ubsec - Fix & update * Fix ubsec(4) to work with our updated opencrypto. The main problem was that the argument to newsession, freesession, process and kprocess changed from an arbitrary arg (set to softc) to a device_t. * Update bits and pieces from FreeBSD, such as cleaning up the code a bit and adding support for bcm5825. Tested with a BCM5821 PCI-x card. Summary of changes: sys/dev/crypto/ubsec/ubsec.c | 160 ++++++++++---------------------------- sys/dev/crypto/ubsec/ubsecreg.h | 1 + 2 files changed, 43 insertions(+), 118 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3db27b539b5281204372d0cfd926298591cf0b08 -- DragonFly BSD source repository