From owner-freebsd-stable@FreeBSD.ORG Fri Apr 15 18:41:42 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C9AB1065670 for ; Fri, 15 Apr 2011 18:41:42 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 73C398FC1C for ; Fri, 15 Apr 2011 18:41:42 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 2800A46BAD; Fri, 15 Apr 2011 14:41:42 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id B96CA8A02C; Fri, 15 Apr 2011 14:41:41 -0400 (EDT) From: John Baldwin To: Przemyslaw Frasunek Date: Fri, 15 Apr 2011 14:40:48 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <4DA4A96F.9000507@frasunek.com> <201104151419.22609.jhb@freebsd.org> <4DA88EF8.2070508@frasunek.com> In-Reply-To: <4DA88EF8.2070508@frasunek.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201104151440.48349.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 15 Apr 2011 14:41:41 -0400 (EDT) Cc: freebsd-stable@freebsd.org Subject: Re: Missing serial port after enabling serial console in loader.conf X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2011 18:41:42 -0000 On Friday, April 15, 2011 2:31:20 pm Przemyslaw Frasunek wrote: > > Hmm, can you post the output of 'devinfo -vr' and a verbose dmesg at a URL? > > Devinfo output is here: http://www.frasunek.com/tmp/devinfo.txt > > I'll post verbose dmesg after next reboot, which is already scheduled on sunday > morning. unknown pnpinfo _HID=PNP0501 _UID=1 at handle=\_SB_.PCI0.LPC0.UAR1 sio0 pnpinfo _HID=PNP0501 _UID=2 at handle=\_SB_.PCI0.LPC0.UAR2 Interrupt request lines: 3 I/O ports: 0x2f8-0x2ff Hmm, that unknown device is your COM1. Do you have a copy of your current dmesg available? I'm curious if sio0 failed to probe the UAR1 device and then later attached to UAR2. -- John Baldwin