From owner-freebsd-current@FreeBSD.ORG Tue May 1 10:12:04 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02DD316A401 for ; Tue, 1 May 2007 10:12:04 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 6F40513C459 for ; Tue, 1 May 2007 10:12:03 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.71.38.142] (account mc467741@c2i.net HELO [10.42.11.147]) by mailfe02.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 480659244; Tue, 01 May 2007 12:12:01 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 1 May 2007 12:11:38 +0200 User-Agent: KMail/1.9.5 References: <20070430233206.GA49843@nibiru.b1tt3r.org> <200705010953.56866.hselasky@c2i.net> <20070501092305.GB12078@obelix.dsto.defence.gov.au> In-Reply-To: <20070501092305.GB12078@obelix.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705011211.38995.hselasky@c2i.net> Cc: "Wilkinson, Alex" Subject: Re: Just Saying Hi. 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: Tue, 01 May 2007 10:12:04 -0000 On Tuesday 01 May 2007 11:23, Wilkinson, Alex wrote: > 0n Tue, May 01, 2007 at 09:53:56AM +0200, Hans Petter Selasky wrote: > >On Tuesday 01 May 2007 01:32, Sam Stein wrote: > >> Hey everyone, new to the lists; thought I'd say hi, hope I'll be of > >> some use in helping people or fixing something. :D > > > >If you're out of work, maybe you want to help out testing the new USB > > stack? > > > >http://www.turbocat.net/~hselasky/usb4bsd > > > >Download the SVN version. > > > >It compiles on FreeBSD-7-current and FreeBSD-6-stable. > > FreeBSD 7.0-CURRENT #0: Mon Apr 30 12:13:02 WST 2007 > > #make buildkernel installkernel -DNOCLEAN -DNO_CLEAN > > ... > > cc -c -O2 -pipe -fno-strict-aliasing -march=pentium4 -std=c99 -g -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -fformat-extensions -nostdinc -I- -I. -I/usr/src/sys > -I/usr/src/sys/contrib/altq -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 > -mno-sse3 -ffreestanding -Werror vers.c linking kernel.debug > if_ural.o(.text+0x54d): In function `ural_cfg_first_time_setup': > /usr/src/sys/dev/usb/if_ural.c:853: undefined reference to > `ieee80211_amrr_init' if_ural.o(.text+0x3bcd): In function > `ural_cfg_pre_set_run': > /usr/src/sys/dev/usb/if_ural.c:2673: undefined reference to > `ieee80211_amrr_node_init' if_ural.o(.text+0x3cae): In function > `ural_cfg_amrr_timeout': > /usr/src/sys/dev/usb/if_ural.c:2712: undefined reference to > `ieee80211_amrr_choose' *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > Just add "device wlan_amrr" to your kernel config file. --HPS