Author: jmg
Date: Fri Oct  4 17:21:01 2013
New Revision: 256053
URL: http://svnweb.freebsd.org/changeset/base/256053

Log:
  add aesni module to i386 and amd64 NOTES...
  
  Approved by:  re (gjb)

Modified:
  head/sys/amd64/conf/NOTES
  head/sys/i386/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES   Fri Oct  4 16:52:03 2013        (r256052)
+++ head/sys/amd64/conf/NOTES   Fri Oct  4 17:21:01 2013        (r256053)
@@ -503,6 +503,7 @@ device              asmc
 device         tpm
 device         padlock_rng     # VIA Padlock RNG
 device         rdrand_rng      # Intel Bull Mountain RNG
+device         aesni           # AES-NI OpenCrypto module
 
 #
 # Laptop/Notebook options:

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES    Fri Oct  4 16:52:03 2013        (r256052)
+++ head/sys/i386/conf/NOTES    Fri Oct  4 17:21:01 2013        (r256053)
@@ -857,6 +857,7 @@ device              asmc
 device         tpm
 device         padlock_rng     # VIA Padlock RNG
 device         rdrand_rng      # Intel Bull Mountain RNG
+device         aesni           # AES-NI OpenCrypto module
 
 #
 # Laptop/Notebook options:
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to