From owner-freebsd-current@FreeBSD.ORG Wed Dec 31 17:28:49 2008 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 63020106564A for ; Wed, 31 Dec 2008 17:28:49 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (unknown [IPv6:2001:2f0:104:80a0:230:48ff:fe41:2455]) by mx1.freebsd.org (Postfix) with ESMTP id CADBB8FC12 for ; Wed, 31 Dec 2008 17:28:48 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.14.1/8.14.1/NinthNine) with SMTP id mBVHSkeI030445; Thu, 1 Jan 2009 02:28:46 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 1 Jan 2009 02:28:45 +0900 From: Norikatsu Shigemura To: pyunyh@gmail.com Message-Id: <20090101022845.4dc8bc27.nork@FreeBSD.org> In-Reply-To: <20081231003115.GA22037@cdnetworks.co.kr> References: <47297827@bb.ipt.ru> <20081004032046.f15cca9e.nork@FreeBSD.org> <81215412@bb.ipt.ru> <20081004060942.GA76137@cdnetworks.co.kr> <70489350@bb.ipt.ru> <20081006014724.GC82823@cdnetworks.co.kr> <36537897@bb.ipt.ru> <20081020020827.5884d7f3.nork@FreeBSD.org> <20081220032908.GE79449@cdnetworks.co.kr> <20081230224847.a70b51cd.nork@FreeBSD.org> <20081231003115.GA22037@cdnetworks.co.kr> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Thu, 01 Jan 2009 02:28:47 -877500 (JST) Cc: Boris Samorodov , freebsd-current@FreeBSD.org 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: Wed, 31 Dec 2008 17:28:49 -0000 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. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ===> 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -