*BSD News Article 61603


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!ihnp4.ucsd.edu!dog.ee.lbl.gov!agate!sklower
From: sklower@oboe.CS.Berkeley.EDU (Keith Sklower)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: WaveLan driver for FreeBSD?
Date: 8 Feb 1996 23:39:35 GMT
Organization: University of California, Berkeley
Lines: 22
Message-ID: <4fe1jn$5u5@agate.berkeley.edu>
References: <4fagvj$c8n@redwood.cs.sc.edu>
NNTP-Posting-Host: oboe.cs.berkeley.edu

In article <4fagvj$c8n@redwood.cs.sc.edu>, Kevin Brown  <kbrown> wrote:
>Is there an existing WaveLan device driver for FreeBSD?  I'm getting a WaveLan
>card soon and I need to get it set up.  I know that Linux has a driver but I
>really don't want to switch to Linux from BSD.

Hari Balakrishnan, a graduate student here did a BSDI driver, (for the
use of the mobile computing group here).  They gave me permission to
put various versions of the driver out for anonymous ftp from

    vangogh.cs.berkeley.edu:~ftp/pub/kls/wavelan

There is normal version wl.c, a pcmcia version wlp.c, a 2.4 gigahertz
versions wlg.c.  It will probably take some hacking for FreeBSD, but
far less than starting with the linux version.

>If there is no current driver, how hard would it be for someone with no device
>driver experience to port the Linux driver to BSD?  (impossible?)  I looked at
>the Linux code and it's 2300 lines of unpleasantness.

I'ld recommend somebody who had already done some kernel hacking to do the
job.  It isn't that it hard, but the conventions are different from user-level
programming and it takes a while to get used to.