]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r181467, r181593:
authorphilip <philip@FreeBSD.org>
Wed, 20 Aug 2008 11:33:13 +0000 (11:33 +0000)
committerphilip <philip@FreeBSD.org>
Wed, 20 Aug 2008 11:33:13 +0000 (11:33 +0000)
commit1568d9fdb179d1301955b4513112169a2265583a
tree43d65a03611ffa72a992f653e9a45919155ac136
parentb5f3cb367c167cb9dadd3a718ce65d88f8d4359e
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).
sys/conf/files.i386
sys/dev/glxsb/glxsb.c [new file with mode: 0644]
sys/dev/glxsb/glxsb.h [new file with mode: 0644]
sys/dev/glxsb/glxsb_hash.c [new file with mode: 0644]
sys/i386/conf/NOTES
sys/modules/Makefile
sys/modules/glxsb/Makefile [new file with mode: 0644]