From owner-cvs-src@FreeBSD.ORG Tue Oct 4 10:40:27 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 1C07A16A41F; Tue, 4 Oct 2005 10:40:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9FA143D46; Tue, 4 Oct 2005 10:40:26 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 2245246B8A; Tue, 4 Oct 2005 06:40:26 -0400 (EDT) Date: Tue, 4 Oct 2005 11:40:26 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200510040759.j947xTSs072111@repoman.freebsd.org> Message-ID: <20051004113953.B69774@fledge.watson.org> References: <200510040759.j947xTSs072111@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: cvs commit: src/sys/net netisr.c 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, 04 Oct 2005 10:40:27 -0000 On Tue, 4 Oct 2005, Robert Watson wrote: > rwatson 2005-10-04 07:59:28 UTC > > FreeBSD src repository > > Modified files: > sys/net netisr.c > Log: > Rename net.isr.enable to net.isr.dispatch. This should read net.isr.direct. It will be fixed in the commit message when merged to RELENG_6. Sorry about that! Robert N M Watson > > No compatibility code is provided, as this will be the production name > as of 6.0. > > MFC after: 3 days > Requested by: scottl > > Revision Changes Path > 1.16 +5 -5 src/sys/net/netisr.c >