From owner-cvs-all@FreeBSD.ORG Tue May 16 21:26:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA9C16AAB7; Tue, 16 May 2006 21:26:46 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5709F43D72; Tue, 16 May 2006 21:26:40 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k4GLQThx051720; Tue, 16 May 2006 15:26:36 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <446A437E.6070700@samsco.org> Date: Tue, 16 May 2006 15:26:22 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marius Strobl References: <200605162104.k4GL41o7095406@repoman.freebsd.org> In-Reply-To: <200605162104.k4GL41o7095406@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/le am7990.c am79900.c if_le_ledma.c if_le_pci.c lance.c lancereg.h lancevar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 21:26:53 -0000 Marius Strobl wrote: > marius 2006-05-16 21:04:01 UTC > [...] > This might > as well fix the alignment of the memory as it seems we do not inherit > the alignment constraint from the parent DMA tag. Yes, I overlooked this, sorry. This should be fixed. Scott