From owner-cvs-all@FreeBSD.ORG Sat Oct 4 08:55:43 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72B5910656F2; Sat, 4 Oct 2008 08:55:43 +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 47E678FC08; Sat, 4 Oct 2008 08:55:43 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m948thKb087622; Sat, 4 Oct 2008 08:55:43 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m948thW7087621; Sat, 4 Oct 2008 08:55:43 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200810040855.m948thW7087621@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 4 Oct 2008 08:55:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/fatm if_fatm.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: Sat, 04 Oct 2008 08:55:43 -0000 marius 2008-10-04 08:55:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/fatm if_fatm.c Log: SVN rev 183589 on 2008-10-04 08:55:30Z by marius MFC: r183504 Use bus_get_dma_tag() so fatm(4) works on platforms requiring it. Reported and tested by: Sean Thomas Caron Approved by: re (gnn) Revision Changes Path 1.23.2.1 +1 -1 src/sys/dev/fatm/if_fatm.c