summaryrefslogtreecommitdiffstats
path: root/sys/dev/ex/if_ex_pccard.c
Commit message (Collapse)AuthorAgeFilesLines
* Include necessary declarationsimp2005-01-201-0/+3
|
* Only match ethernet functions. I've not seen any multifunction cardsimp2005-01-201-0/+7
| | | | | | (from a PC Card sense), so this should be a nop. The pseudo-multifunction cards (eg Silicom ones) need a special driver anyway..
* MFp4:imp2004-06-271-13/+81
| | | | | | Use bus space rather than direct inb/outb. Minor style changes while I'm here. Extremely preliminary support for siliconix ethernet cards (but more work is required).
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
| | | | | | redundant includes and fix some of the include disordering. Submitted by: bde
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
| | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
* add newcard support to eximp2003-10-261-2/+28
|
* Use __FBSDID().obrien2003-08-241-1/+3
| | | | Also some minor style cleanups.
* - Declare ex_devclass in if_ex.cmdodd2003-03-291-2/+0
| | | | - Rename module datastructures in if_ex_isa.c to be more standard.
* - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().mdodd2003-03-291-15/+1
| | | | - Add detach method to ISA front end.
* Remove __P.alfred2002-03-201-3/+3
|
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
|
* Add support for pccard attachments of the ex driver. It supports theimp2000-09-291-0/+163
Olicom OC-2220 card, and maybe others. Submitted by: iwasaki Reviewed by: mdodd
OpenPOWER on IntegriCloud