From owner-cvs-src@FreeBSD.ORG Sat Aug 23 22:42:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C5BA16A4BF; Sat, 23 Aug 2003 22:42:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7F243FBD; Sat, 23 Aug 2003 22:42:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7O5gn0U000940; Sat, 23 Aug 2003 22:42:49 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7O5gnXA000939; Sat, 23 Aug 2003 22:42:49 -0700 (PDT) Message-Id: <200308240542.h7O5gnXA000939@repoman.freebsd.org> From: Warner Losh Date: Sat, 23 Aug 2003 22:42:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2003 05:42:50 -0000 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)