From owner-cvs-src@FreeBSD.ORG Sun Oct 7 03:15:19 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4D1216A41B for ; Sun, 7 Oct 2007 03:15:19 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id 2B2B413C46E for ; Sun, 7 Oct 2007 03:15:18 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1134537mue for ; Sat, 06 Oct 2007 20:15:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=d8HIg0OAHu3xPJG/+s1DThmByYAxw9wujYlDm7L+dQg=; b=SjEjEMXvpLAB3LmPDOe2rT5WRmxr1ANrBWRDaLzRUhJRQtKFcp47vUm/N/9pw+XrM0F8diMuACA7bPUpSOMEiUCCEoraGMCujooqfzTP9iiJA1Gs2uw5o59HU2/1u7uQ1YMT3te0J16EU9ojM+/QV//LT0/F42bg6iieqbr33zw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KAD7lMNPXBDCuKuylOJdejEFhpwa7EICfXdLMNoW58LvcMv1b9IG3JR6tGA1ybC6/NYWpIRPMuEMlKRqghbGYRHZzpX7LDukg66owUeMVnwasZHKzPjyfSmvUy2Ja5Bml5b91OWjKWJGIrvT3mL51jT1Juu2/MSSTHWyvQEs5bo= Received: by 10.86.63.19 with SMTP id l19mr3874050fga.1191726917760; Sat, 06 Oct 2007 20:15:17 -0700 (PDT) Received: by 10.86.100.19 with HTTP; Sat, 6 Oct 2007 20:15:17 -0700 (PDT) Message-ID: <2a41acea0710062015u7f9f1f23v96d69fee1529b978@mail.gmail.com> Date: Sat, 6 Oct 2007 20:15:17 -0700 From: "Jack Vogel" To: "Mike Tancsa" In-Reply-To: <200710062359.l96NxiYO031176@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200710061936.l96JaadU019680@repoman.freebsd.org> <200710062359.l96NxiYO031176@lava.sentex.ca> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.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: Sun, 07 Oct 2007 03:15:19 -0000 On 10/6/07, Mike Tancsa wrote: > At 03:36 PM 10/6/2007, Jack F Vogel wrote: > >jfv 2007-10-06 19:36:35 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/dev/em if_em.c > > Log: > > Couple corrections on the MFC, first POLLING had a 7.0 > > interface left in, thanks to those that caught this. > > Hi, > Not sure if I am missing anything, but a recent cvsup has > buildkernel failing on > > -ffreestanding -Werror /usr/src/sys/dev/cpufreq/ichss.c > awk -f /usr/src/sys/tools/makeobjops.awk > /usr/src/sys/dev/eisa/eisa_if.m -c ; cc -c -O -pipe -Wall > -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -I/usr/src/sys/dev/em > -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > -fno-common -finline-limit=8000 --param inline-unit-growth=100 > --param large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror eisa_if.c > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -I/usr/src/sys/dev/em > -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > -fno-common -finline-limit=8000 --param inline-unit-growth=100 > --param large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror /usr/src/sys/dev/eisa/eisaconf.c > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -I/usr/src/sys/dev/em > -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > -fno-common -finline-limit=8000 --param inline-unit-growth=100 > --param large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror /usr/src/sys/dev/em/if_em.c -I/usr/src/sys/dev/em > /usr/src/sys/dev/em/if_em.c: In function `em_init_locked': > /usr/src/sys/dev/em/if_em.c:1299: error: structure has no member > named `laa_is_present' > /usr/src/sys/dev/em/if_em.c: In function `em_local_timer': > /usr/src/sys/dev/em/if_em.c:2400: error: structure has no member > named `mac_type' > /usr/src/sys/dev/em/if_em.c:2401: error: structure has no member > named `laa_is_present' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/router. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > 1[sparerouter]# Added a fix back, but did so in the old form, just fixed this. I apologize, but all the badgering I've had in the last day made me feel pressured and I got sloppy. Hopefully all is now right, Jack