Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2001 08:53:02 -0600
From:      Warner Losh <imp@harmony.village.org>
To:        Lars Eggert <larse@ISI.EDU>
Cc:        mobile@FreeBSD.ORG
Subject:   Re: Partial Success! (Re: PC-Card broken: 4.4-RC4 & Dell Latitude C600) 
Message-ID:  <200109121453.f8CEr2t39965@harmony.village.org>
In-Reply-To: Your message of "Tue, 11 Sep 2001 19:24:13 PDT." <3B9EC74D.CF3DECBD@isi.edu> 
References:  <3B9EC74D.CF3DECBD@isi.edu>  <3B9E81C4.5CB017D@isi.edu> <3B9D0A4C.2090203@isi.edu> <200109111837.f8BIbft34551@harmony.village.org> <200109112134.f8BLYkt35748@harmony.village.org> <3B9E843A.54EA07A7@isi.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <3B9EC74D.CF3DECBD@isi.edu> Lars Eggert writes:
: I've looked into this some more, and the ejection hangs are definitly
: not random. Any ideas what to try?

I've found that the following patch helps me a lot.  Does it help you
at all:

Index: pcic_pci.c
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/sys/pccard/pcic_pci.c,v
retrieving revision 1.54.2.16
diff -u -r1.54.2.16 pcic_pci.c
--- pcic_pci.c	2001/09/06 20:59:49	1.54.2.16
+++ pcic_pci.c	2001/09/12 14:52:38
@@ -1314,7 +1314,7 @@
 	DEVMETHOD(bus_activate_resource, pcic_activate_resource),
 	DEVMETHOD(bus_deactivate_resource, pcic_deactivate_resource),
 	DEVMETHOD(bus_setup_intr,	pcic_setup_intr),
-	DEVMETHOD(bus_teardown_intr,	bus_generic_teardown_intr),
+	DEVMETHOD(bus_teardown_intr,	pcic_teardown_intr),
 
 	/* Card interface */
 	DEVMETHOD(card_set_res_flags,	pcic_set_res_flags),

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109121453.f8CEr2t39965>