Received: by mail.netbsd.org (Postfix, from userid 0) id 733E163B238; Thu, 10 Dec 2009 12:29:46 +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 09F9D63B236 for ; Thu, 10 Dec 2009 12:29:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BCCD1175DD; Thu, 10 Dec 2009 12:29:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 10 Dec 2009 12:29:44 +0000 From: Takeshi Nakayama Subject: CVS commit: src/sys/arch/sparc64/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091210122944.BCCD1175DD@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: Thu Dec 10 12:29:44 UTC 2009 Modified Files: src/sys/arch/sparc64/dev: iommu.c Log Message: iommu_dvmamap_load: Split a segment if its size is larger than dm_maxsegsz. iommu_dvmamap_load_raw: Don't coalesce segments if total size is larger than dm_maxsegsz. This should fix port-sparc64/35299. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/arch/sparc64/dev/iommu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.