On Sat, 9 Sep 2000, Ben Smithurst wrote:

> After poking around a bit with remote GDB, this seems to be caused by a
> stray IRQ 7, since irq == 7, ir == ithds[irq] == NULL, ir->foo == BOOM.
> 
> The attached rather crude patch has "fixed" the problem for now, but
> does anyone have any suggestions for a real fix?

The stray interrupt handler needs to have a thread, or stray interrupts
need to be handled as traps.  Stray interrupts are more like NMIs than
normal interrupts, and NMIs are already (mis)handled as traps.

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to