From owner-cvs-src@FreeBSD.ORG Tue Nov 15 18:19:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 9C12816A41F; Tue, 15 Nov 2005 18:19:57 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F27043D45; Tue, 15 Nov 2005 18:19:53 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 59F636538E; Tue, 15 Nov 2005 18:19:52 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 63837-06-6; Tue, 15 Nov 2005 18:19:52 +0000 (GMT) Received: from empiric.dek.spc.org (unknown [82.109.212.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id A54706538B; Tue, 15 Nov 2005 18:19:51 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 948FD6BD9; Tue, 15 Nov 2005 12:16:37 +0000 (GMT) Date: Tue, 15 Nov 2005 12:16:37 +0000 From: Bruce M Simpson To: John Baldwin Message-ID: <20051115121637.GA770@empiric.icir.org> Mail-Followup-To: John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200511141929.jAEJTu8F043312@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511141929.jAEJTu8F043312@repoman.freebsd.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_de.c if_devar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 15 Nov 2005 18:19:57 -0000 On Mon, Nov 14, 2005 at 07:29:56PM +0000, John Baldwin wrote: > Log: > MFC: Sync this driver up with HEAD including bus-dma support and some other > cleanups such as removing some more old cruft and using kernel functions > like m_defrag() and m_devget() rather than homerolling our own. You brave, brave man. I tried to do this just over 18 months ago and only ended up wanting to stab people with pencils. Well done. BMS