From owner-cvs-src@FreeBSD.ORG Tue May 3 05:44:43 2005 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 07E8A16A4CE; Tue, 3 May 2005 05:44:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB61143D78; Tue, 3 May 2005 05:44:42 +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 j435iglq012759; Tue, 3 May 2005 05:44:42 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j435igea012758; Tue, 3 May 2005 05:44:42 GMT (envelope-from scottl) Message-Id: <200505030544.j435igea012758@repoman.freebsd.org> From: Scott Long Date: Tue, 3 May 2005 05:44:42 +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/dev/arcmsr arcmsr.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: Tue, 03 May 2005 05:44:43 -0000 scottl 2005-05-03 05:44:42 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: The driver looks like it can create valid 64-bit scatter-gather lists, so don't restrict it to a 32-bit address space. Also use the correct busdma flags for the SRB memory area. MFC After: 3 days Revision Changes Path 1.5 +4 -4 src/sys/dev/arcmsr/arcmsr.c