From owner-cvs-src@FreeBSD.ORG Wed Jan 17 22:25:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4217116A412; Wed, 17 Jan 2007 22:25:20 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 01F8913C43E; Wed, 17 Jan 2007 22:25:19 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l0HMNLiK082830; Wed, 17 Jan 2007 15:23:21 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 17 Jan 2007 15:23:21 -0700 (MST) Message-Id: <20070117.152321.85348370.imp@bsdimp.com> To: gurney_j@resnet.uoregon.edu From: Warner Losh In-Reply-To: <20070117201642.GS92003@funkthat.com> References: <200701170058.l0H0wQM3088464@repoman.freebsd.org> <20070117201642.GS92003@funkthat.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 17 Jan 2007 15:23:22 -0700 (MST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cognet@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/xscale/ixp425 if_npe.c ixp425.c ixp425_pci.c ixp425var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 22:25:20 -0000 From: John-Mark Gurney Subject: Re: cvs commit: src/sys/arm/xscale/ixp425 if_npe.c ixp425.c ixp425_pci.c ixp425var.h Date: Wed, 17 Jan 2007 12:16:42 -0800 > Olivier Houchard wrote this message on Wed, Jan 17, 2007 at 00:58 +0000: > > IXP425 boards have 128MB or more, and most of the PCI drivers do not bother > > providing the parent dma tag. > > You should start fixing this by panicing on devices that don't properly > call bus_get_dma_tag... That's what I did for sun4v so that we can get > the devices converted... I have patches that will implement this :-) Warner