Date: Sat, 9 Aug 2008 14:52:31 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/dev/glxsb glxsb.c glxsb.h glxsb_hash.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/glxsb Makefile Message-ID: <200808091453.m79ErIuP092318@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
philip 2008-08-09 14:52:31 UTC FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/conf NOTES sys/modules Makefile Added files: sys/dev/glxsb glxsb.c glxsb.h glxsb_hash.c sys/modules/glxsb Makefile Log: SVN rev 181467 on 2008-08-09 14:52:31Z by philip Add glxsb(4) driver for the Security Block in AMD Geode LX processors (as found in Soekris hardware, for instance). The hardware supports acceleration of AES-128-CBC accessible through crypto(4) and supplies entropy to random(4). TODO: o Implement rndtest(4) support o Performance enhancements Submitted by: Patrick Lamaizière <patfbsd -at- davenulle.org> Reviewed by: jhb, sam MFC after: 1 week Revision Changes Path 1.602 +2 -0 src/sys/conf/files.i386 1.1 +958 -0 src/sys/dev/glxsb/glxsb.c (new) 1.1 +57 -0 src/sys/dev/glxsb/glxsb.h (new) 1.1 +183 -0 src/sys/dev/glxsb/glxsb_hash.c (new) 1.1261 +6 -0 src/sys/i386/conf/NOTES 1.583 +2 -0 src/sys/modules/Makefile 1.1 +9 -0 src/sys/modules/glxsb/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808091453.m79ErIuP092318>