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
Sat Aug 9 14:53:18 UTC 2008


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)


More information about the cvs-src mailing list