freebsd-nq/sys/dev/pccard
Warner Losh 69e401fe28 Unify the initial card probe/attach procedure with the kldload
procedure.  There were some subtle differences before that could lead
to a variety of bugs, including resources being lost (in one case
forever).  pccard_probe_and_attach_card does this now, and includes
comments about what's going on and why, since it isn't obvious from
the code.  Please let me know if I've missed anything...

Provide a new function called pccard_select_cfe that allows drivers to
select which configuration entry to use.  This is needed for some
older pre-MFC standard cards with many functions that want to activate
all their functions by selecting alternative entries, or to work
around broken ones.  pccard_select_cfe will migrate into the
pccard_if.m interface as its interface stabilizes to keep all the
pccard drivers from referencing any symbols in the pccard.ko module
directly.

Fix a printf to refer to the right function name.
2008-08-06 07:34:35 +00:00
..
card_if.m Remove OLDCARD vestiges from here 2005-09-25 01:39:04 +00:00
pccard_cis_quirks.c Bring in some new Sierra Wireless drivers running under pccard. 2007-10-12 08:26:15 +00:00
pccard_cis.c Slight simplification of the power parsing code, as well as using 2008-06-01 20:55:34 +00:00
pccard_cis.h The supposed OLD STYLE network MAC id tuple was really just a buggy 2005-07-13 14:59:06 +00:00
pccard_device.c Don't confuse the tuple code and the tuple length. Ooops. Since most 2005-09-21 20:08:24 +00:00
pccard.c Unify the initial card probe/attach procedure with the kldload 2008-08-06 07:34:35 +00:00
pccarddevs Add an alternative ID for the Siemens SpeedStream SS1021: 0x3021. 2008-08-02 20:36:25 +00:00
pccardreg.h
pccardvar.h Unify the initial card probe/attach procedure with the kldload 2008-08-06 07:34:35 +00:00
pccardvarp.h Make the interrupt handler wrapper capable of correctly support filter+ithread handler. 2007-05-31 19:29:20 +00:00
power_if.m