From owner-freebsd-alpha@FreeBSD.ORG Tue Nov 27 17:50:02 2007 Return-Path: Delivered-To: freebsd-alpha@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C03A316A419 for ; Tue, 27 Nov 2007 17:50:02 +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 AFEC713C46A for ; Tue, 27 Nov 2007 17:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lARHo2ib019461 for ; Tue, 27 Nov 2007 17:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lARHo2GQ019460; Tue, 27 Nov 2007 17:50:02 GMT (envelope-from gnats) Date: Tue, 27 Nov 2007 17:50:02 GMT Message-Id: <200711271750.lARHo2GQ019460@freefall.freebsd.org> To: freebsd-alpha@FreeBSD.org From: dfilter@FreeBSD.org (dfilter service) Cc: Subject: Re: alpha/75317: commit references a PR X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2007 17:50:02 -0000 The following reply was made to PR alpha/75317; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: alpha/75317: commit references a PR Date: Tue, 27 Nov 2007 17:43:56 +0000 (UTC) jhb 2007-11-27 17:43:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/alpha busdma_machdep.c Log: Cleanup the alpha bus dma code a bit and sync it up with i386. Changes include: - Honor alignment and boundary restrictions on DMA tags by using bounce pages for misaligned buffers and not coalescing pages if the resulting segment would cross a boundary. - Teach the _bus_dmamap_load_buffer() helper function to use bounce pages when needed and change bus_dmamap_load() to use the helper function instead of largely duplicating it. As a side effect, this enables bounce page support for the other load routines (load_mbuf(), load_mbuf_sg(), and load_uio()). Honoring the boundary restrictions partially helps with the Alpha ATA DMA problem. More work is needed for that however (and forthcoming). PR: alpha/75317 Tested by: wilko Approved by: re (kensmith) Revision Changes Path 1.51.2.2 +155 -158 src/sys/alpha/alpha/busdma_machdep.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"