From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 16:38:35 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B33EF1065673 for ; Sat, 4 Feb 2012 16:38:35 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5DDEB8FC0C for ; Sat, 4 Feb 2012 16:38:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14GcPvr013257; Sat, 4 Feb 2012 08:38:25 -0800 (PST) (envelope-from freebsd@pki2.com) From: Dennis Glatting To: Konstantin Belousov In-Reply-To: <20120204163303.GR3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 08:38:25 -0800 Message-ID: <1328373505.14163.8.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14GcPvr013257 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 16:38:35 -0000 On Sat, 2012-02-04 at 18:33 +0200, Konstantin Belousov wrote: > On Sat, Feb 04, 2012 at 08:28:26AM -0800, Dennis Glatting wrote: > > I am confused by the Bulldozer comment and what FreeeBSD 9.0 reports. > > > > > > > > #1: > > > > CPU: AMD FX(tm)-8150 Eight-Core Processor (4017.99-MHz > > K8-class CPU) > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > Stepping = 2 > > > > Features=0x178bfbff > > > > Features2=0x1698220b > > ------------------------------------------------------------------------^^^^^ > > AMD Features=0x2e500800 > > AMD > > Features2=0x1c9bfff,> > > > > > > And > > > > > > #2: > > > > > > CPU: AMD Opteron(TM) Processor 6274 (2200.07-MHz > > K8-class CPU) > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > Stepping = 2 > > > > Features=0x178bfbff > > > > Features2=0x1698220b > > ------------------------------------------------------------------------^^^^^ > > AMD Features=0x2e500800 > > AMD > > Features2=0x1c9bfff,> > > > > So did you tried to kldload aesni(4) ? On the 8150: bd3# cd /boot/kernel bd3# kldload aesni bd3# kldstat | grep aesni 8 1 0xffffffff81768000 1a2b aesni.ko Any other test you want me to try? The 6274 system if busy but I'll try the load if you want. That system: bd3# uname -a FreeBSD bd3 9.0-STABLE FreeBSD 9.0-STABLE #1: Sun Jan 29 20:27:12 PST 2012 root@bd3:/sys/amd64/compile/SMUNI amd64 bd3#