From owner-cvs-all Mon Dec 30 20:22:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0675A37B401; Mon, 30 Dec 2002 20:22:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20E843EB2; Mon, 30 Dec 2002 20:22:37 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBV4Mbfh014295; Mon, 30 Dec 2002 20:22:37 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBV4MbAT014294; Mon, 30 Dec 2002 20:22:37 -0800 (PST) Message-Id: <200212310422.gBV4MbAT014294@repoman.freebsd.org> From: Scott Long Date: Mon, 30 Dec 2002 20:22:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic79xx.c aic7xxx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/12/30 20:22:37 PST Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic79xx.c aic7xxx.c Log: Convert the use of MAXBSIZE in the dma tag to more appropriate values. Use BUS_SPACE_MAXSIZE_32BIT for the parent dma tags, and (NSEGS - 1) * PAGE_SIZE for the data buffer tags. FreeBSD/sparc64 is more strict about checking these values that other arches. Revision Changes Path 1.28 +3 -2 src/sys/dev/aic7xxx/ahc_eisa.c 1.52 +3 -2 src/sys/dev/aic7xxx/ahc_pci.c 1.7 +3 -2 src/sys/dev/aic7xxx/ahd_pci.c 1.7 +2 -1 src/sys/dev/aic7xxx/aic79xx.c 1.87 +2 -1 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message