Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Dec 1999 01:52:36 -0800
From:      Mike Smith <msmith@freebsd.org>
To:        Nick Hibma <hibma@skylink.it>
Cc:        Mike Smith <msmith@FreeBSD.ORG>, Warner Losh <imp@village.org>, FreeBSD CURRENT Mailing List <current@FreeBSD.ORG>
Subject:   Re: your mail 
Message-ID:  <199912010952.BAA00549@mass.cdrom.com>
In-Reply-To: Your message of "Tue, 30 Nov 1999 20:09:41 %2B0100." <Pine.BSF.4.20.9911302008360.1226-100000@henny.jrc.it> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> With freeze I meant, freeze. Rock solid. Nothing to be done. Stepping
> through the code the laptop freezes in the second putb in pcic_disable.
> As in stepping the assembler to that outb does never return the prompt.

Actually, I don't think so.  I'm not 100% sure, but I think that you end 
up in the interrupt handler for the card that's going away, but with tty 
interrupts masked so you can't get back into DDB.  If it's a modem card, 
then you'll have them masked as well.

I'm _fairly_ sure that you'll find you're spinning in the card's 
interrupt handler.  Stick a printf or two in there and see for yourself.

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  msmith@freebsd.org
\\ and he'll hate you for a lifetime.             \\  msmith@cdrom.com




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?199912010952.BAA00549>