From owner-cvs-all@FreeBSD.ORG Fri Jul 18 15:11:48 2003 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 4CB6C37B40D; Fri, 18 Jul 2003 15:11:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD13043FAF; Fri, 18 Jul 2003 15:11:47 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6IMBl0U050850; Fri, 18 Jul 2003 15:11:47 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6IMBl2E050849; Fri, 18 Jul 2003 15:11:47 -0700 (PDT) Message-Id: <200307182211.h6IMBl2E050849@repoman.freebsd.org> From: Bill Paul Date: Fri, 18 Jul 2003 15:11:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_rl.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: Fri, 18 Jul 2003 22:11:48 -0000 wpaul 2003/07/18 15:11:47 PDT FreeBSD src repository Modified files: sys/pci if_rl.c Log: Fix a busdma bogon: Some of the calls to bus_dmamap_sync() were syncing the DMA descriptor ring maps using the mbuf tag, when they should have been using the descriptor ring tag instead. Revision Changes Path 1.105 +3 -3 src/sys/pci/if_rl.c