From owner-freebsd-current@FreeBSD.ORG Sat May 15 11:04:38 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E83E1106564A for ; Sat, 15 May 2010 11:04:38 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 4FBF08FC17 for ; Sat, 15 May 2010 11:04:37 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id o4FB4aUX007394; Sat, 15 May 2010 13:04:36 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id o4FB4anT007393; Sat, 15 May 2010 13:04:36 +0200 (CEST) (envelope-from marius) Date: Sat, 15 May 2010 13:04:36 +0200 From: Marius Strobl To: Kostik Belousov Message-ID: <20100515110436.GA7224@alchemy.franken.de> References: <20100515100401.GT83316@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100515100401.GT83316@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: AESNI driver and fpu_kern KPI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2010 11:04:39 -0000 On Sat, May 15, 2010 at 01:04:01PM +0300, Kostik Belousov wrote: > > I am interested in the problem reports and reviews. Maintainers of > !x86-oids are welcome to provide feedback whether they feel that > proposed KPI could be implemented on their architectures, or what > modifications they consider as needed to be able to implement > it. > FYI, sparc64 doesn't need such a KPI as it supports using the FPU in kernel unconditionally for ages. Marius