History log of /freebsd-10.1-release/sys/dev/wi/if_wi_pccard.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 182250 27-Aug-2008 imp

Remove opt_wi.h


# 182236 27-Aug-2008 imp

The APDL-325 is a Wireless LAN pcmcia adapter that sits inside some
Billion Access Points. Fix wi(4) to recognise the adapter.

PR: 77913
Submitted by: Daan Vreeken [PA4DAN]
MFC after: 3 days


# 181211 02-Aug-2008 imp

Add an altnerative Siemens SpeedStream ID. This one is for a Prism 3
card. I got a pair of these at a garage sale for US$1.00 today...


# 178354 20-Apr-2008 sam

Multi-bss (aka vap) support for 802.11 devices.

Note this includes changes to all drivers and moves some device firmware
loading to use firmware(9) and a separate module (e.g. ral). Also there
no longer are separate wlan_scan* modules; this functionality is now
bundled into the wlan module.

Supported by: Hobnob and Marvell
Reviewed by: many
Obtained from: Atheros (some bits)


# 151321 14-Oct-2005 imp

Add ELSA XI330 product. This is rebadged and sold as SMC 2532W-B and
I/O Data also resells it. Add an alternative airvast an100 id.


# 150454 22-Sep-2005 imp

MFp4: save mac addr hint, eliminage OLDCARD shims


# 147872 10-Jul-2005 imp

Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8
distribution. Add the appropriate devices to the man pages.

Obtained from: pcmcia-cs
Approved by: re (scottl)


# 147580 24-Jun-2005 imp

Eliminate unused argument in PCMCIA_CARD macro.

Provide a backwards compatible way to have the extra macro by defining
PCCARD_API_LEVEL 5 before including pccarddevs for driver writers that
want/need to have the same driver on 5 and 6 with pccard attachments.

Approved by: re (dwhite)


# 144185 27-Mar-2005 imp

Unbreak style(9) breakage from last commit. We try to avoid defining
variables in internal blocks.
Also, go ahead and fail if we can't load the firmware. It should have
failed like this, but never did (firmware loads generally don't fail).


# 144182 27-Mar-2005 pjd

Unbreak LINT.


# 144168 26-Mar-2005 sam

purge dead code

Noticed by: Coverity Prevent analysis tool


# 141122 01-Feb-2005 imp

The two PLANEX cards listed in pccarddevs, identified only by their
CIS, weren't actually used anywhere (other than the generic PC Card
code when certain variables are defined). They aren't used in NetBSD
either. Make things simpler by removing them. Change PLANEX_2 to
PLANEX and tweak wi and owi to use that instead. The PLANEX id seems
to actually be pci ID assigned to planex, not its pcmcia id. Ooops.
I don't know if this is a reporting error from where this entry came
from, or if it is a mistake on PLANEX's part. I suspect the latter,
as ACTIONTEC and NEWMEDIA made the same mistake (although new media
may be because it uses an advansys chip inside). Make a note of this
in the file. The 0xc entires may be JEITA assigned, so note that as
well.

# This leaves just 3 entries that are totally unknown: airvast, archos
# and edimax although the arivast number is the same assigned to
# avertec in usb...


# 140520 20-Jan-2005 imp

Use Intersil chip names for the symbols, since many makers use the
intersil IDs but their own name in the CIS.


# 140516 20-Jan-2005 imp

Add support for SENAO SL-2511CD

Info submitted by: Paulo Fragoso


# 140463 18-Jan-2005 imp

Call wi_free after we turn off the interrupts. If we call it before,
then we reference parts of the softc.

# My appologies, but this was sent to me by someone whose name I've lost.


# 139749 05-Jan-2005 imp

