Date: Sun, 28 Apr 2002 13:20:33 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <200204282020.g3SKKXk40187@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204282020.g3SKKXk40187>
