Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-06-20 | KNF | Todd T. Fries | |
2000-06-20 | Almost make a Megahertz card working, still rx probs though | Niklas Hallqvist | |
2000-06-20 | some more esp devices | Niklas Hallqvist | |
2000-06-20 | regen | Niklas Hallqvist | |
2000-06-20 | esp SCSI devices | Niklas Hallqvist | |
2000-06-19 | xe needs ifmedia | Federico G. Schwindt | |
2000-06-19 | Uncomment esp out now that the driver is in the tree. | Federico G. Schwindt | |
2000-06-19 | Add pcmcia attachment of esp; from NetBSD. | Federico G. Schwindt | |
So far this code supports some panasonic adapters, but other brands should work as well. | |||
2000-06-19 | Insert missing splx(); me and roberto@ns2.freenix.org. | Aaron Campbell | |
Hacking at USENIX 2000 :-) | |||
2000-06-18 | indent | Aaron Campbell | |
2000-06-12 | esp support; commented out by now till i check the other archs. | Federico G. Schwindt | |
2000-06-06 | * correct some length checkings based on the specs; still a few to fix. | Federico G. Schwindt | |
* add 1 to number of memspaces since MS_COUNT it's minus 1. * print the correct function type in case of IOBUS. * clean cfe->flags if intface is present | |||
2000-06-06 | add some tuples from pc card standard 7.0; remove outdated comment. | Federico G. Schwindt | |
2000-06-02 | make sure we are writing to the correct page; fixes a subtle bug which | Brandon Creighton | |
was breaking CE2 -- niklas says this fixes all sorts of other stuff too also, use my real name in copyright notice | |||
2000-05-30 | Changes from NetBSD: | Federico G. Schwindt | |
* support for ax88190 cards * instead of using the first cfe entry, go thru the whole list. * change the code so cards with same id but different mac can be allowed (ibm infomover by instance) * on fail, be sure to unmap and/or free all the resources previously allocated; we really need to do this in the rest of the drivers * new products | |||
2000-05-29 | OR the values in misc within cftable entry; in iospace, irq and misc | Federico G. Schwindt | |
clean the flags before checking for particular capabilities. this is needed because we use a template that might end messing the flags. | |||
2000-05-29 | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | Aaron Campbell | |