summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_ne_pcmcia.c
AgeCommit message (Collapse)Author
2003-06-25#include <machine/intr.h> is not necessary here.Miod Vallat
2003-06-13turn these DIAGNOSTIC into NE_DEBUG. there is no really need to fillFederico G. Schwindt
dmesg with it under normal circumstances.
2003-06-13attach/support yet-another-DFE670TXD (0x0149/0x4530/004005)Philipp Buehler
fgsch@ ok
2003-06-01Kingston KNE-PCM/x support.Federico G. Schwindt
tested by Lane Myer <myer at FreeBSD-uk dot eu dot org>.
2003-05-24Addtron W89C926; from nick@Henning Brauer
2003-05-11CNET CNF301, Lucas Maneos <openbsd@subs.maneos.org>Henning Brauer
2003-03-18match on SMC 8041TX by cis; from netbsd via mbing@nfr.net; miod@ okMichael Shalayeff
2003-01-02D-Link DFE-650TXD new vendor mac.Federico G. Schwindt
from Scott Parish <srp at srparish dot net> via PR/3052.
2002-11-20Belkin F5D5020 support; from Michael J. Eisenhower.Federico G. Schwindt
2002-11-10match on gvc np0335; form George Lewis via pr2971Michael Shalayeff
2002-08-17Arowana Fast-Ethernet support; patch by Thomas Delaet.Federico G. Schwindt
2002-08-08D-Link DFE-670TXD support; reported and tested by RD Thrush <rd@thrush.com>.Federico G. Schwindt
2002-05-06Match D-Link DE-660+, tested by drewc@rift.com, ok fgsPeter Valchev
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-20Netgear FA411 support.Federico G. Schwindt
2001-11-06it appears pcm100 is not the same as combo ecard even same vendor/prod ids; ↵Michael Shalayeff
fixing pr#2166
2001-10-25match on corega pcc-tdMichael Shalayeff
2001-10-08Support the WiseCom iPort 10/100; thanks to Brendan Hiley <ultr0s@mbox.com.au>Aaron Campbell
for testing the patch.
2001-08-18Make use of ax88190_stop_card and dl10019_stop_card.Aaron Campbell
2001-08-18Support for PCMCIA network cards with an ASIX AX88190. Committing this overAaron Campbell
a Linksys PCMPC100 Ver 3 10/100 card that now works.
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2001-06-12Yet another entry for the Netgear FA410TXC; fromFederico G. Schwindt
Brandin L Claar <claar@arl.psu.edu>.
2001-06-04Linksys PCM100 support; from Matt Behrens <matt@zigg.com>.Federico G. Schwindt
2001-05-28Remove FA410TX from the invalid list; it's confusing and should be matchedFederico G. Schwindt
using the linksys etherfast entry; aaron@ ok.
2001-05-27Netgear FA410TXC; thanks to Loic Tortay <loict@bougon.net>.Federico G. Schwindt
2001-05-25Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>.Federico G. Schwindt
2001-05-22A few more entries from NetBSD.Federico G. Schwindt
2001-05-22Corega FastEther TXD.Federico G. Schwindt
2001-05-22Add Synergy21 S21810 support; from NetBSD.Federico G. Schwindt
Remove flags, it's not used.
2001-04-19Remove extra arg; from Loic Tortay <loict@bougon.net> via aaron@.Federico G. Schwindt
deraadt@ ok.
2001-04-19When printing the address/size, use the correct value 32, not 16.Federico G. Schwindt
2001-04-18Support the Corega FEther PCC-TXF card; taka@trans-nt.com. Addresses PR/1777.Aaron Campbell
2001-03-31Add support for GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-29Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC andAaron Campbell
New Media LiveWire Fast Ethernet adapters now work after these changes, although the Netgear card still requires media to be set manually.
2001-03-27Add an old 'ne' compatible card from Greycell and the matching dataPeter Galbavy
to if_ne_pcmcia.c. OK mickey@
2001-03-13aaron@ called for an order!Michael Shalayeff
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
2001-02-27Half support for this D-Link DFE-650 model that has completely differentFederico G. Schwindt
vendor; from kart@hal-pc.org.
2001-02-14another ne2k, from markus@Michael Shalayeff
2001-01-29const match tableMichael Shalayeff
2000-12-16make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ↵Michael Shalayeff
panics
2000-08-30- Finally fix the problem introduced after the ax88190 support; the MACFederico 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-06-26Make the Linksys Combo PCMCIA EthernetCard (EC2T) work again; it was broken byAaron 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-30Changes 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-25sync unknown list with reality; minor changes.Federico G. Schwindt
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-04-19new products; rearrange.Federico G. Schwindt
2000-02-02make the activate routines do xxstop() and xxinit()Theo de Raadt
2000-02-01Some new prods; rearrange entries.Federico G. Schwindt
2000-01-31Add CNet NE2000 support.Federico G. Schwindt