Subject: Re: Quick hp300 interrupt question
To: None <thorpej@zembu.com>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 01/04/2001 17:58:09
> Interrupt sharing is just a fact of life -- nothing much we can do about
> it, unfortunately.

Besides for isapnp devices, where we have a choice. In this cases, often
the BIOS has already assigned non-shared IRQs, but we just throw away
that info. FWIW, OpenBSD seems to have hacked the isapnp code to avoid
sharing of IRQs if at all possible.


Martin