Jonathan Chen 0c95c70577 * Better kld support in pccbb/cardbus
- pccbb no longer needs to remember whether a card is inserted.
  - pccbb reissues insertion on load of cardbus/pccard modules.
  - got rid of unnecessary delays in power functions.
  - Cardbus children are no longer deleted if probe/attach fails.
  - non-attached child devices are reprobed at driver_added.

* CARD interface to read CIS
  - added card_cis_read/card_cis_free interface to read arbitrary CIS
    data.  This currently is only implemented in cardbus.

* pccard begins to work
  - pccard can now use higher memory space (and uses it by default).
  - set_memory_offset interface changed.
  - fixed ccr access, which was broken at multiple locations.
  - implement an interrupt handler - pccard can now share interrupts.
  - resource alloc/release/activate/deactivate functions gutted: some
    resources are allocated by the bridge before the child device is
    probed or attached.  Thus the resource "belongs" to the bridge, and
    the pccard_*_resource functions need to fudge the owner/rid.
  - changed some error conditions to panics to speed debugging.

* Mutex fix - Giant is entered at the beginning of thread
2001-01-06 18:04:55 +00:00
..
2001-01-05 19:15:37 +00:00
2000-12-03 13:21:55 +00:00
2000-10-31 14:30:29 +00:00
2000-05-01 19:54:26 +00:00
2000-12-26 06:38:04 +00:00
2000-05-01 20:32:07 +00:00
2000-12-08 00:49:37 +00:00
2000-12-28 23:23:28 +00:00
2000-01-18 08:38:35 +00:00
2000-05-01 19:54:26 +00:00
2000-11-18 15:21:22 +00:00
2000-11-10 06:39:58 +00:00
2001-01-05 16:40:30 +00:00
2000-12-26 06:52:57 +00:00
2000-12-13 01:47:19 +00:00
2000-10-31 08:22:26 +00:00
2001-01-05 07:07:48 +00:00
2000-12-07 20:58:16 +00:00