summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove 7 unnecessary includes frmo phk's scriptimp2000-09-201-1/+0
* Implement indirection in the pccard probe/attach. This should make itimp2000-09-191-2/+16
* Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.imp2000-09-131-1/+4
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-1/+2
* Remove unloaded printf. We do this now in the newbus layer.imp2000-04-171-1/+0
* Fix driver to restore function on 3c574 adapters. The panic onmdodd2000-01-151-0/+6
* Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BTimp2000-01-101-4/+3
* kill debug printf that says detachimp1999-12-101-2/+0
* Fix the hang on card eject problem and maybe the hang on suspendimp1999-12-011-3/+4
* Kill unneeded #includes. They were left over from the short period ofimp1999-11-201-6/+0
* Add (untested) support for the 3C562D/3C563D. I have been unable toimp1999-10-291-0/+3
* Fix identify code. This also fixes the eeprom messages.imp1999-10-281-13/+12
* Last change to pccard_nbk now obviates the need to check the name ofimp1999-10-281-12/+6
* HEADS UP! All 3c5x9 users!mdodd1999-10-271-95/+47
* Add newbus attachment for pccard driver. Heavily tested by me, andimp1999-10-251-154/+218
* Duplicated '(' removed.mdodd1999-09-261-1/+1
* - Split out the ISA and PCCARD specific code.mdodd1999-09-261-0/+245
OpenPOWER on IntegriCloud