Age | Commit message (Expand) | Author |
2003-07-14 | Add Siemens SpeedStream 1021 | Todd C. Miller |
2003-07-06 | Add Corega Wireless LAN PCCL-11; Jonathon Fletcher | Todd C. Miller |
2003-02-26 | Add support for AirVast WN-100; nick@ | Todd C. Miller |
2002-11-19 | Use queue.h macros instead of using the structure names directly. | Jason Wright |
2002-07-09 | move common declarations to if_wivar.h; mickey@ and millert@ ok. | Federico G. Schwindt |
2002-07-01 | when printing the size, use what we have map'ed, not what's in the | Federico G. Schwindt |
2002-06-25 | Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish(). | Todd C. Miller |
2002-06-22 | Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such. | Federico G. Schwindt |
2002-06-21 | add support for Netgear MA401RA (Prism-2.5) | Henning Brauer |
2002-06-20 | Add ELSA / ZCOMAX XI-325 (and XI-325H); Ken Simpson | Todd C. Miller |
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 |
2002-06-08 | print address; millert@ ok. | Federico G. Schwindt |
2002-05-28 | add an id for nokia c110/c111; attach both w/ the if_wi_pcmcia (prism1-prism2... | Michael Shalayeff |
2002-04-17 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller |
2002-04-07 | Don't reset COR in wi_reset(), break it out into its own function and | Todd C. Miller |
2002-04-06 | For PLX-based bridge cards, move printing of pcmcia card CIS strings | Todd C. Miller |
2002-04-06 | Add support for Symbol cards and printing of the primary station | Todd C. Miller |
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 |
2002-04-02 | 3Com AirConnect 3CRWE777A is really just a 3CRWE737A in disguise. | Todd C. Miller |
2002-03-29 | Add Proxim RangeLAN-DS PCMCIA card (model 8430); Paul M. Hirsch | Todd C. Miller |
2002-03-28 | new linksys wpc11; okay mickey@ | Niels Provos |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-22 | dup wi_pcmcia_attach(); from maurice@amaze.nl | Michael Shalayeff |
2002-01-04 | match on ericsson wlan; from lha@stacken.kth.se, pr 2295 | Michael Shalayeff |
2001-12-05 | match on Symbol's Spectrum24 pcmcia/prism2, form netbsd | Michael Shalayeff |
2001-11-27 | match on buffalo and emtac wavelans; from netbsd | Michael Shalayeff |
2001-11-20 | match on linksys iwn; from netbsd | Michael Shalayeff |
2001-11-02 | match on intel pro/wireless 2011, from netbsd | Michael Shalayeff |
2001-10-28 | match on elsa cf wireless lan | Michael Shalayeff |
2001-10-25 | match on corega pccb-11 | Michael Shalayeff |
2001-10-25 | match on gemtek | Michael Shalayeff |
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt |
2001-06-23 | Disable interupts *before* establishing them to avoid a race. | Todd C. Miller |
2001-06-11 | For PCI attachments print the CIS strings since otherwise all we have | Todd C. Miller |
2001-06-07 | no longer need bogus Linksys WPC11 entry now that we autodetect prism vs. lucent | Todd C. Miller |
2001-06-07 | probe prism2 chips based on the probed card id, not cis | Michael Shalayeff |
2001-06-06 | PCI shim for if_wi.c as promised. Magic for setting the PLX up | Todd C. Miller |
2001-05-22 | Vendor and prodid are 16-bits, not 32. | Federico G. Schwindt |
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller |