Subject: RE: funny PCMCIA card irq allocations on an IBM ThinkPad 560E
To: None <port-i386@netbsd.org>
From: Allen D. Ball <ball@impression-technology.com>
List: port-i386
Date: 04/21/1999 11:40:04
This is a multi-part message in MIME format.

------=_NextPart_000_0008_01BE8BEB.B3CBB5C0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Reviewing the PR gave me some ideas on things to try.  I won't pretend to
actually understand everything that is going on, but this patch works for me.

Is there anything more I could do to help get this into 1.4?

------=_NextPart_000_0008_01BE8BEB.B3CBB5C0
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment

From: "Allen D. Ball" <ball@impression-technology.com>
To: <gnats-bugs@netbsd.org>
Subject: RE: kern/6488
Date: Wed, 21 Apr 1999 11:37:26 -0700
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_0004_01BE8BEB.B3C28E00"
In-Reply-To: 
Importance: Normal

This is a multi-part message in MIME format.

------=_NextPart_000_0004_01BE8BEB.B3C28E00
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

I compared the 1.3.3 driver to the new 1.4 driver and noticed that interrupt
handler was established directly after the aicattach() call in the older driver.
I patched the newer driver to do [what I believe is] something similar and it
works for me.  See attached.

------=_NextPart_000_0004_01BE8BEB.B3C28E00
Content-Type: text/plain;
	name="aic_pcmcia.c-PATCH.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="aic_pcmcia.c-PATCH.txt"

--- usr/src/sys/dev/pcmcia/aic_pcmcia.c-1.4ALPHA	Fri Nov 20 04:25:31 1998=0A=
+++ usr/src/sys/dev/pcmcia/aic_pcmcia.c	Wed Apr 21 11:07:21 1999=0A=
@@ -182,6 +182,8 @@=0A=
 	printf(": %s\n", app->app_name);=0A=
 =0A=
 	aicattach(sc);=0A=
+=0A=
+        aic_pcmcia_enable (psc, 1);=0A=
 }=0A=
 =0A=
 int=0A=

------=_NextPart_000_0004_01BE8BEB.B3C28E00--

------=_NextPart_000_0008_01BE8BEB.B3CBB5C0--