From owner-freebsd-current@FreeBSD.ORG Fri Jul 29 03:42:27 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8AD516A41F for ; Fri, 29 Jul 2005 03:42:27 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C5043D49 for ; Fri, 29 Jul 2005 03:42:26 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.94] ([66.127.85.94]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6T3g2ms082016 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 Jul 2005 20:42:05 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42E9A5A7.3090007@errno.com> Date: Thu, 28 Jul 2005 20:42:31 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vova@fbsd.ru References: <1122556411.1161.5.camel@localhost> <20050728.091810.85228740.imp@bsdimp.com> <1122568705.1161.12.camel@localhost> In-Reply-To: <1122568705.1161.12.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: current@freebsd.org, "M. Warner Losh" Subject: Re: owi build broken in recent 7-CURRENT 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: Fri, 29 Jul 2005 03:42:27 -0000 Vladimir Grebenschikov wrote: > В чт, 28/07/2005 в 09:18 -0600, M. Warner Losh пишет: > >>In message: <1122556411.1161.5.camel@localhost> >> Vladimir Grebenschikov writes: >>: >>: Hi >>: >>: /sys/modules/owi# make >>: Warning: Object directory not changed from original /usr/src/sys/modules/owi >>: touch opt_wi.h >>: awk -f @/tools/makeobjops.awk @/dev/pccard/card_if.m -h >>: awk -f @/tools/makeobjops.awk @/kern/device_if.m -h >>: awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h >>: awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h >>: awk -f @/tools/pccarddevs2h.awk @/dev/pccard/pccarddevs >>: cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/owi/../../dev/owi/if_owi.c >>: /usr/src/sys/modules/owi/../../dev/owi/if_owi.c: In function `owi_generic_attach': >>: /usr/src/sys/modules/owi/../../dev/owi/if_owi.c:386: warning: passing arg 2 of `ether_ifattach' from incompatible pointer type >>: *** Error code 1 >>: >>: Stop in /usr/src/sys/modules/owi. >>: /sys/modules/owi# >>: >>: Any clues about ? >> >>Any reason you can't use modules/wi? > > > Yes, I have very old radio-link based on old 4.x-based routers with old > wi in ad-hoc mode and sometimes monitor it with my 7-CURRENT notebook. > wi driver does not work in old wi ad-hoc compatibility mode. It should work. owi was created as a fallback to wi when some problems were taking a long time to resolve. But now we believe those problems are fixed and owi will soon be removed from the tree. Try providing details about what doesn't work with wi. Be sure to include chip/card details and the steps to recreate your problem. Sam