summaryrefslogtreecommitdiff
path: root/sys/dev/ep/if_ep_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Two refinements to the 3c1 support:Warner Losh2009-04-111-6/+9
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scanWarner Losh2005-09-131-1/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byWarner Losh2005-07-011-1/+1
* Minor cleanup of ep driver and pccard attachment:Warner Losh2005-07-011-7/+38
* Add a chipset field to the lookup. Use this chipset type to determineWarner Losh2005-06-281-168/+58
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentWarner Losh2005-06-261-12/+15
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-7/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Don't print 'unknown id' in the ep_pccard_identify routine. It isWarner Losh2005-01-201-2/+1
* u_intXX_t -> uintXX_t while I'm here.Warner Losh2005-01-201-2/+2
* Only attach to network functions.Warner Losh2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* MFp4:Warner Losh2003-11-021-6/+14
* Pass sc to GO_WINDOW macro.Warner Losh2003-10-261-4/+2
* Minor style nits suggested by sam and mdodd:Warner Losh2003-10-251-1/+1
* Whole grab-bag of changes:Warner Losh2003-10-251-10/+10
* Transition to using bus_space macros rather than the inb/outb/etc.Warner Losh2003-10-181-14/+20
* Style fixes of the whitespace variety. Fix long lines and tabs.Mark Murray2003-08-301-3/+6
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Style(9) cleanup. There was no consistent style in this driver, andMark Murray2003-07-171-51/+48
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* - Free interrupt handler in ep_free().Matthew N. Dodd2003-03-291-18/+1
* - Return error status instead of value in get_e().Matthew N. Dodd2003-03-291-7/+20
* 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-95/+47
* Add newbus attachment for pccard driver. Heavily tested by me, andWarner Losh1999-10-251-154/+218