Start each of the license/copyright comments with /*-, minor shuffle of lines


# 130257 09-Jun-2004 imp

Only match cards that claim to be network cards. I've had two
different cards that matched vendor/id, but weren't wi cards. This is
because the vendor foolishly didn't have unique product ids. Symbol
has a serial card that would otherwise match the wi driver, for
example...

Taken from a patch for xe posted by: Carlos Velasco


# 129764 27-May-2004 imp

Fix disordering of pccarddevs.h noticed by bde. Also remove a few
redundant includes and fix some of the include disordering.

Submitted by: bde


# 129740 25-May-2004 imp

Move to generating pccarddevs.h on the fly, both for the kernel and
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.


# 129046 08-May-2004 imp

It turns out that the module dependency on pccard is in error. Since
there's not dependencies on pccard symboles, such a dependency is not
necessary. This means that drivers that have multiple attachments can
not drag bogus devices into the kernel at load time.

We can't (yet) do this with pci and isa. Drivers written for them
actually do seem to have symbols that depend on these busses'
implementation code.

ndis not touched until other things can be tested.


# 127424 25-Mar-2004 imp

Add support for a new variant of the prism3 that has appaered in the
wild. This one is marketed by D-Link model DWL-650, but appears to be
a ISL3710P-10 under the hood.

Reported by: Brian O'Shea


# 123908 27-Dec-2003 imp

Fix slight disordering of supported cards.


# 120332 22-Sep-2003 imp

Sony PEGA-WL110 Wireless LAN

Obtained from: NetBSD (onoe-san)


# 120277 20-Sep-2003 imp

New Proxim Harmony OEM card.

Submitted by: Jeremy Bingham


# 119784 05-Sep-2003 sam

o add experimental radiotap capture format
o add netbsd logic to convert rssi to device-independent values

Obtained from: NetBSD (rssi conversion code)


# 119391 24-Aug-2003 imp

This doesn't work, so back them out.


# 119387 24-Aug-2003 imp

Return -100 rather than 0 for pccard probe routines. This allows
other drivers to attach to these cards, if so desired.


# 119233 21-Aug-2003 imp

LINKSYS2 -> BROMAX


# 119224 21-Aug-2003 imp

Update to reflect NETGEAR_2 -> INTERSIL and INTERSIL -> INTERSIL2
changes to pccarddevs.


# 118897 14-Aug-2003 imp

Add microsoft mn-520 wlan card.

Submitted by: Kirk Strauser


# 117767 19-Jul-2003 imp

Add Linksys WCF12: from Scott Lambert


# 117614 15-Jul-2003 imp

OpenBSD calls this AIRVAST, so use that instead


# 117604 15-Jul-2003 imp

Add Siemens SpeedStream 1021

Obainted from: openbsd (in spirit); millert


# 117442 11-Jul-2003 imp

Add support for asus wl100

PR: 49033/53249


# 117304 07-Jul-2003 imp

Add corega PCCL-11 to match entry added to pccarddevs a while ago.

Noticed going into openbsd...


# 116951 28-Jun-2003 sam

update for new 802.11 support


# 116209 11-Jun-2003 imp

ARtem ONAIR card

Submitted by: Ben Gras


# 116204 11-Jun-2003 imp

Call wi_free on the failure cases of pccard.

Tested by: scottl


# 114102 27-Apr-2003 imp

Add generic OEM1 PRISM3 card.

Submitted by: mwlucas


# 113506 15-Apr-2003 mdodd

- Express hard dependencies on bus (pci, isa, pccard) and
network layer (ether).
- Don't abuse module names to facilitate ifconfig module loading;
such abuse isn't really needed. (And if we do need type information
associated with a module then we should make it explicit and not
use hacks.)


# 113315 10-Apr-2003 imp

Make sure that pp_name is non-null before setting the device
description. This allows us to rely entirely on the CIS entries if
necessary...


# 113314 10-Apr-2003 imp

Back out the _ND change. I plan on making all drivers default to that with
a special _DESC version for those cards whose CIS is insufficient for some
reason. This should save about 3k of kernel strings when complete.


# 113258 08-Apr-2003 imp

Use the new _ND macros to not include the description strings. If any
of the entries have a description, we'll use that to override the
description that the pccard layer generates for us.

This saves about 930 bytes in the module, so I feel it won't hurt the
crowded boot disks....

# other modules to follow


# 113256 08-Apr-2003 imp

Don't set the decription, since the pccard layer does that for us now.
Remove the duplicate entries that were there to disambiguate different
cards that were the same, yet people wanted to have different dmesg.


# 113038 03-Apr-2003 obrien

Use __FBSDID rather than rcsid[].


# 112361 18-Mar-2003 imp

Add DLINK DWL650H

From NetBSD by way of deischen


# 110937 15-Feb-2003 shiba

Add YIS YWL-11B. This card has same vendor id and product id
as XI300 Wireless LAN. So use PCMCIA_CARD2().


# 109430 17-Jan-2003 shiba

Add Allied Telesis WR211PCM.


# 109323 15-Jan-2003 sam

new wi driver that uses the 802.11 link layer code

Reviewed by: imp
Obtained from: NetBSD (originally)


# 105076 13-Oct-2002 imp

o Comment out the symbol download code for 4.x.
o Add hooks for doing power management of the output signal.
o Minor hacks to make flexlint happy wrt staticness of functions.


# 104856 11-Oct-2002 imp

Some renamings from pccarddevs
Add Linksys WCF11
Bay eMobility 11B


# 104833 11-Oct-2002 imp

Add Planex GWNS11H

Submitted by: hanai-san


# 101903 15-Aug-2002 imp

Move the symbol firmware loading routines into if_wi.
Define some basic firmware downloading commands.


# 101245 02-Aug-2002 imp

Add code that will download firmware to a Symbol LA4100-series of CF
cards. Since the firmware is hard coded into the kernel, I've made it
a kernel option (WI_SYMBOL_FIRMWARE).

Note: This only downloads into the RAM of these cards. It doesn't
download into FLASH, and is somewhat limited. There needs to be a
better way to deal, but this works for now. My Symbol LA4132 CF card
works now.

Obtained from: NetBSD


# 100215 17-Jul-2002 imp

Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSD
by various people there.


# 95534 26-Apr-2002 imp

Make this driver compile for -stable also to prep for MFC


# 94486 12-Apr-2002 imp

unifdef -DWI_HOSTAP, like OpenBSD does


# 94463 11-Apr-2002 imp

Add ActionTec HWC01170 and Linksys IWN2

Obtained from: OpenBSD


# 94405 11-Apr-2002 imp

Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>
wrote. This code was for 4.5-release, so I've ported it to -current
and made a few minor tweaks. The biggest non-style tweak was to not
make access point the default.

More changes will be needed to get this actually working, but I wanted
to get a relatively pure baseline. This doesn't seem to break what
works now.


# 93848 04-Apr-2002 imp

The 3Com 3CRWE62092A (the XJack antenna product) does not have a host
interface that is compatible with the LUCENT or HERMES firmware.
Instead, it is like the various No Wires Necessary products that were
produced a while ago and then sold to intersil. It will require a
different driver altogether. Remove it from the list of supported
cards.

The 3CRWE777A apperas to be a re-badged SMC 2602W card, so the driver
appears to support it. Add it to the list.

Thanks to Todd Miller for loaning me the card during tonight's FRUUG
meeting for testing against CU's wireless infrastructure.


# 93735 03-Apr-2002 imp

It would appear, from preliminary indications, that No Wires Necessary
cards aren't compatible with either Lucent or Intersil firmware.


# 93624 02-Apr-2002 imp

Add some devices from OpenBSD/NetBSD:

o 3Com 3crwe62092a
o Addtron awp100
o No Wires Necessary WLAN 550 and 1148
o Proxim RANGELANDS 8340

and reorder linksys to be in proper sort order.

Obtained from: OpenBSD (mostly)


# 93611 02-Apr-2002 imp

First cut at breaking out the bus attachment from the bus independent
part of the driver. Also, move the softc and some other stuff to
if_wivar.h from if_wireg.h to make future merging activities easier.