aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2008-08-09 14:52:31 +0000
committerPhilip Paeps <philip@FreeBSD.org>2008-08-09 14:52:31 +0000
commita51aa5d1f6672405b0b759e80a0b039106c09da1 (patch)
tree17dabd5a72acfe35e50d42744a2f0a173232b0d0 /sys/i386/conf/NOTES
parent1b59478ca5382a1213142da8873177f395801f35 (diff)
downloadsrc-a51aa5d1f6672405b0b759e80a0b039106c09da1.tar.gz
src-a51aa5d1f6672405b0b759e80a0b039106c09da1.zip
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
Notes
Notes: svn path=/head/; revision=181467
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index ddff0622fa4f..17753363988d 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -687,6 +687,12 @@ device safe # SafeNet 1141
options SAFE_DEBUG # enable debugging support: hw.safe.debug
options SAFE_RNDTEST # enable rndtest support
+#
+# glxsb is a driver for the Security Block in AMD Geode LX processors.
+# Requires 'device crypto'.
+#
+device glxsb # AMD Geode LX Security Block
+
#####################################################################
#