From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 9 21:54:28 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5198216A4CE for ; Thu, 9 Dec 2004 21:54:28 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3260443D54 for ; Thu, 9 Dec 2004 21:54:28 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 10F167A44A; Thu, 9 Dec 2004 13:54:28 -0800 (PST) Message-ID: <41B8C993.4070807@elischer.org> Date: Thu, 09 Dec 2004 13:54:27 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: "Kamal R. Prasad" References: <41B20B19.3090204@acm.org> <20041206025126.GO19624@funkthat.com> <41B3F24B.1000903@acm.org> <20041206074237.GP19624@funkthat.com> <41B5DF9B.50501@acm.org> <20041207221919.GQ19624@funkthat.com> <20041207222115.GA74736@freebie.xs4all.nl> <41B68DF5.6070708@acm.org> <20041208090504.GT19624@funkthat.com> <41B8770C.40707@acm.org> In-Reply-To: <41B8770C.40707@acm.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Wilko Bulte cc: John-Mark Gurney cc: freebsd-hackers@freebsd.org Subject: Re: mmap() X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 21:54:28 -0000 Kamal R. Prasad wrote: > > My usb device probably doesn't have a dma controller, so I don't think > the bulk pipe can use any memory allocated by bus_dma. [Pl. correct me > if Im wrong this]. > thanks > -kamal > all USB devices use full scatter-gather DMA. UHCI and OHCI are limitted I believe to 4GB of ram. EHCI (USB2) has a 64 bit extension that allows all DMAs of data to be 64 bit addresses. I don't know however which chips support the 64 bit extensions.