Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 1999 08:14:49 -0700
From:      Warner Losh <imp@village.org>
To:        Nick Hibma <hibma@skylink.it>
Cc:        FreeBSD CURRENT Mailing List <current@FreeBSD.ORG>
Message-ID:  <199911301514.IAA02251@harmony.village.org>
In-Reply-To: Your message of "Tue, 30 Nov 1999 13:02:08 %2B0100." <Pine.BSF.4.20.9911301250360.1061-100000@henny.jrc.it> 
References:  <Pine.BSF.4.20.9911301250360.1061-100000@henny.jrc.it>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.20.9911301250360.1061-100000@henny.jrc.it> Nick Hibma writes:
: The system freezes on powering down a PCCARD slot. From memory the
: location is putb1 called from pcic_disable. The freeze is easy to
: reproduce, just remove the card. When stepping through the code, even
: the debugger prompt does not return after the outb for PCIC_POWER on
: line 698 of pcic.c.

My first guess was that the driver was getting interrupts at this
point.  This is true as far as it goes.  This likely means that the
driver hasn't detached by this point.  You might try looking down that
path to see if the device_delete_children is really being called, and
if so on what.

Warner


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




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