From owner-cvs-all@FreeBSD.ORG Wed Apr 6 14:14:24 2005 Return-Path: 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 BCDC016A4CE; Wed, 6 Apr 2005 14:14:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913C943D55; Wed, 6 Apr 2005 14:14:24 +0000 (GMT) (envelope-from mux@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 j36EEOwA052796; Wed, 6 Apr 2005 14:14:24 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j36EEOE5052795; Wed, 6 Apr 2005 14:14:24 GMT (envelope-from mux) Message-Id: <200504061414.j36EEOE5052795@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 6 Apr 2005 14:14:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 06 Apr 2005 14:14:24 -0000 mux 2005-04-06 14:14:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fxp if_fxp.c Log: MFC if_fxp.c rev 1.230: date: 2005/03/16 16:39:04; author: mux; state: Exp; lines: +3 -4 Unload and destroy the TX DMA maps before destroying the DMA tag they're attached to, not after. Spotted by: Coverity via sam Reminded by: delphij Approved by: re@ (kensmith) Revision Changes Path 1.217.2.9 +3 -4 src/sys/dev/fxp/if_fxp.c