From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 5 21:26:45 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org 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 3F94D16A41F for ; Mon, 5 Sep 2005 21:26:45 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A61B43D49 for ; Mon, 5 Sep 2005 21:26:44 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-216-120-226.daxnet.no ([193.216.120.226] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 438379911 for freebsd-hackers@freebsd.org; Mon, 05 Sep 2005 23:26:42 +0200 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Mon, 5 Sep 2005 23:27:36 +0200 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509052327.36934.hselasky@c2i.net> Subject: Bus DMA question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 21:26:45 -0000 Hi, When one creates a DMA tag for a PCI device, using "bus_dma_tag_create()", I see that most drivers use "NULL" for the parent field, at some point, but shouldn't this field actually point to the DMA tag of the bus where the device is physically attached ? --HPS