From owner-cvs-all@FreeBSD.ORG Thu Apr 27 23:03:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 F361516A402; Thu, 27 Apr 2006 23:03:00 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB8AE43D46; Thu, 27 Apr 2006 23:03:00 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3RN30gj067252; Thu, 27 Apr 2006 23:03:00 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3RN30Kx067240; Thu, 27 Apr 2006 23:03:00 GMT (envelope-from scottl) Message-Id: <200604272303.k3RN30Kx067240@repoman.freebsd.org> From: Scott Long Date: Thu, 27 Apr 2006 23:03:00 +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/dev/bfe if_bfe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 27 Apr 2006 23:03:01 -0000 scottl 2006-04-27 23:03:00 UTC FreeBSD src repository Modified files: sys/dev/bfe if_bfe.c Log: The alignment parameter to busdma must be a power of two, while the if_bfe driver was trying to use an arbitrary rx/tx ring size of the value. Change to using unrestricted values for alignment and boundary instead. Revision Changes Path 1.34 +2 -2 src/sys/dev/bfe/if_bfe.c