From owner-freebsd-current@FreeBSD.ORG Wed Apr 10 07:04:17 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3E4964FC; Wed, 10 Apr 2013 07:04:17 +0000 (UTC) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 03FED884; Wed, 10 Apr 2013 07:04:16 +0000 (UTC) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id 1625689FC1; Wed, 10 Apr 2013 07:04:16 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.6/8.14.6) with ESMTP id r3A74FGB055882; Wed, 10 Apr 2013 07:04:15 GMT (envelope-from phk@phk.freebsd.dk) To: lev@FreeBSD.org Subject: Re: Intel D2500CC motherboard and strange RS232/UART behavior In-reply-to: <1424327083.20130410103010@serebryakov.spb.ru> From: "Poul-Henning Kamp" References: <229402991.20130407172016@serebryakov.spb.ru> <5847.1365365701@critter.freebsd.dk> <201304091608.09257.jhb@freebsd.org> <105818341.20130410004451@serebryakov.spb.ru> <54189.1365540724@critter.freebsd.dk> <1424327083.20130410103010@serebryakov.spb.ru> Content-Type: text/plain; charset=ISO-8859-1 Date: Wed, 10 Apr 2013 07:04:15 +0000 Message-ID: <55881.1365577455@critter.freebsd.dk> Cc: Adrian Chadd , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 07:04:17 -0000 In message <1424327083.20130410103010@serebryakov.spb.ru>, Lev Serebryakov writ es: >Hello, Poul-Henning. >You wrote 10 =E0=EF=F0=E5=EB=FF 2013 =E3., 0:52:04: > >>> Problem is, that every uart device now is independent from each >>> other in good "OOP" style, and it looks like interrupt sharing we >>> need one interrupt handler per irq (not per device), which will now >>> about several UARTs. Something like "multiport" device, bot not >>> exactly. >PHK> That is what the puc(4) driver does... > Yes, for PCI devices only :( Yes, it needs to learn to do it from hints for ISA. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@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.