From owner-freebsd-current@FreeBSD.ORG Sun Jul 4 18:41:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A65B416A4CF for ; Sun, 4 Jul 2004 18:41:00 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B7A643D39 for ; Sun, 4 Jul 2004 18:41:00 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7D05C65487 for ; Sun, 4 Jul 2004 19:40:59 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 96203-05-2 for ; Sun, 4 Jul 2004 19:40:59 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 182A46547C for ; Sun, 4 Jul 2004 19:40:59 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 6C091615E; Sun, 4 Jul 2004 19:40:58 +0100 (BST) Date: Sun, 4 Jul 2004 19:40:58 +0100 From: Bruce M Simpson To: freebsd-current@FreeBSD.org Message-ID: <20040704184058.GJ11170@empiric.dek.spc.org> Mail-Followup-To: freebsd-current@FreeBSD.org References: <20040704181125.GF11170@empiric.dek.spc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040704181125.GF11170@empiric.dek.spc.org> Subject: Re: [PATCH] fix buffering in sys/dev/sound/pci/via82c686.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 18:41:00 -0000 On Sun, Jul 04, 2004 at 07:11:25PM +0100, Bruce M Simpson wrote: > A friend of mine has sent this my way, perhaps someone from sound can > have a look? I've just committed the busdma part, but review on the buffer size question would be good.