From owner-freebsd-amd64@FreeBSD.ORG Mon Feb 8 15:10:08 2010 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 331EE1065740 for ; Mon, 8 Feb 2010 15:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 08BB18FC08 for ; Mon, 8 Feb 2010 15:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o18FA7Cg099074 for ; Mon, 8 Feb 2010 15:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o18FA7P9099073; Mon, 8 Feb 2010 15:10:07 GMT (envelope-from gnats) Date: Mon, 8 Feb 2010 15:10:07 GMT Message-Id: <201002081510.o18FA7P9099073@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Mark Tinguely X-Mailman-Approved-At: Tue, 09 Feb 2010 02:21:39 +0000 Cc: Subject: Re: amd64/93961: [busdma] Problem in bounce buffer handling in sys/amd64/amd64/busdma_machdep.c: _bus_dmamap_load_buffer() X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Tinguely List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 15:10:08 -0000 The following reply was made to PR amd64/93961; it has been noted by GNATS. From: Mark Tinguely To: bug-followup@FreeBSD.org, kpatil@vmware.com Cc: Subject: Re: amd64/93961: [busdma] Problem in bounce buffer handling in sys/amd64/amd64/busdma_machdep.c: _bus_dmamap_load_buffer() Date: Mon, 8 Feb 2010 08:51:23 -0600 (CST) IMO, this problem should be closed for amd64 because it has been fix in at least FreeBSD 8, if not sooner. The ARM busdma_machdep.c has this same truncate issue, I have some busdma extensions that include starting with the newest i386 sources. --Mark Tinguely.