Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-04-25 | sync unknown list with reality; minor changes. | Federico G. Schwindt | |
2000-04-24 | Do not unmap CCR before using them for the last time | Niklas Hallqvist | |
2000-04-19 | new products; rearrange. | Federico G. Schwindt | |
2000-02-02 | make the activate routines do xxstop() and xxinit() | Theo de Raadt | |
2000-02-01 | Some new prods; rearrange entries. | Federico G. Schwindt | |
2000-01-31 | Add CNet NE2000 support. | Federico G. Schwindt | |
1999-12-23 | Edimax NE2000; from tom@knienieder.com. | Federico G. Schwindt | |
1999-12-22 | Add Dual NE2000. | Federico G. Schwindt | |
1999-10-31 | New prods: Planex FNW-3600-T and Corega Ether II & Fast Ether. | Federico G. Schwindt | |
Rearrage a few entries. | |||
1999-08-25 | Move COREGA to ALLIEDTELESIS. | Federico G. Schwindt | |
1999-08-16 | manufacturer and product are 16 bits, 0xffff is the special case | Theo de Raadt | |
1999-08-16 | Remove unneeded ifdefs. | Federico G. Schwindt | |
1999-08-16 | Remove unnecessary code. Shorten dmesg output. | Federico G. Schwindt | |
1999-08-15 | Allied Telesis LA-PCM support. | Federico G. Schwindt | |
1999-08-15 | ambicom ethernet address is in rom; 00107A==Ambicom sez hugh | Theo de Raadt | |
1999-08-13 | AmbiCom AMB8002T | Theo de Raadt | |
1999-08-08 | Add detaching support to networking pcmcia cards | Niklas Hallqvist | |
1999-07-26 | shrink code, cleanup port printouts, repairs various comments | Theo de Raadt | |
1999-07-01 | Add NewMedia BusToaster SCSI Host Adapter. | Federico G. Schwindt | |
Remove repeated entry in if_ne_pcmcia.c. Minor cosmetical changes. | |||
1999-06-03 | Add SMC EZCARD definition and Fujitsu products from Netbsd. | Federico G. Schwindt | |
1999-03-26 | Add support for some 100Mbit PCMCIA cards. | Federico G. Schwindt | |
Change the ne2000_detect parm list. | |||
1999-01-31 | Add support for Kingston KNE-PC2. | Federico G. Schwindt | |
1999-01-28 | Add support for: | Federico G. Schwindt | |
- 3COM 3CXEM556 (Ethernet/Modem) - SVEC Combo and Lancard - Corega PCC-T Add pcmcia_check_cis_quirks to fix some cards whose CIS flat-out lies. Add more products to pcmciadevs. Correctly read 1 controller if CL-PD6729. Remove some unused vars. | |||
1998-12-04 | Add support for another ne2k compatible card, vendor unknown. | Federico G. Schwindt | |
1998-11-06 | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | Federico G. Schwindt | |
1998-11-05 | D-Link DE-650 has many minor versions. Be sure to use the correct one. | Federico G. Schwindt | |
1998-10-14 | sync | Federico G. Schwindt | |
1998-09-22 | Support for ne2k pcmcia. This is the driver without modifications. | Federico G. Schwindt | |
feedback time. |