From owner-cvs-src@FreeBSD.ORG Mon Jun 28 03:49:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 958EA16A4CE; Mon, 28 Jun 2004 03:49:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771D143D48; Mon, 28 Jun 2004 03:49:30 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5S3nDIM033010; Mon, 28 Jun 2004 03:49:13 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5S3nDVT033009; Mon, 28 Jun 2004 03:49:13 GMT (envelope-from scottl) Message-Id: <200406280349.i5S3nDVT033009@repoman.freebsd.org> From: Scott Long Date: Mon, 28 Jun 2004 03:49:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include bus.h src/sys/sparc64/sparc64 bus_machdep.c iommu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 03:49:30 -0000 scottl 2004-06-28 03:49:13 UTC FreeBSD src repository Modified files: sys/sparc64/include bus.h sys/sparc64/sparc64 bus_machdep.c iommu.c Log: Switch sparc64 busdma to use a dynamically allocated segment list rather than a a stack-limited list. This removes the artifical limit on s/g list size. cvs: ---------------------------------------------------------------------- Revision Changes Path 1.33 +1 -0 src/sys/sparc64/include/bus.h 1.39 +29 -30 src/sys/sparc64/sparc64/bus_machdep.c 1.37 +15 -30 src/sys/sparc64/sparc64/iommu.c