Intel D2500CC motherboard and strange RS232/UART behavior

Poul-Henning Kamp phk at phk.freebsd.dk
Sun Apr 7 20:15:02 UTC 2013


In message <1428566376.20130407234355 at 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...

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.

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

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-current mailing list