EZ Connect SMC 802.11B Card?

Ryan Dewalt rdewalt at meridianksi.com
Wed Jan 7 09:55:21 PST 2004


(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 at bsdimp.com]
Sent: Tuesday, January 06, 2004 4:54 PM
To: Ryan Dewalt
Cc: mobile at freebsd.org
Subject: Re: EZ Connect SMC 802.11B Card?


In message: <586382797A07B841B4014F547581E0AF08A579 at mailx.meridianksi.net>
            "Ryan Dewalt" <rdewalt at meridianksi.com> writes:
: Any suggestions?  [...]ADM8211 chipset

Run 5.2-current and use the ndis driver shims.

Or you can port the NetBSD driver.

Warner


More information about the freebsd-mobile mailing list