From owner-freebsd-arch@FreeBSD.ORG Mon Jul 30 20:08:12 2012 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D138B1065673; Mon, 30 Jul 2012 20:08:12 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id A6F948FC0C; Mon, 30 Jul 2012 20:08:12 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 0478EB9A6; Mon, 30 Jul 2012 16:08:12 -0400 (EDT) From: John Baldwin To: Andriy Gapon Date: Mon, 30 Jul 2012 15:58:01 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <3CE55F29-A5B2-44A7-8854-1ED38BAE6F16@FreeBSD.org> <201207300931.13116.jhb@freebsd.org> <5016E023.2080108@FreeBSD.org> In-Reply-To: <5016E023.2080108@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201207301558.01623.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 30 Jul 2012 16:08:12 -0400 (EDT) Cc: George Neville-Neil , arch@freebsd.org Subject: Re: aio in GENERIC? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2012 20:08:12 -0000 On Monday, July 30, 2012 3:27:31 pm Andriy Gapon wrote: > on 30/07/2012 16:31 John Baldwin said the following: > > On Wednesday, July 18, 2012 10:43:42 am George Neville-Neil wrote: > >> Howdy, > >> > >> I was wondering why aio is not yet in GENERIC. Now that it's properly > >> locked and all. > > > > GENERIC does have it as a module so 'kldload aio' or 'aio_load=YES' in > > loader.conf works for folks who need it. > > > > The same could be said about many other drivers that are in GENERIC _kernel_. > So, what was your point? :-) I don't think aio was out of GENERIC because it wasn't locked IIRC, just that it had few users. Is there any popular software that uses it? -- John Baldwin