From owner-cvs-src@FreeBSD.ORG Sun May 28 18:32:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 0B93E16AFA9; Sun, 28 May 2006 18:32:43 +0000 (UTC) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9642943D58; Sun, 28 May 2006 18:32:42 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4SIVW6B080274; Sun, 28 May 2006 18:31:33 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4SIVW3I080273; Sun, 28 May 2006 18:31:32 GMT (envelope-from silby) Message-Id: <200605281831.k4SIVW3I080273@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 28 May 2006 18:31:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 28 May 2006 18:32:44 -0000 silby 2006-05-28 18:31:32 UTC FreeBSD src repository Modified files: sys/amd64/amd64 busdma_machdep.c Log: MFi386 rev 1.78: Add a quick hack to ensure that bus_dmamem_alloc properly aligns small allocations with large alignment requirements. Add a panic to detect cases where we've still failed to properly align. Revision Changes Path 1.75 +14 -2 src/sys/amd64/amd64/busdma_machdep.c