aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ex/if_ex_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* Add preliminary support for the OLICOM OC2231 and OC2232. This is theWarner Losh2008-08-271-12/+55
* Make ex(4) MPSAFE:John Baldwin2008-06-131-7/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* MFp4:Warner Losh2005-09-131-73/+40
* Add the olicom OC2231 and OC2232 to the list of cards that we shouldWarner Losh2005-09-131-0/+2
* Add real support for obtaining the silicom MAC address from theWarner Losh2005-07-151-34/+7
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Include necessary declarationsWarner Losh2005-01-201-0/+3
* Only match ethernet functions. I've not seen any multifunction cardsWarner Losh2005-01-201-0/+7
* MFp4:Warner Losh2004-06-271-13/+81
* 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
* add newcard support to exWarner Losh2003-10-261-2/+28
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* - Declare ex_devclass in if_ex.cMatthew N. Dodd2003-03-291-2/+0
* - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().Matthew N. Dodd2003-03-291-15/+1
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add support for pccard attachments of the ex driver. It supports theWarner Losh2000-09-291-0/+163