From owner-cvs-src@FreeBSD.ORG Wed Oct 5 13:01:50 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 82D2E16A41F; Wed, 5 Oct 2005 13:01:50 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59AC43D45; Wed, 5 Oct 2005 13:01:49 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j95D1m3G019688; Wed, 5 Oct 2005 23:01:48 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j95D1l3j015759; Wed, 5 Oct 2005 23:01:47 +1000 Date: Wed, 5 Oct 2005 23:01:47 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Gleb Smirnoff In-Reply-To: <200510051009.j95A9HpC024040@repoman.freebsd.org> Message-ID: <20051005230120.B51543@delplex.bde.org> References: <200510051009.j95A9HpC024040@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf options src/sys/dev/em if_em.c src/sys/dev/firewire if_fwe.c if_fwip.c src/sys/dev/fxp if_fxp.c src/sys/dev/ixgb if_ixgb.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c src/sys/dev/vge if_vge.c src/sys/kern kern_clock.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: Wed, 05 Oct 2005 13:01:50 -0000 On Wed, 5 Oct 2005, Gleb Smirnoff wrote: > glebius 2005-10-05 10:09:17 UTC > > FreeBSD src repository > > Modified files: > sys/conf options > sys/dev/em if_em.c > sys/dev/firewire if_fwe.c if_fwip.c > sys/dev/fxp if_fxp.c > sys/dev/ixgb if_ixgb.c > sys/dev/nge if_nge.c > sys/dev/re if_re.c > sys/dev/vge if_vge.c > sys/kern kern_clock.c kern_poll.c > sys/net netisr.c > sys/pci if_dc.c if_rl.c if_sf.c if_sis.c if_ste.c > if_vr.c if_xl.c > Log: > - Don't pollute opt_global.h with DEVICE_POLLING and introduce > opt_device_polling.h > - Include opt_device_polling.h into appropriate files. > - Embrace with HAVE_KERNEL_OPTION_HEADERS the include in the files that > can be compiled as loadable modules. > > Reviewed by: bde Requested too. Thanks. Bruce