From owner-cvs-src@FreeBSD.ORG Sat Aug 9 08:16:46 2003 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 DC92937B401; Sat, 9 Aug 2003 08:16:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 764FA43FAF; Sat, 9 Aug 2003 08:16:46 -0700 (PDT) (envelope-from scottl@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 h79FGk0U023327; Sat, 9 Aug 2003 08:16:46 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h79FGk7u023326; Sat, 9 Aug 2003 08:16:46 -0700 (PDT) Message-Id: <200308091516.h79FGk7u023326@repoman.freebsd.org> From: Scott Long Date: Sat, 9 Aug 2003 08:16:46 -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/dev/trm trm.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: Sat, 09 Aug 2003 15:16:47 -0000 scottl 2003/08/09 08:16:46 PDT FreeBSD src repository Modified files: sys/dev/trm trm.c Log: Call bus_dmamap_create() to create the per-SRB buffer maps. Note that none of the SRB resources are freed when the driver unloads; maybe that will be tackled another day. Revision Changes Path 1.13 +12 -0 src/sys/dev/trm/trm.c