From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 7 09:55:21 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618A216A4CE for ; Wed, 7 Jan 2004 09:55:21 -0800 (PST) Received: from mailx.meridianksi.net (mailx.meridianksi.net [207.86.113.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D54C43D3F for ; Wed, 7 Jan 2004 09:55:18 -0800 (PST) (envelope-from rdewalt@meridianksi.com) X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 7 Jan 2004 12:58:00 -0500 Message-ID: <586382797A07B841B4014F547581E0AF08A57A@mailx.meridianksi.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: EZ Connect SMC 802.11B Card? thread-index: AcPUn/D2CBrJdgi4RK+jyy+0wqhtfQApiETQ From: "Ryan Dewalt" To: "M. Warner Losh" cc: mobile@freebsd.org Subject: RE: EZ Connect SMC 802.11B Card? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 17:55:21 -0000 (I apologize for top-posting, my Office decreed MS Outlook as our site = wide mail client, top-posting is easiest I'm afraid.) I've so far followed the man pages for ndis/ndiscvt. (I will be = sending a note to Bill Paul in regards to a possible bug I have found in = ndiscvt.) I was able to take the .inf and .sys files and produce the = ndis_driver_data.h file, and copied it to /usr/src/sys/dev/if_ndis (And = I had to alter if_ndis.c, changing line 76 from: #include "ndis_driver_data.h" to #include "/usr/src/sys/dev/if_ndis/ndis_driver_data.h" to get the compile to pick up the file. However when linking the kernel, I'm getting undefined reference errors = to many functions. For example, "undefined reference to = `ndis_reset_nic'" is the first one. Actually, while Googling for info, I stumbled across the NetBSD = announcement, including reference to the fact that you (Warner) were = porting the driver to FreeBSD. I was about to e-mail you with a request = for info. I'm willing give it a try, if needed. -----Original Message----- From: M. Warner Losh [mailto:imp@bsdimp.com] Sent: Tuesday, January 06, 2004 4:54 PM To: Ryan Dewalt Cc: mobile@freebsd.org Subject: Re: EZ Connect SMC 802.11B Card? In message: = <586382797A07B841B4014F547581E0AF08A579@mailx.meridianksi.net> "Ryan Dewalt" writes: : Any suggestions? [...]ADM8211 chipset Run 5.2-current and use the ndis driver shims. Or you can port the NetBSD driver. Warner