On 7 April 2013 13:15, Poul-Henning Kamp <p...@phk.freebsd.dk> wrote:
> In message <1428566376.20130407234...@serebryakov.spb.ru>, Lev Serebryakov 
> writ
> es:
>
>>It  doesn't  look  so.  And  uart1  and  uart3  doesn't have interrupt
>>according to `vmstat -i' (but share irq4 according to boot messages).
>
> Ohh, there you go...
>
> Interrupt sharing on ISA requires special magic...

.. did we really break shared interrupt handling on ISA?

> With sio(4) one could hardcode interrupt sharing with hints.flags,
> but with uart(4) I think you have to go through puc(4) to do it.

What were the hints? It's possible you can still drop the hint
somewhere and it'll get picked up even if acpi is providing the io/irq
resources.

> Not sure how that that should work in a case like this...

God, you made me remember ISA interrupt sharing. I thought the main
source of evilness is edge shared interrupts?
(Level shared interrupts should be the same no matter what bus they're on..)


Adrian
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to