summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
2000-02-11Turn iff debugging code in attach, prolong a delay timer that made certainNiklas Hallqvist
2000-02-05if card has an activate function, call it on apm power changesTheo de Raadt
2000-02-05repair suspend/activate; extern rlnstop, rlninitDavid Leonard
2000-02-03Make pccomms suspendable (tested on a 3Com Megahertz combo card).Angelos D. Keromytis
2000-02-03cnw_activate hackingAngelos D. Keromytis
2000-02-03Fix the activate routine to support suspend/resume.Angelos D. Keromytis
2000-02-03WEP support -- from FreeBSD (wpaul)Angelos D. Keromytis
2000-02-02Call xxx_init and xxx_stop on activate.Federico G. Schwindt
2000-02-02make the activate routines do xxstop() and xxinit()Theo de Raadt
2000-02-02regen.Federico G. Schwindt
2000-02-02Add Melco product; from NetBSD.Federico G. Schwindt
2000-02-01oops, return 0 if not match.Federico G. Schwindt
2000-02-01New regs from NetBSD.Federico G. Schwindt
2000-02-01Enable Intel EE PRO; still need to find a working phy.Federico G. Schwindt
2000-02-01New prods; use defines where available; rearrange some entries.Federico G. Schwindt
2000-02-01sync with the new names; add support for a second model.Federico G. Schwindt
2000-02-01Some new prods; rearrange entries.Federico G. Schwindt
2000-02-01regen.Federico G. Schwindt
2000-02-01Add some new prods from NetBSD; rearrange entries.Federico G. Schwindt
2000-02-01do not create _STR_ defines; this is useless, makes pcmciadevs.h largerFederico G. Schwindt
2000-01-31Add CNet NE2000 support.Federico G. Schwindt
2000-01-31Add CNet NE2000 support.Federico G. Schwindt
1999-12-23Edimax NE2000; from tom@knienieder.com.Federico G. Schwindt
1999-12-23regen.Federico G. Schwindt
1999-12-23Edimax NE2000; from tom@knienieder.com.Federico G. Schwindt
1999-12-22Add Dual NE2000.Federico G. Schwindt
1999-12-22regen.Federico G. Schwindt
1999-12-22Dual NE2000; john@teletrak.com.au.Federico G. Schwindt
1999-12-16Get the index in the ifnet_addrs array right (as if_index isAngelos D. Keromytis
1999-12-16non-working awi driver; someone finish itTheo de Raadt
1999-12-15Require privileges to change card parameters.Angelos D. Keromytis
1999-11-06syncTheo de Raadt
1999-11-06I shortened these names ON PURPOSE. Do NOT make them long again!Theo de Raadt
1999-11-05Commit to pcmciadevs (or any other *devs) should be done in two steps,Federico G. Schwindt
1999-11-05Add BayStack 650 FH 802.11 (from NetBSD)Angelos D. Keromytis
1999-11-05The default network name is not "ANY", it's the empty string. I'veAngelos D. Keromytis
1999-10-31New prods: Planex FNW-3600-T and Corega Ether II & Fast Ether.Federico G. Schwindt
1999-10-31regen.Federico G. Schwindt
1999-10-31New products from NetBSD. Change a few names.Federico G. Schwindt
1999-10-27Use SIMPLEQ_XXX.Federico G. Schwindt
1999-10-27do not pre-filter bpf packets; jasonTheo de Raadt
1999-10-26This file has my code in it, attach my copyright.Jason Downs
1999-10-26Rename internal com_attach() routine.Jason Downs
1999-10-09wdc layer work:Constantine Sapuntzakis
1999-10-06Replace unnecessary static int with a define.Federico G. Schwindt
1999-10-01Attach to SMC 8020 cards, they seem to work fine.Jason Downs
1999-10-01syncJason Downs
1999-10-01Add SMC 8020 device.Jason Downs
1999-09-16Do not try to output when there is no space in the FIFO, optimize tooNiklas Hallqvist
1999-09-13establish irq after aicTheo de Raadt