From owner-freebsd-current@FreeBSD.ORG Thu Jan 1 11:30:55 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A6F7106564A for ; Thu, 1 Jan 2009 11:30:55 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe16.tele2.se [212.247.155.225]) by mx1.freebsd.org (Postfix) with ESMTP id 511AA8FC08 for ; Thu, 1 Jan 2009 11:30:54 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=rREUrScshOl7G2h6aTFPgw==:17 a=6I5d2MoRAAAA:8 a=v-r4UyAuqrTsnFikN8cA:9 a=ykzim29v7tSbNs3X5Y0A:7 a=YVzcF-Hl6FS1l1h6BLItgIlhvfcA:4 a=MSl-tDqOz04A:10 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 Received: from [62.73.248.227] (account mc467741@c2i.net [62.73.248.227] verified) by mailfe16.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 431004574; Thu, 01 Jan 2009 12:30:52 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Thu, 1 Jan 2009 12:33:14 +0100 User-Agent: KMail/1.9.7 References: <47297827@bb.ipt.ru> <20081231003115.GA22037@cdnetworks.co.kr> <20090101022845.4dc8bc27.nork@FreeBSD.org> In-Reply-To: <20090101022845.4dc8bc27.nork@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901011233.15537.hselasky@c2i.net> Cc: pyunyh@gmail.com, Boris Samorodov , Norikatsu Shigemura Subject: Re: Call for axe(4) testers. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2009 11:30:55 -0000 On Wednesday 31 December 2008, Norikatsu Shigemura wrote: > On Wed, 31 Dec 2008 09:31:15 +0900 > > Pyun YongHyeon wrote: > > the updated axe(4) in near future. Alternatively you can try > > attached patch for USB2. > > I tried to buildkernel, and I got following messages: > Sorry, I couldn't fix AXE_FLAG_LINK issue. This is fixed in P4 and my private SVN. This patch is not yet in -current. You need to rename the first flag in one of the axe header files in /sys/dev/usb2/ethernet . --HPS > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > - - - - ===> usb2/ethernet_axe (all) > cc -O2 -pipe -march=pentium-m -fno-strict-aliasing -Werror -D_KERNEL > -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/MELFINA/opt_global.h -I. -I@ -I@/contrib/altq > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -fno-common -g3 -I/usr/obj/usr/src/sys/MELFINA > -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector > -fstack-protector -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >: In function 'axe_cfg_miibus_statchg': > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >:418: error: 'AXE_FLAG_LINK' undeclared (first use in this function) > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >:418: error: (Each undeclared identifier is reported only once > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >:418: error: for each function it appears in.) > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >: In function 'axe_bulk_write_callback': > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >:1165: error: 'AXE_FLAG_LINK' undeclared (first use in this function) > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >: In function 'axe_cfg_tick': > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >:1263: error: 'AXE_FLAG_LINK' undeclared (first use in this function) > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >: In function 'axe_cfg_pre_stop': > /usr/src/sys/modules/usb2/ethernet_axe/../../../dev/usb2/ethernet/if_axe2.c >:1499: error: 'AXE_FLAG_LINK' undeclared (first use in this function) *** > Error code 1 > 1 error > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > - - - - _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"