In message <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to