]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initial Import of wpi driver based on p4 changeset 128641.
authorbenjsc <benjsc@FreeBSD.org>
Mon, 5 Nov 2007 11:47:19 +0000 (11:47 +0000)
committerbenjsc <benjsc@FreeBSD.org>
Mon, 5 Nov 2007 11:47:19 +0000 (11:47 +0000)
commitb43c03d6682636f92920eef2e92d1de212dd4c3b
tree53275d0c918180a6eccc5570f2a2b9937c8392d7
parent9ae733819b7cdf0eef51ba1b18d39feb136a9dbf
Initial Import of wpi driver based on p4 changeset 128641.

This import includes:
   o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi)
   o Intel firmware revision 2.14.4 & associated LICENSE (sys/dev/contrib/wpi, sys/contrib/dev/wpi/LICENSE)
   o wpifw Firmware driver (sys/modules/wpifw)

Approved by: mlaier, sam (co-mentors)
share/doc/legal/intel_wpi/Makefile [new file with mode: 0644]
sys/contrib/dev/wpi/LICENSE [new file with mode: 0644]
sys/contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu [new file with mode: 0644]
sys/dev/wpi/if_wpi.c [new file with mode: 0644]
sys/dev/wpi/if_wpireg.h [new file with mode: 0644]
sys/dev/wpi/if_wpivar.h [new file with mode: 0644]
sys/modules/wpi/Makefile [new file with mode: 0644]
sys/modules/wpifw/Makefile [new file with mode: 0644]