From owner-cvs-all@FreeBSD.ORG Wed Sep 8 02:55:23 2004 Return-Path: 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 6240116A50A; Wed, 8 Sep 2004 02:55:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C6A43D46; Wed, 8 Sep 2004 02:55:04 +0000 (GMT) (envelope-from marcel@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 i882t4n0051505; Wed, 8 Sep 2004 02:55:04 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i882t4UJ051504; Wed, 8 Sep 2004 02:55:04 GMT (envelope-from marcel) Message-Id: <200409080255.i882t4UJ051504@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 8 Sep 2004 02:55:04 +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/ia64/ia64 busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 02:55:24 -0000 marcel 2004-09-08 02:55:04 UTC FreeBSD src repository Modified files: sys/ia64/ia64 busdma_machdep.c Log: Sync the busdma code with i386. The most tangible upshot is that the alignment and boundary constraints are being respected, which fixes the reported ATA problems with SiI chips. I consider the busdma implementation worrisome nonetheless. Not only is there too much MI code duplicated in MD files, there's a lot of questionable code. I smell a wholesale, cross-platform overhaul coming... MT5 candidate. Revision Changes Path 1.33 +152 -206 src/sys/ia64/ia64/busdma_machdep.c