RE: EZ Connect SMC 802.11B Card?
"Ryan Dewalt" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
(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:[email protected]] Sent: Tuesday, January 06, 2004 4:54 PM To: Ryan Dewalt Cc: [email protected] Subject: Re: EZ Connect SMC 802.11B Card? In message: <[email protected]> "Ryan Dewalt" <[email protected]> writes: : Any suggestions? [...]ADM8211 chipset Run 5.2-current and use the ndis driver shims. Or you can port the NetBSD driver. Warner _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"