From owner-svn-src-head@FreeBSD.ORG Fri Oct 4 17:21:01 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E29B59C0; Fri, 4 Oct 2013 17:21:01 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF8672AA1; Fri, 4 Oct 2013 17:21:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r94HL17x022187; Fri, 4 Oct 2013 17:21:01 GMT (envelope-from jmg@svn.freebsd.org) Received: (from jmg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r94HL1if022185; Fri, 4 Oct 2013 17:21:01 GMT (envelope-from jmg@svn.freebsd.org) Message-Id: <201310041721.r94HL1if022185@svn.freebsd.org> From: John-Mark Gurney Date: Fri, 4 Oct 2013 17:21:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r256053 - in head/sys: amd64/conf i386/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2013 17:21:02 -0000 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: