]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Check in the known good version of the wi driver, with prism/symbol
authorWarner Losh <imp@FreeBSD.org>
Sun, 24 Aug 2003 05:42:49 +0000 (05:42 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sun, 24 Aug 2003 05:42:49 +0000 (05:42 +0000)
commit53e655ce376ea7484d444ed3fbc5db418427a3de
tree0926cbbc0bb06416f61755faa574441680c5a292
parent76387a8ff1110cdfea778c59c66c641d8d08f207
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 :-)
sys/dev/owi/if_ieee80211.h [new file with mode: 0644]
sys/dev/owi/if_owi.c [new file with mode: 0644]
sys/dev/owi/if_owi_pccard.c [new file with mode: 0644]
sys/dev/owi/if_wireg.h [new file with mode: 0644]
sys/dev/owi/if_wivar.h [new file with mode: 0644]
sys/modules/owi/Makefile [new file with mode: 0644]