From owner-freebsd-current@FreeBSD.ORG Sun Apr 7 17:13:59 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8BAF6A93 for ; Sun, 7 Apr 2013 17:13:59 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5048C64D for ; Sun, 7 Apr 2013 17:13:59 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:900d:c887:884e:713b]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id 09F604AC57; Sun, 7 Apr 2013 21:13:57 +0400 (MSK) Date: Sun, 7 Apr 2013 21:13:56 +0400 From: Lev Serebryakov Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <454119968.20130407211356@serebryakov.spb.ru> To: "Poul-Henning Kamp" Subject: Re: Intel D2500CC motherboard and strange RS232/UART behavior In-Reply-To: <2866.1365348969@critter.freebsd.dk> References: <229402991.20130407172016@serebryakov.spb.ru> <2866.1365348969@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 17:13:59 -0000 Hello, Poul-Henning. You wrote 7 =E0=EF=F0=E5=EB=FF 2013 =E3., 19:36:09: >> I've built new router based on Intel D2500CC motherboard. PHK> I have similar problems, and have not found any solution, but havn't PHK> tried particularly hard either. PHK> Try running the uarts in polled mode, to find out if it's an IRQ PHK> issue ? It looks like so. BIOS mentions IRQ for each UART, but vmstat -i shows only irq3 for uart0 and uart2 but no irq4 for uart1 and uart3 (dmesg and BIOS says about irq4 for them). Maybe, device.hints helps? I'll try it. It looks like uart(4) can not communicate well with ACPI. How to switch polled mode? man uart(4) doesn't mention "poll" at all. PHK> The VGA is also funky, you cannot do 32bit writes to display PHK> memory (I committed a fix for that already) Fortunately, I don't need VGA after first installation :) But serial console will be nice. --=20 // Black Lion AKA Lev Serebryakov