Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | alphabetize cis-only vendor list | Michael Shalayeff | |
2001-01-26 | match on zoom air-4000, as it has been reported by Ian Cass ↵ | Michael Shalayeff | |
<ian.cass@knowledge.com> | |||
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | zoom air-4000; from Ian Cass <ian.cass@knowledge.com> | Michael Shalayeff | |
2001-01-22 | nobody has base station for fh, and this was not ever discussed, bad angelos | Michael Shalayeff | |
2001-01-17 | Fix breakage from revision 1.20 that freaked my WaveLAN out. | Aaron Campbell | |
2001-01-16 | match on elsa xi300; from netbsd, no other visible changes in the driver | Michael Shalayeff | |
2001-01-16 | regen | Michael Shalayeff | |
2001-01-16 | Elsa products; from netbsd | Michael Shalayeff | |
2001-01-14 | Run wi_init() after setting/unsetting IFF_PROMISC (or any other flags, | Angelos D. Keromytis | |
for that matter). | |||
2001-01-11 | Newline at end of debug printf. | Angelos D. Keromytis | |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis | |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis | |
2000-12-29 | a few more ra_dprintf vs pktlen fmt fixes | Michael Shalayeff | |
2000-12-16 | make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ↵ | Michael Shalayeff | |
panics | |||
2000-11-08 | Initialize the timeout in attach, not wi_init. | Artur Grabowski | |
The difference is that we do not risk reinitializing a pending timeout. | |||
2000-10-27 | sync | Aaron Campbell | |
2000-10-27 | shorten | Aaron Campbell | |
2000-10-17 | /* Authentication added by Steve Weiss <srw@alum.mit.edu> based on advice | Michael Shalayeff | |
* received by Corey Thomas, author of the Linux driver for this device. * Authentication currently limited to adhoc networks, and was added to * support a requirement of the newest windows drivers, so that * interoperability the windows will remain possible. * * Tested with Win98 using Aviator 2.4 Pro cards, firmware 5.63, * but no access points for infrastructure. (July 13, 2000 -srw) */ also, some syncing /w netbsd. | |||
2000-10-16 | Use mii_attach() directly instead of mii_phy_probe(). | Aaron Campbell | |
2000-09-17 | implement SIOCSIFMTU, okay deraadt@ | Niels Provos | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Add New Media LiveWire Ethernet LAN Adapter product ID; adam@cfar.umd.edu | Aaron Campbell | |
2000-09-15 | Support the ejection of mii ep(4) devices, i.e., the 3c574. | Aaron Campbell | |
2000-09-10 | enable card on resume | Michael Shalayeff | |
2000-09-04 | oops recycle variable, only used when mem mode enabled | Michael Shalayeff | |
2000-09-04 | Correct EDP register. This has fixed some device timeout problems. | Federico G. Schwindt | |
Patch by belu@hak.feldkirch.com; checked against linux. I'd be nice if ppl having problems with these cards test this. | |||
2000-09-04 | futhers futher | Michael Shalayeff | |
2000-09-04 | under pressure | Michael Shalayeff | |
2000-09-04 | newmedia .wavjammer | Michael Shalayeff | |
2000-09-04 | do not panic on detach | Michael Shalayeff | |
2000-08-30 | regen. | Federico G. Schwindt | |
2000-08-30 | Remove entry added during the ne break. Should work fine now. | Federico G. Schwindt | |
2000-08-30 | - Finally fix the problem introduced after the ax88190 support; the MAC | Federico G. Schwindt | |
should be read correctly in all cards. - Disable support for AX88190 till I get some card for testing. Thanks to palante@subterrain.net for testing. | |||
2000-08-26 | Add support for detach of xe and aue. | Nathan Binkert | |
2000-08-17 | replace if_awi w/ semi-current netbsd driver; still has problems | Michael Shalayeff | |
2000-08-04 | Support for the Psion Goldcard; pt98kfr@student.hk-r.se | Aaron Campbell | |
2000-08-04 | sync | Aaron Campbell | |
2000-08-04 | Add Psion Goldcard; pt98kfr@student.hk-r.se | Aaron Campbell | |
2000-07-22 | regen | Michael Shalayeff | |
2000-07-22 | farallon communications for their wlan, for awi; from netbsd | Michael Shalayeff | |
2000-06-30 | Convert to use new timeout API. | Artur Grabowski | |
2000-06-29 | No need to call bpfdetach(), that's done in if_detach(). | Aaron Campbell | |
2000-06-28 | Remove pointless variable. It is set to 0, then returned without modification. | Todd C. Miller | |
2000-06-28 | Don't call the drivers' xxx_activate() function directly -- use the system | Aaron Campbell | |
config_activate() and config_deactivate() routines instead. This way, the DVF_ACTIVE bit gets updated appropriately. | |||
2000-06-26 | Make the Linksys Combo PCMCIA EthernetCard (EC2T) work again; it was broken by | Aaron Campbell | |
the last commit for AX88190 support. There are at least three variants of ne's that have manufacturer id 0x143 (Linksys) + product id 0xc1ab. Each one has its enaddr in a different place. The matching code for PCMCIA NE2000 is really gross. In particular, the flags field in ne2000_devs (for NE2000DVF_DL10019 and NE2000_AX88190) is a complete hack. The driver should really try each method of reading the Ethernet address (from the ROM, DL10019, and AX88190) and choose the one that generates the correct checksum. I plan to fix this later... | |||
2000-06-26 | sync | Aaron Campbell | |
2000-06-26 | Add a PCMCIA_CIS entry for the Linksys Combo PCMCIA EthernetCard EC2T. | Aaron Campbell | |
2000-06-23 | Pass the correct sizeo() to cfattach struct so we don't panic on detach. | Aaron Campbell | |