From owner-cvs-src@FreeBSD.ORG Fri Oct 10 13:58:54 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 EAB1F16A4BF for ; Fri, 10 Oct 2003 13:58:54 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 20DC243FE9 for ; Fri, 10 Oct 2003 13:58:50 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 17600 invoked by uid 1000); 10 Oct 2003 20:58:51 -0000 Date: Fri, 10 Oct 2003 13:58:51 -0700 (PDT) From: Nate Lawson To: Poul-Henning Kamp In-Reply-To: <20031010203602.7C41116A546@hub.freebsd.org> Message-ID: <20031010135821.E17597@root.org> References: <20031010203602.7C41116A546@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_ti.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: Fri, 10 Oct 2003 20:58:55 -0000 On Fri, 10 Oct 2003, Poul-Henning Kamp wrote: > FreeBSD src repository > > Modified files: > sys/pci if_ti.c > Log: > Sanitize the code relating to the /dev/ti%d entries. In particular evict > the evil vnode sniffing code and use destroy_dev() instead. > > Revision Changes Path > 1.83 +6 -68 src/sys/pci/if_ti.c Nice! -Nate