Received: by mail.netbsd.org (Postfix, from userid 0) id C63D263B133; Sun, 6 Dec 2009 01:35:42 +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 6C10363B129 for ; Sun, 6 Dec 2009 01:35:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 20E57175DF; Sun, 6 Dec 2009 01:35:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 6 Dec 2009 01:35:41 +0000 From: Takeshi Nakayama Subject: CVS commit: src/sys/arch/sparc64/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091206013541.20E57175DF@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: nakayama Date: Sun Dec 6 01:35:40 UTC 2009 Modified Files: src/sys/arch/sparc64/dev: psycho.c Log Message: psycho_ue(): - remove printing of pa, it is irrelevant value since va address passed to iommu_extract is incorrect and we can look at it in IOTTE. - print correct IOVA address. While there, convert printf to aprint_error_dev and remove long long casts by using PRIx64. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/arch/sparc64/dev/psycho.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.