summaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Driver names for DRIVER_MODULE in current are 'ed' and 'ep', but inWarner Losh2003-10-061-1/+1
* MFC: fix printf at unloadPeter Wemm2000-08-081-1/+0
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-171-1/+2
* Fix driver to restore function on 3c574 adapters. The panic onMatthew N. Dodd2000-01-151-0/+6
* Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BTWarner Losh2000-01-101-4/+3
* kill debug printf that says detachWarner Losh1999-12-101-2/+0
* Fix the hang on card eject problem and maybe the hang on suspendWarner Losh1999-12-011-3/+4
* Kill unneeded #includes. They were left over from the short period ofWarner Losh1999-11-201-6/+0
* Add (untested) support for the 3C562D/3C563D. I have been unable toWarner Losh1999-10-291-0/+3
* Fix identify code. This also fixes the eeprom messages.Warner Losh1999-10-281-13/+12
* Last change to pccard_nbk now obviates the need to check the name ofWarner Losh1999-10-281-12/+6
* HEADS UP! All 3c5x9 users!Matthew N. Dodd1999-10-271-94/+46
* Add newbus attachment for pccard driver. Heavily tested by me, andWarner Losh1999-10-251-144/+208
* Duplicated '(' removed.Matthew N. Dodd1999-09-261-1/+1
* - Split out the ISA and PCCARD specific code.Matthew N. Dodd1999-09-261-0/+245