From owner-freebsd-arch@FreeBSD.ORG Wed Aug 1 07:46:54 2012 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF952106564A; Wed, 1 Aug 2012 07:46:54 +0000 (UTC) (envelope-from maxim.konovalov@gmail.com) Received: from mp2.macomnet.net (ipv6.irc.int.ru [IPv6:2a02:28:1:2::1b:2]) by mx1.freebsd.org (Postfix) with ESMTP id 42D198FC0A; Wed, 1 Aug 2012 07:46:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.14.5/8.14.5) with ESMTP id q717kqx0006398; Wed, 1 Aug 2012 11:46:52 +0400 (MSK) (envelope-from maxim.konovalov@gmail.com) Date: Wed, 1 Aug 2012 11:46:52 +0400 (MSK) From: Maxim Konovalov To: John Baldwin In-Reply-To: <201207301558.01623.jhb@freebsd.org> Message-ID: References: <3CE55F29-A5B2-44A7-8854-1ED38BAE6F16@FreeBSD.org> <201207300931.13116.jhb@freebsd.org> <5016E023.2080108@FreeBSD.org> <201207301558.01623.jhb@freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: George Neville-Neil , Andriy Gapon , 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: Wed, 01 Aug 2012 07:46:54 -0000 On Mon, 30 Jul 2012, 15:58-0400, John Baldwin wrote: > 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? > nginx does use it. Not by default though. -- Maxim Konovalov