summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Collapse)Author
2002-06-09Pass in the device name to pcmcia_intr_establish() instead of ""Todd C. Miller
2002-06-09a step towards consistancy; in general:Todd T. Fries
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@
2002-06-08print address; millert@ ok.Federico G. Schwindt
2002-06-07regen.Federico G. Schwindt
2002-06-07Gemplus GPR400 smartcard reader.Federico G. Schwindt
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-28regenMichael Shalayeff
2002-05-28add an id for nokia c110/c111; attach both w/ the if_wi_pcmcia ↵Michael Shalayeff
(prism1-prism2 clones, according to linux)
2002-05-06regen.Peter Valchev
2002-05-06Match D-Link DE-660+, tested by drewc@rift.com, ok fgsPeter Valchev
2002-04-17Clear flags indicating whether or not wi or hostap is active asTodd C. Miller
early as possible. Also the timeout_del() in wi_stop() to before we disable wi(4) so it doesn't fire at the wrong time. Joint effort between mickey@ and myself.
2002-04-17regenTodd C. Miller
2002-04-17Spectrum24 LA4100 is vendor id SYMBOL not SYMBOL2; from NetBSDTodd C. Miller
2002-04-07Don't reset COR in wi_reset(), break it out into its own function andTodd C. Miller
only call it from wi_attach() and wi_pcmcia_activate() (ie: just once). It would be nicer to have the COR reset be part of the bus-specific code but we need to know whether or not we have a Lucent card since old Lucent firmware revs get messed up on a COR soft reset. Even with the COR reset we still need to avoid initializing Symbol cards more than once. However, we *do* want to do a reset after returning from suspend. Therefore, rename wi_gone to wi_flags and store both the attach and init status in it. wi_reset() now checks wi_flags to see if the card should be initialized in the Symbol case. Info on initializing Symbol cards once from NetBSD.
2002-04-06For PLX-based bridge cards, move printing of pcmcia card CIS stringsTodd C. Miller
out of generic wi_attach() and into wi_pci_attach(). This means we can't print the CIS info for embedded cards like the NCP130 but since those don't have a "real" pcmcia card in them this is really not a problem. Also check to see that there is actually a pcmcia present and give and error if not. CIS magic number taken from the Linux orinoco driver; there may be a better way to do this.
2002-04-06Add support for Symbol cards and printing of the primary stationTodd C. Miller
firmware version. Adapted from NetBSD and the Linux orinoco driver. The Symbol firmware requires that we do a COR soft reset before initializing the card in wi_reset(). Also, setting WI_RID_ROAMING_MODE caused the Symbol card to go into a strange (non-working) mode with firmware 2.x.x. There are some other Symbol additions/oddities that will need to be addressed in the future.
2002-04-06regenMichael Shalayeff
2002-04-06actiontec wlan support; form jason@ackley.net via pr#2526Michael Shalayeff
2002-04-05Actually set wi_gone when we detach, based on what the an driver does.Todd C. Miller
2002-04-04wi_init() now takes a struct wi_softc * not a void * since an sc pointerTodd C. Miller
is available everywhere wi_init() is called. deraadt@ OK
2002-04-02regenTodd C. Miller
2002-04-023Com AirConnect 3CRWE777A is really just a 3CRWE737A in disguise.Todd C. Miller
They use 3CRWE777A because that is the part number for the PCI adapter it comes with but the card can be used w/o it.
2002-03-29regenTodd C. Miller
2002-03-29Add Proxim RangeLAN-DS PCMCIA card (model 8430); Paul M. HirschTodd C. Miller
2002-03-28syncNiels Provos
2002-03-28new linksys wpc11; okay mickey@Niels Provos
2002-03-24from martin@netbsd:Michael Shalayeff
Remove RAY_USE_AMEM. This option claimed to use attribute memory access for the registers, which was true, but actually the same as the driver did without this option. What it realy did is work around a stupid bug in the driver that did not use the "offset" result from the pcmcia_mem_map call mapping the CIS memory. We got away with this for a long time since on i386 and typical pcmcia bridged the offset returned will be 0. It always failed (without RAY_USE_AMEM=1) if the check for a different function CCR aliases in pcmcia.c failed and mapped the CCR base new - this time at the CCR base of this function (0xf00), so all register acceses (that had 0xf00 added) happened way off in neverland. Now we do not hardcode the CCR base to the register definitions, but instead use the offset returned by pcmcia_mem_map. This makes the driver work with and without CCR base aliases being found.
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-22dup wi_pcmcia_attach(); from maurice@amaze.nlMichael Shalayeff
2002-01-11Check result from malloc(9) when using M_NOWAIT. fgsch@ okThomas Nordin
2002-01-04regenMichael Shalayeff
2002-01-04no wires needed and their/isil wlans; from Maurice Nonnekes <maurice@amaze.nl>Michael Shalayeff
2002-01-04match on ericsson wlan; from lha@stacken.kth.se, pr 2295Michael Shalayeff
2002-01-04regenMichael Shalayeff
2002-01-04Socket Communications Low Power WLAN; from netbsdMichael Shalayeff
2002-01-04ericsson wlan, from lha@stacken.kth.seMichael Shalayeff
2002-01-02remove doubled #define; openbsd@davidkrause.comTheo de Raadt
2001-12-20Netgear FA411 support.Federico G. Schwindt
2001-12-20regen.Federico G. Schwindt
2001-12-20put our tag back; bad mickey.Federico G. Schwindt
2001-12-20Netgear FA411.Federico G. Schwindt
2001-12-05match on Symbol's Spectrum24 pcmcia/prism2, form netbsdMichael Shalayeff
2001-12-05add simpletech spectrum24, from netbsdMichael Shalayeff
2001-11-27match on buffalo and emtac wavelans; from netbsdMichael Shalayeff
2001-11-27add an emtac wavelanMichael Shalayeff
2001-11-27add a couple of buffalo wavelans, from netbsdMichael Shalayeff
2001-11-23regenJakob Schlyter
2001-11-23add 3Com Wireless LAN PC CardJakob Schlyter