mycroft e750135b5e A few things:
* Initialize PCIC_INTR and PCIC_CSC_INTR on all chips, not just TI.
* Leave card detect interrupts enabled in PCIC_CSC_INTR.  (This requires
  reading PCIC_CSC in the interrupt handler on some chips, so do that too.)
* Leave PCIC_INTR_ENABLE set, as some chips require this to post card detect
  interrupts while in PCMCIA mode.
* Leave PCIC_INTR_RESET (which is inverted) set at all times *except* when
  powering up a socket, as some chips will use it to drive RESET# low even
  while a CardBus card is in the slot.

This makes PCMCIA and CardBus cards works with some TI chips.  Cross-checked
with a Toshiba ToPIC 95B.
2000-03-12 11:31:53 +00:00
..
2000-02-25 00:23:57 +00:00
1999-02-19 06:57:56 +00:00
1999-12-04 12:11:13 +00:00
2000-01-31 18:36:12 +00:00
2000-03-06 21:02:37 +00:00
1998-08-15 16:58:53 +00:00
1999-06-20 18:17:22 +00:00
1999-08-14 22:42:16 +00:00
2000-02-20 22:19:29 +00:00
1999-09-01 18:03:10 +00:00
2000-03-12 11:31:53 +00:00
2000-03-12 04:27:12 +00:00
2000-03-11 16:13:39 +00:00
2000-03-11 16:13:39 +00:00
2000-01-18 13:30:32 +00:00
1999-11-13 13:40:28 +00:00
2000-01-14 13:20:17 +00:00
1999-02-18 00:55:36 +00:00
2000-03-12 05:32:29 +00:00
2000-03-12 05:32:29 +00:00
2000-03-12 05:32:29 +00:00

$NetBSD: README,v 1.3 1998/08/15 03:02:46 mycroft Exp $

This directory contains files which are used during PCI configuration
and PCI device drivers.  Eventually, most of the device drivers and
some of the configuration support should become machine-independent
and be moved to a more general location.

The configuration support was implemented according to the `PCI Local
Bus Specification, Production Version, Revision 2.0' dated April 30,
1993.  Section numbers referred to in the code may be specific to that
edition of the specification.

Some attempt has been made to insure that the code works on rogue
machines where the BIOS doesn't do its job, but in general I can't
guarantee that.

--
- Charles M. Hannum
  NetBSD group
  August 8, 1994