Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2003 22:42:49 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/owi if_ieee80211.h if_owi.c if_owi_pccard.c if_wireg.h if_wivar.h src/sys/modules/owi Makefile
Message-ID:  <200308240542.h7O5gnXA000939@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/08/23 22:42:49 PDT

  FreeBSD src repository

  Added files:
    sys/dev/owi          if_ieee80211.h if_owi.c if_owi_pccard.c 
                         if_wireg.h if_wivar.h 
    sys/modules/owi      Makefile 
  Log:
  Check in the known good version of the wi driver, with prism/symbol
  support stripped out and minimally renamed to owi.  This driver
  attaches to lucent cards only.  This is designed to aid in the testing
  of fixes to the wi driver for lucent cards.  It is supported only as a
  module (you cannot compile it into your kernel).  You cannot have the
  wi driver in your kernel (or loaded as a moudle) to use the owi
  module.
  
  I've not connected it to build, as this module is currently for
  debugging purposes.  This is for developers only at the present time.
  If we can't get lucent support fixed by 5.2 code freeze, then we'll
  re-evaulate this support level.  Please use this to fix the lucent
  support in dev/wi.  This will be removed from the system when lucent
  support has been fixed in dev/wi.
  
  Note to developers: Do not connect this to the build, make it possible
  to build into the kernel or otherwise 'integrate' this into system
  without checking with me first.  This is for debugging purposes only.
  
  If this doesn't work for you, I don't want to hear about it unless you
  are fixing the wi driver :-)
  
  Revision  Changes    Path
  1.1       +273 -0    src/sys/dev/owi/if_ieee80211.h (new)
  1.1       +2421 -0   src/sys/dev/owi/if_owi.c (new)
  1.1       +205 -0    src/sys/dev/owi/if_owi_pccard.c (new)
  1.1       +618 -0    src/sys/dev/owi/if_wireg.h (new)
  1.1       +186 -0    src/sys/dev/owi/if_wivar.h (new)
  1.1       +12 -0     src/sys/modules/owi/Makefile (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308240542.h7O5gnXA000939>