From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 7 16:14:34 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECFFB16A41F; Sat, 7 Jul 2007 16:14:34 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 2B91F13C459; Sat, 7 Jul 2007 16:14:33 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [88.90.156.247] (account mc467741@c2i.net HELO [192.168.0.105]) by mailfe06.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 540270416; Sat, 07 Jul 2007 18:14:22 +0200 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Sat, 7 Jul 2007 18:14:24 +0200 User-Agent: KMail/1.9.5 References: <200707040901.33019.hselasky@c2i.net> <200707060859.39816.hselasky@c2i.net> <200707061641.36396.jhb@freebsd.org> In-Reply-To: <200707061641.36396.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707071814.24578.hselasky@c2i.net> Cc: John-Mark Gurney , freebsd-usb@freebsd.org Subject: Re: New USB stack and Zero copy. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2007 16:14:35 -0000 On Friday 06 July 2007 22:41, John Baldwin wrote: > On Friday 06 July 2007 02:59:39 am Hans Petter Selasky wrote: > > On Friday 06 July 2007 01:35, John Baldwin wrote: > > > On Thursday 05 July 2007 04:25:17 pm John Baldwin wrote: > > > > On Thursday 05 July 2007 03:31:59 am Hans Petter Selasky wrote: > > > > > On Wednesday 04 July 2007 19:35, John-Mark Gurney wrote: > > > > > > Hans Petter Selasky wrote this message on Wed, Jul 04, 2007 at > > Huh? The bounce pages are preallocated, so bus_dmamap_load() isn't going > to be allocating things. When are they allocated ? --HPS