From owner-freebsd-current Thu Jan 16 7:26:54 2003 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 5EAC337B401 for ; Thu, 16 Jan 2003 07:26:51 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id C21B943F5F for ; Thu, 16 Jan 2003 07:26:50 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id h0GFQjnN042081 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 16 Jan 2003 07:26:49 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <1dd201c2bd73$b09d6930$5a557f42@errno.com> From: "Sam Leffler" To: "Matt Haught" Cc: References: Subject: Re: HEADS UP: new wi driver Date: Thu, 16 Jan 2003 07:26:45 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry, for the new wi driver you need to add: device wlan to your config files. This probably belongs in UPDATING. Sam ----- Original Message ----- From: "Matt Haught" To: Sent: Wednesday, January 15, 2003 9:59 PM Subject: Re: HEADS UP: new wi driver > I got this when trying to buildkernel with a cvsup from ~11:30PM EST Jan 15. > > ---snip--- > cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys > -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica > -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common > -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werro r > vers.c > linking kernel > if_wi.o: In function `wi_attach': > if_wi.o(.text+0x74d): undefined reference to `ieee80211_rate2media' > if_wi.o(.text+0x88d): undefined reference to `ieee80211_ifattach' > if_wi.o: In function `wi_detach': > if_wi.o(.text+0x943): undefined reference to `ieee80211_ifdetach' > if_wi.o: In function `wi_stop': > if_wi.o(.text+0x14d5): undefined reference to `ieee80211_new_state' > if_wi.o: In function `wi_start': > if_wi.o(.text+0x1904): undefined reference to `ieee80211_encap' > if_wi.o(.text+0x1942): undefined reference to `ieee80211_find_node' > if_wi.o(.text+0x19b8): undefined reference to `ieee80211_wep_crypt' > if_wi.o: In function `wi_watchdog': > if_wi.o(.text+0x1e74): undefined reference to `ieee80211_new_state' > if_wi.o(.text+0x1e8c): undefined reference to `ieee80211_watchdog' > if_wi.o: In function `wi_ioctl': > if_wi.o(.text+0x22f9): undefined reference to `ieee80211_ioctl' > if_wi.o: In function `wi_media_change': > if_wi.o(.text+0x23af): undefined reference to `ieee80211_media2rate' > if_wi.o: In function `wi_media_status': > if_wi.o(.text+0x256c): undefined reference to `ieee80211_rate2media' > if_wi.o: In function `wi_sync_bssid': > if_wi.o(.text+0x2666): undefined reference to `ieee80211_new_state' > if_wi.o: In function `wi_rx_intr': > if_wi.o(.text+0x2a5d): undefined reference to `ieee80211_input' > if_wi.o: In function `wi_info_intr': > if_wi.o(.text+0x2faf): undefined reference to `ieee80211_new_state' > if_wi.o: In function `wi_get_cfg': > if_wi.o(.text+0x3ad0): undefined reference to `ieee80211_cfgget' > if_wi.o: In function `wi_set_cfg': > if_wi.o(.text+0x40e5): undefined reference to `ieee80211_cfgset' > if_wi.o: In function `wi_dump_pkt': > if_wi.o(.text+0x5588): undefined reference to `ieee80211_dump_pkt' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/ICY. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > mars# uname -a > FreeBSD mars.testserver.net 5.0-CURRENT FreeBSD 5.0-CURRENT #24: Wed Jan 15 > 10:13:14 EST 2003 matt@mars.testserver.net:/usr/obj/usr/src/sys/ICY > i386 > > > If you need more info, feel free to ask. > > Matt > > _________________________________________________________________ > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message