From owner-freebsd-stable@FreeBSD.ORG Sun Oct 7 10:13:55 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 9DA4116A417 for ; Sun, 7 Oct 2007 10:13:55 +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 013B313C43E for ; Sun, 7 Oct 2007 10:13:54 +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 l97ADoJC008982; Sun, 7 Oct 2007 18:13:50 +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 l97ADoLu008980; Sun, 7 Oct 2007 18:13:50 +0800 (KRAST) (envelope-from eugen) Date: Sun, 7 Oct 2007 18:13:50 +0800 From: Eugene Grosbein To: Bartosz Fabianowski Message-ID: <20071007101350.GA8676@svzserv.kemerovo.su> References: <2a41acea0710051328hdc0e49fr829b5ea35c95a413@mail.gmail.com> <20071006184415.GA47925@svzserv.kemerovo.su> <470809D2.4040401@chillt.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <470809D2.4040401@chillt.de> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Stable List , Jack Vogel 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: Sun, 07 Oct 2007 10:13:55 -0000 On Sat, Oct 06, 2007 at 11:18:58PM +0100, Bartosz Fabianowski wrote: > This has just been fixed, but for me it now breaks with: > /usr/src/sys/modules/em/../../dev/em/if_em.c: In function `em_init_locked': > /usr/src/sys/modules/em/../../dev/em/if_em.c:1299: error: structure has > no member named `laa_is_present' > /usr/src/sys/modules/em/../../dev/em/if_em.c: In function `em_local_timer': > /usr/src/sys/modules/em/../../dev/em/if_em.c:2400: error: structure has > no member named `mac_type' > /usr/src/sys/modules/em/../../dev/em/if_em.c:2401: error: structure has > no member named `laa_is_present' The log for latest commit says: > Couple corrections on the MFC, first POLLING had a 7.0 > interface left in, thanks to those that caught this. That's fixed indeed, thanks to Jack Vogel. > Second, there was a 82571 fix in the last delta that > got missed, it has now been converted and added. That part was obviously not compile-tested and is broken. Eugene Grosbein