From owner-freebsd-hackers@freebsd.org Mon Nov 9 20:27:25 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6D18A2AC16 for ; Mon, 9 Nov 2015 20:27:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93CF61BAC; Mon, 9 Nov 2015 20:27:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igcph11 with SMTP id ph11so35734039igc.1; Mon, 09 Nov 2015 12:27:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rRtVbjWIBOE6n//+oo3zd49HkWaHDF94VOBYLDytkcw=; b=tJUeUngdD1KK+BvoVSUOuoMsMy9IZN3ZKDrKBMynTIr6fLEBhkcxZpLCMhgkWIZSRh /nqFWfVeTGZXCKAH/H71ncaESBAxbf1AGvjxq7GO+Ssme85N5Wy8i4guUCPYUthdkvfZ P9mRaJPzSmbN8JJgm6+h2wdYDVptPoqrilEerGRQ9GA0TnB3V1rQ3uAolmr9YifmbbhR IECXyPEdAOsVdb9Jm3Ep33H5MVxXr4X0nlKQdXSk9N6c7jMuDODwn98JKcYiZaYD3HEp Z/Lrqa+UqhoqSgcaT/DuDIQ/4MboJL5mPxskhZ4jkkwjEndUbA+PM4euw9cXz+EEUF77 z+yA== MIME-Version: 1.0 X-Received: by 10.50.155.41 with SMTP id vt9mr21027321igb.22.1447100844967; Mon, 09 Nov 2015 12:27:24 -0800 (PST) Received: by 10.36.217.196 with HTTP; Mon, 9 Nov 2015 12:27:24 -0800 (PST) In-Reply-To: <1447091132.91534.480.camel@freebsd.org> References: <298361446978177@web22g.yandex.ru> <1447091132.91534.480.camel@freebsd.org> Date: Mon, 9 Nov 2015 12:27:24 -0800 Message-ID: Subject: Re: dma From: Adrian Chadd To: Ian Lepore Cc: AlexHully , "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Mon, 09 Nov 2015 20:48:02 +0000 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2015 20:27:25 -0000 Hi, You still have 32 bit capable DMA machines on > 32 bit platform devices. eg, the 36 bit PAE stuff on x86, or the PAE style stuff that showed up on powerpc, or 32 bit DMA devices on 64 bit intel/arm/mips platforms, etc. Bounce buffers aren't going anywhere. -adrian