From owner-freebsd-current@FreeBSD.ORG Mon Apr 14 23:02:05 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 235741065675 for ; Mon, 14 Apr 2008 23:02:05 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id D35E78FC0A for ; Mon, 14 Apr 2008 23:02:04 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [87.240.15.4] (port=13256 helo=acer.lissyara.int.otradno.ru) by hosting.lissyara.su with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JlXgY-000OeR-SN; Tue, 15 Apr 2008 03:02:02 +0400 Message-ID: <4803E26A.9070108@lissyara.su> Date: Tue, 15 Apr 2008 03:02:02 +0400 From: Alex Keda User-Agent: Thunderbird 2.0.0.12 (X11/20080320) MIME-Version: 1.0 To: Sam Leffler References: <480294E2.1000907@errno.com> In-Reply-To: <480294E2.1000907@errno.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Cc: FreeBSD Current Subject: Re: CFT: 802.11 vap code 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: Mon, 14 Apr 2008 23:02:05 -0000 Sam Leffler пишет: > A patch to integrate my multi-bss (aka vap) support for wireless can be > found here: > > http://www.freebsd.org/~sam/vap-2008051300.sh.gz After remove all src and cvsup again I successfully build world. But,on build kernel I have: ===> malo (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/usr/src/sys/main-color-console/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer -I/tmp/obj/usr/src/sys/main-color-console -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -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/malo/../../dev/malo/if_malo.c cc1: warnings being treated as errors /usr/src/sys/modules/malo/../../dev/malo/if_malo.c: In function 'malo_bar0_write4': /usr/src/sys/modules/malo/../../dev/malo/if_malo.c:172: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'bus_size_t' *** Error code 1 Stop in /usr/src/sys/modules/malo. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /tmp/obj/usr/src/sys/main-color-console. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. acer# ============== trough 12 hour I can test build GENERIC kernel. Good night! =)