summaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.9.0_cvscvs2svn2003-10-271-1/+1
* Driver names for DRIVER_MODULE in current are 'ed' and 'ep', but inWarner Losh2003-10-061-1/+1
* MFC: add miibus support for the Dlink DL10022 chips, as found onIan Dowse2001-07-251-0/+96
* MFC: Additional flag 0x80000 for Linksys type cards.Toshihiko ARAI2001-01-171-1/+47
* MFC:Yoshihiro Takahashi2000-09-101-4/+156
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-171-1/+1
* MFC: Only detect Linksys PCMCIA cards when in a pccard environment.Paul Saab2000-07-011-5/+7
* MFC: 1.10, 1.11 (probe order and unload message)Warner Losh2000-05-271-3/+2
* Propagate MAC address in CIS tupple to dev/ed/ driver.Tatsumi Hosokawa2000-01-211-0/+10
* Fix pccard ed driver, I think.Warner Losh1999-12-101-1/+3
* Fix the hang on card eject problem and maybe the hang on suspendWarner Losh1999-12-011-4/+5
* Kill unneeded #includes. They were left over from the short period ofWarner Losh1999-11-201-4/+0
* Set port_used and mem_used to the resource size instead of 1.Yoshihiro Takahashi1999-11-181-2/+2
* Last change to pccard_nbk now obviates the need to check the name ofWarner Losh1999-10-281-6/+0
* Have only one attach routine, rather than two.Warner Losh1999-10-251-4/+2
* Add pccard attachment. This won't work with memory mapped ed devicesWarner Losh1999-10-251-90/+65
* Break out the bus front end code into separate files.Matthew N. Dodd1999-10-151-0/+186