aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* sanpai-san (sanpai@sanpai.org) suggested that we put the novel probeWarner Losh2000-04-281-2/+2
* Remove unloaded printf. We do this now in the newbus layer.Warner Losh2000-04-171-1/+0
* 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