Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-09 | Pass in the device name to pcmcia_intr_establish() instead of "" | Todd C. Miller | |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries | |
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@ | |||
2002-06-08 | print address; millert@ ok. | Federico G. Schwindt | |
2002-06-07 | regen. | Federico G. Schwindt | |
2002-06-07 | Gemplus GPR400 smartcard reader. | Federico G. Schwindt | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-05-28 | regen | Michael Shalayeff | |
2002-05-28 | add an id for nokia c110/c111; attach both w/ the if_wi_pcmcia ↵ | Michael Shalayeff | |
(prism1-prism2 clones, according to linux) | |||
2002-05-06 | regen. | Peter Valchev | |
2002-05-06 | Match D-Link DE-660+, tested by drewc@rift.com, ok fgs | Peter Valchev | |
2002-04-17 | Clear flags indicating whether or not wi or hostap is active as | Todd 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-17 | regen | Todd C. Miller | |
2002-04-17 | Spectrum24 LA4100 is vendor id SYMBOL not SYMBOL2; from NetBSD | Todd C. Miller | |
2002-04-07 | Don't reset COR in wi_reset(), break it out into its own function and | Todd 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-06 | For PLX-based bridge cards, move printing of pcmcia card CIS strings | Todd 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-06 | Add support for Symbol cards and printing of the primary station | Todd 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-06 | regen | Michael Shalayeff | |
2002-04-06 | actiontec wlan support; form jason@ackley.net via pr#2526 | Michael Shalayeff | |
2002-04-05 | Actually set wi_gone when we detach, based on what the an driver does. | Todd C. Miller | |
2002-04-04 | wi_init() now takes a struct wi_softc * not a void * since an sc pointer | Todd C. Miller | |
is available everywhere wi_init() is called. deraadt@ OK | |||
2002-04-02 | regen | Todd C. Miller | |
2002-04-02 | 3Com 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-29 | regen | Todd C. Miller | |
2002-03-29 | Add Proxim RangeLAN-DS PCMCIA card (model 8430); Paul M. Hirsch | Todd C. Miller | |
2002-03-28 | sync | Niels Provos | |
2002-03-28 | new linksys wpc11; okay mickey@ | Niels Provos | |
2002-03-24 | from 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-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-22 | dup wi_pcmcia_attach(); from maurice@amaze.nl | Michael Shalayeff | |
2002-01-11 | Check result from malloc(9) when using M_NOWAIT. fgsch@ ok | Thomas Nordin | |
2002-01-04 | regen | Michael Shalayeff | |
2002-01-04 | no wires needed and their/isil wlans; from Maurice Nonnekes <maurice@amaze.nl> | Michael Shalayeff | |
2002-01-04 | match on ericsson wlan; from lha@stacken.kth.se, pr 2295 | Michael Shalayeff | |
2002-01-04 | regen | Michael Shalayeff | |
2002-01-04 | Socket Communications Low Power WLAN; from netbsd | Michael Shalayeff | |
2002-01-04 | ericsson wlan, from lha@stacken.kth.se | Michael Shalayeff | |
2002-01-02 | remove doubled #define; openbsd@davidkrause.com | Theo de Raadt | |
2001-12-20 | Netgear FA411 support. | Federico G. Schwindt | |
2001-12-20 | regen. | Federico G. Schwindt | |
2001-12-20 | put our tag back; bad mickey. | Federico G. Schwindt | |
2001-12-20 | Netgear FA411. | Federico G. Schwindt | |
2001-12-05 | match on Symbol's Spectrum24 pcmcia/prism2, form netbsd | Michael Shalayeff | |
2001-12-05 | add simpletech spectrum24, from netbsd | Michael Shalayeff | |
2001-11-27 | match on buffalo and emtac wavelans; from netbsd | Michael Shalayeff | |
2001-11-27 | add an emtac wavelan | Michael Shalayeff | |
2001-11-27 | add a couple of buffalo wavelans, from netbsd | Michael Shalayeff | |
2001-11-23 | regen | Jakob Schlyter | |
2001-11-23 | add 3Com Wireless LAN PC Card | Jakob Schlyter | |