From owner-cvs-all Sun Apr 28 13:20:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 303EA37B404; Sun, 28 Apr 2002 13:20:34 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3SKKXk40187; Sun, 28 Apr 2002 13:20:33 -0700 (PDT) (envelope-from imp) Message-Id: <200204282020.g3SKKXk40187@freefall.freebsd.org> From: Warner Losh Date: Sun, 28 Apr 2002 13:20:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/modules/wi Makefile src/sys/dev/wi if_wavelan_ieee.h if_wi.c if_wi_pccard.c if_wi_pci.c if_wireg.h if_wivar.h wi_hostap.c wi_hostap.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/04/28 13:20:33 PDT Modified files: (Branch: RELENG_4) sys/conf files files.i386 files.pc98 sys/modules/wi Makefile Added files: (Branch: RELENG_4) sys/dev/wi if_wavelan_ieee.h if_wi.c if_wi_pccard.c if_wi_pci.c if_wireg.h if_wivar.h wi_hostap.c wi_hostap.h Log: MFC: the current wi driver. Features include: airtool support, host access point mode for prism2 cards, symbol firmware support (3Com 3CRWE737, Intel Pro 2011 and a few cards made by symbol), more pci card supported, move wi to the same place as -current, Identify the NIC/radio combination, code cleanup, and maybe a few other odds and ends I've forgotten. # Host access point mode may be a little green, but won't hurt anything else # in the driver if you don't use it. wicontrol needs to be updated as well. Approved by: re@ (in theory) Sponsored by: Surf and Sip Revision Changes Path 1.340.2.99 +4 -0 src/sys/conf/files 1.307.2.29 +0 -1 src/sys/conf/files.i386 1.140.2.35 +0 -1 src/sys/conf/files.pc98 1.12.2.1 +699 -0 src/sys/dev/wi/if_wavelan_ieee.h (new) 1.103.2.1 +3012 -0 src/sys/dev/wi/if_wi.c (new) 1.8.2.1 +212 -0 src/sys/dev/wi/if_wi_pccard.c (new) 1.8.2.1 +239 -0 src/sys/dev/wi/if_wi_pci.c (new) 1.31.2.1 +628 -0 src/sys/dev/wi/if_wireg.h (new) 1.8.2.1 +225 -0 src/sys/dev/wi/if_wivar.h (new) 1.7.2.1 +1255 -0 src/sys/dev/wi/wi_hostap.c (new) 1.3.2.1 +135 -0 src/sys/dev/wi/wi_hostap.h (new) 1.3.2.3 +5 -6 src/sys/modules/wi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message