From owner-cvs-src-old@FreeBSD.ORG Sat Feb 26 17:28:25 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 809451065695 for ; Sat, 26 Feb 2011 17:28:25 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 545E48FC23 for ; Sat, 26 Feb 2011 17:28:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1QHSP4V034332 for ; Sat, 26 Feb 2011 17:28:25 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1QHSPjM034331 for cvs-src-old@freebsd.org; Sat, 26 Feb 2011 17:28:25 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201102261728.p1QHSPjM034331@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 26 Feb 2011 17:28:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2011 17:28:25 -0000 marius 2011-02-26 17:28:09 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: SVN rev 219060 on 2011-02-26 17:28:09Z by marius - Allocate the DMA memory shared between the host and the controller as coherent. - Update a comment to no longer reference Alpha. Revision Changes Path 1.313 +4 -4 src/sys/dev/fxp/if_fxp.c