summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scanimp2005-09-131-1/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byimp2005-07-011-1/+1
* Minor cleanup of ep driver and pccard attachment:imp2005-07-011-7/+38
* Add a chipset field to the lookup. Use this chipset type to determineimp2005-06-281-168/+58
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentimp2005-06-261-12/+15
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-7/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Don't print 'unknown id' in the ep_pccard_identify routine. It isimp2005-01-201-2/+1
* u_intXX_t -> uintXX_t while I'm here.imp2005-01-201-2/+2
* Only attach to network functions.imp2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* MFp4:imp2003-11-021-6/+14
* Pass sc to GO_WINDOW macro.imp2003-10-261-4/+2
* Minor style nits suggested by sam and mdodd:imp2003-10-251-1/+1
* Whole grab-bag of changes:imp2003-10-251-10/+10
* Transition to using bus_space macros rather than the inb/outb/etc.imp2003-10-181-14/+20
* Style fixes of the whitespace variety. Fix long lines and tabs.markm2003-08-301-3/+6
* Use __FBSDID().obrien2003-08-241-0/+3
* Style(9) cleanup. There was no consistent style in this driver, andmarkm2003-07-171-51/+48
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* - Free interrupt handler in ep_free().mdodd2003-03-291-18/+1
* - Return error status instead of value in get_e().mdodd2003-03-291-7/+20
* network interface driver changes:sam2002-11-141-1/+1
* Fix build breakage on my pccard related commit.takawata2002-05-311-1/+1
* More devices. Obtained from NetBSD.imp2001-11-151-2/+4
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-15/+5
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-15/+15
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyimp2001-01-211-5/+10
* Add the 3COM ID's that I could find in the pccarddevs file that seemedpeter2001-01-071-0/+22
* 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