Received: by mail.netbsd.org (Postfix, from userid 0) id DA82063B309; Tue, 2 Mar 2010 00:13:54 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8C31363B2A3 for ; Tue, 2 Mar 2010 00:13:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 66714175DF; Tue, 2 Mar 2010 00:13:50 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 2 Mar 2010 00:13:50 +0000 From: Jean-Yves Migeon Subject: CVS commit: src/sys/arch/xen/x86 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100302001350.66714175DF@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: Jean-Yves Migeon Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: jym Date: Tue Mar 2 00:13:50 UTC 2010 Modified Files: src/sys/arch/xen/x86: xen_bus_dma.c Log Message: Catch the return value from the XENMEM_decrease_reservation hypercall, and not some error value stored earlier. While here, fix a typo in a comment. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/xen/x86/xen_bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.