Date: Tue, 20 Jul 2010 19:32:25 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/cavium files.octeon1 src/sys/mips/cavium/cryptocteon cavium_crypto.c cryptocteon.c cryptocteonvar.h src/sys/mips/cavium/usb octusb.c octusb.h octusb_octeon.c Message-ID: <201007211831.o6LIV5Yh099048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2010-07-20 19:32:25 UTC FreeBSD src repository Modified files: sys/mips/cavium files.octeon1 Added files: sys/mips/cavium/cryptocteon cavium_crypto.c cryptocteon.c cryptocteonvar.h sys/mips/cavium/usb octusb.c octusb.h octusb_octeon.c Log: SVN rev 210312 on 2010-07-20 19:32:25Z by jmallett o) Add the "octusb" controller which supports the first port of the Octeon on-board USB controller. It is not currently enabled because there are known problems with device communication and until those are fixed I am not certain that it won't destabilize the system. [1] o) Add the "cryptocteon" opencrypto device based on the OCF device written by David McCullough. It is not currently enabled because until support for saving/restoring coprocessor 2 state on context switch is available, it runs with interrupts disabled, which tends to pessimize performance over using a software crypto facility. Tests using this driver which are not negatively affected by it running with interrupts disabled show it to be substantially faster than software for large blocks. Submitted by: hps [1] Revision Changes Path 1.1 +2222 -0 src/sys/mips/cavium/cryptocteon/cavium_crypto.c (new) 1.1 +526 -0 src/sys/mips/cavium/cryptocteon/cryptocteon.c (new) 1.1 +94 -0 src/sys/mips/cavium/cryptocteon/cryptocteonvar.h (new) 1.5 +8 -0 src/sys/mips/cavium/files.octeon1 1.1 +1922 -0 src/sys/mips/cavium/usb/octusb.c (new) 1.1 +147 -0 src/sys/mips/cavium/usb/octusb.h (new) 1.1 +223 -0 src/sys/mips/cavium/usb/octusb_octeon.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007211831.o6LIV5Yh099048>