FreeBSD inquire
Reid Linnemann
lreid at cs.okstate.edu
Tue Sep 12 11:06:05 PDT 2006
Written by Richard on 09/12/06 10:41>>
> it would seem freebsd doesn't support BCM4318 wireless card.
> Rich
>
>
I find it highly unlikely that there is a FreeBSD (or Linux for that
matter) driver for any broadcom wireless chips. The best (read: only)
way to get a broadcom wifi chip running is to use an NDIS wrapper layer,
as has been hinted. FreeBSD has a very complete NDIS wrapper layer
available, and you can generate wrapped loadable driver modules for your
kernel using the interactive ndisgen utility.
Documentation for using ndis drivers can be found in the handbook, here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html#CONFIG-NETWORK-NDIS
More information about the freebsd-current
mailing list