From owner-freebsd-stable@FreeBSD.ORG Sat Oct 6 19:02:26 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9F8116A419 for ; Sat, 6 Oct 2007 19:02:26 +0000 (UTC) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.freebsd.org (Postfix) with ESMTP id 92BBB13C448 for ; Sat, 6 Oct 2007 19:02:25 +0000 (UTC) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id l96IiG7N048195; Sun, 7 Oct 2007 02:44:16 +0800 (KRAST) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id l96IiFs0048194; Sun, 7 Oct 2007 02:44:15 +0800 (KRAST) (envelope-from eugen) Date: Sun, 7 Oct 2007 02:44:15 +0800 From: Eugene Grosbein To: Jack Vogel Message-ID: <20071006184415.GA47925@svzserv.kemerovo.su> References: <2a41acea0710051328hdc0e49fr829b5ea35c95a413@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a41acea0710051328hdc0e49fr829b5ea35c95a413@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Stable List Subject: Re: Heads UP - MFC for em coming shortly X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:02:26 -0000 On Fri, Oct 05, 2007 at 01:28:20PM -0700, Jack Vogel wrote: > I am preparing to update the em driver to the equivalent of my > 6.6.6 driver. Just doing some last minute sanity checking, I > hope to the checkin before end of day. The MFC broke compilation of kernel containing both device em and options DEVICE_POLLING: /home/obj/src/sys/dev/em/if_em.c: In function `em_allocate_intr': /home/obj/src/sys/dev/em/if_em.c:2647: warning: passing arg 6 of `bus_setup_intr' from incompatible pointer type /home/obj/src/sys/dev/em/if_em.c:2647: error: too many arguments to function `bus_setup_intr' Eugene Grosbein