[1245] in netbsd-help mailing list archive
Re: problems during install
daemon@ATHENA.MIT.EDU (Brett David Rosen)
Tue Jun 2 12:11:44 1998
To: netbsd-help@MIT.EDU
Date: Tue, 02 Jun 1998 12:11:35 EDT
From: Brett David Rosen <bdrosen@MIT.EDU>
On Mon, 01 Jun 1998 20:03:40 EDT Brett David Rosen <bdrosen@MIT.EDU> writes
|>
|> I just tried to install netbsd using the image from the prerelease
|> directory. When the bootdisk kernel runs, I get the following message
|> right after it detects the com ports:
|>
|> panic: intr_eastablish: can't share level-triggered with edge-triggered
|> and then it halts.
|>
|> Does anyone know how to fix this?
|>
|> It looks like it may be from isa_intr_establish in
|> src/sys/arch/i386/isa/isa_machdep.c .
|>
|> Thanks,
|>
|> Brett
|>
|>
|>
|>
I was able to solve my own problem by disabling pci from using
the same IRQ as my PS/2 mouse.
Brett