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
Philip Paeps
philip at FreeBSD.org
Wed Aug 20 11:33:50 UTC 2008
philip 2008-08-20 11:33:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/conf files.i386
sys/i386/conf NOTES
sys/modules Makefile
Added files: (Branch: RELENG_7)
sys/dev/glxsb glxsb.c glxsb.h glxsb_hash.c
sys/modules/glxsb Makefile
Log:
SVN rev 181919 on 2008-08-20 11:33:13Z by philip
MFC r181467, r181593:
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).
Revision Changes Path
1.580.2.7 +2 -0 src/sys/conf/files.i386
1.2.2.1 +941 -0 src/sys/dev/glxsb/glxsb.c (new)
1.1.2.1 +57 -0 src/sys/dev/glxsb/glxsb.h (new)
1.2.2.1 +182 -0 src/sys/dev/glxsb/glxsb_hash.c (new)
1.1244.2.5 +6 -0 src/sys/i386/conf/NOTES
1.540.2.19 +2 -0 src/sys/modules/Makefile
1.1.2.1 +9 -0 src/sys/modules/glxsb/Makefile (new)
More information about the cvs-src
mailing list