aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* Fix build breakage on my pccard related commit.Takanori Watanabe2002-05-311-1/+1
* More devices. Obtained from NetBSD.Warner Losh2001-11-151-2/+4
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-15/+5
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-15/+15
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyWarner Losh2001-01-211-5/+10
* Add the 3COM ID's that I could find in the pccarddevs file that seemedPeter Wemm2001-01-071-0/+22
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove 7 unnecessary includes frmo phk's scriptWarner Losh2000-09-201-1/+0
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-191-2/+16
* Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.Warner Losh2000-09-131-1/+4
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-1/+2
* Remove unloaded printf. We do this now in the newbus layer.Warner Losh2000-04-171-1/+0
* 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